1
ProductTable.AddIndex('Count_Indx','Count',[ixCaseInsensitive])

I try do this code but not working. Write "Count field not founded on Table"

Cœur
  • 37,241
  • 25
  • 195
  • 267
v.tsurka
  • 452
  • 6
  • 18

1 Answers1

0

Presumably you don't have a field called 'count' in your table. This isn't surprising as 'count' is a reserved word in SQL - it's a defined function.

No'am Newman
  • 6,395
  • 5
  • 38
  • 50