Reported By: Radim Tkacik Reported On: 1/27/2004 For: Version 4.02 Build 1
# 1558Executing a SQL DROP INDEX Statement with a Full Path Name in the Table Correlation Name Fails The following SQL causes this error:
DBISAM Engine Error # 11010 Table 'table1' does not exist
Open database C:\dbisam\data !!!! (not Memory)
-------------------------------
Create Table "\Memory\table1"
(
a integer
);
Create Index "index1" On "\Memory\table1" ("a");
Drop index "\Memory\table1"."index1";
ResolutionFixed Problem on 2/4/2004 in version 4.03 build 1