Board index » delphi » Local SQL - CREATE INDEX problem
D Bussey
![]() Delphi Developer |
Sat, 06 Jul 2002 03:00:00 GMT
Local SQL - CREATE INDEX problem
I'm having a problem using the CREATE INDEX local SQL function. I create
the table just fine, however when I try to create a new index later on, an exception is raised stating that higher level table access is required. (Sorry, that error is the best I can tell you... this problem was phoned in by the end user, I have not been able to re-create the error on any computer.) I am using a TQuery component on a Paradox table, setting the SQL and then CREATE TABLE "tempral.db" CREATE DESC INDEX aaa_desc ON "tempral.db" (aaa) CREATE ASC INDEX bbb_asc ON "tempral.db" (bbb) These work just fine on all computers I have tried them on with Win95/98 and Any help would be wonderful! This is very time critical! -- |