Create index with DBF

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
uffek
Posts: 37
Joined: Fri 14 Nov 2014 21:49
Location: Roskilde, DK

Create index with DBF

Post by uffek » Thu 23 Nov 2017 13:56

What is the syntax for creating an index with DBF?

I have tried this, but get the error "FieldName expected".
Create index i1 on tablename (field1)

If it is already explained in the documentation, I like to know.

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Create index with DBF

Post by azyk » Fri 24 Nov 2017 13:45

Thank you for the information. We reproduced the issue when creating an index and fixed it. This fix will be included in the next UniDAC build.

If you want to get this fix before the official release, using the contact form at our site: http://www.devart.com/company/contactform.html provide us with your UniDAC license number and we will send you a night build.

Post Reply