Icon View Incident Report

Serious Serious
Reported By: Ole Willy Tuv
Reported On: 2/20/2004
For: Version 4.03 Build 1
# 1571 Long Directory Paths for Catalog Names Cause "Table Not Found" Errors in ODBC Driver

Using ADO Express, trying to Post an insert into a table results in a "Table Not Found" error. The following is the trace log. It looks like the path is screwed up. I checked the CatalogName entry in the registry, which is correct.

ADODemo         b40-564 ENTER SQLExecDirectW
  HSTMT               01002740
  WCHAR *             0x00C231C0 [      -3] "INSERT INTO "C:\Documents 
and
Settings\Ole\My Documents\Delphi 
Projects\D"\"Table7" ("SFld1") VALUES (?)\
0"
  SDWORD                    -3

ADODemo         b40-564 EXIT  SQLExecDirectW  with return code -1
(SQL_ERROR)
  HSTMT               01002740
  WCHAR *             0x00C231C0 [      -3] "INSERT INTO "C:\Documents 
and
Settings\Ole\My Documents\Delphi 
Projects\D"\"Table7" ("SFld1") VALUES (?)\
0"
  SDWORD                    -3

  DIAG [42S02] [Elevate Software][DBISAM] DBISAM Engine Error # 11010 
Table
'Table7' does not exist (11010)



Resolution Resolution
Fixed Problem on 2/20/2004 in version 4.04 build 1
Image