From: res0c7c1 <res...@ve...> - 2005-07-08 15:39:48
|
With Borland Delphi 2.0 using the BDE, I get an 1157 error when trying to access through Database Explorer. Version 1.3 Build 88 works fine. Any ideas? Does the same with both Interbase 6.01 and Firebird 1.5 Tom General SQL error. Specified driver could not be loaded due to System error 1157. (Firebird/Interbase(r) driver) Alias IBTest Details: BDE error 13059 [$33][$ 3] General SQL error ------------------------------------- SQL Trace... DBEXPLOR fffbe05b:fff97307 ENTER SQLAllocEnv HENV * 0x01588000 DBEXPLOR fffbe05b:fff97307 EXIT SQLAllocEnv with return code 0 (SQL_SUCCESS) HENV * 0x01588000 ( 0x0327ff1c) DBEXPLOR fffbe05b:fff97307 ENTER SQLDataSourcesW HENV 0x0327ff1c UWORD 2 <SQL_FETCH_FIRST> WCHAR * 0x03180194 SWORD 33 SWORD * 0x0063ed8e WCHAR * 0x031801e8 SWORD 257 SWORD * 0x0063ed8c DBEXPLOR fffbe05b:fff97307 EXIT SQLDataSourcesW with return code 0 (SQL_SUCCESS) HENV 0x0327ff1c UWORD 2 <SQL_FETCH_FIRST> WCHAR * 0x03180194 [ 11] "IBOTH" SWORD 33 SWORD * 0x0063ed8e (11) WCHAR * 0x031801e8 [ 28] "Firebird/Inter" SWORD 257 SWORD * 0x0063ed8c (28) DBEXPLOR fffbe05b:fff97307 ENTER SQLDataSourcesW HENV 0x0327ff1c UWORD 1 <SQL_FETCH_NEXT> WCHAR * 0x03180194 SWORD 33 SWORD * 0x0063ed8e WCHAR * 0x031801e8 SWORD 257 SWORD * 0x0063ed8c DBEXPLOR fffbe05b:fff97307 EXIT SQLDataSourcesW with return code 0 (SQL_SUCCESS) HENV 0x0327ff1c UWORD 1 <SQL_FETCH_NEXT> WCHAR * 0x03180194 [ 6] "IBT" SWORD 33 SWORD * 0x0063ed8e (6) WCHAR * 0x031801e8 [ 28] "Firebird/Inter" SWORD 257 SWORD * 0x0063ed8c (28) DBEXPLOR fffbe05b:fff97307 ENTER SQLAllocConnect HENV 0x0327ff1c HDBC * 0x01587f4c DBEXPLOR fffbe05b:fff97307 EXIT SQLAllocConnect with return code 0 (SQL_SUCCESS) HENV 0x0327ff1c HDBC * 0x01587f4c ( 0x03180508) DBEXPLOR fffbe05b:fff97307 ENTER SQLConnectW HDBC 0x03180508 WCHAR * 0x0327fc2c [ -3] "IBTest\ 0" SWORD -3 WCHAR * 0x1f4be068 [ -3] "******\ 0" SWORD -3 WCHAR * 0x1f4be068 [ -3] "******\ 0" SWORD -3 DBEXPLOR fffbe05b:fff97307 EXIT SQLConnectW with return code -1 (SQL_ERROR) HDBC 0x03180508 WCHAR * 0x0327fc2c [ -3] "IBTest\ 0" SWORD -3 WCHAR * 0x1f4be068 [ -3] "******\ 0" SWORD -3 WCHAR * 0x1f4be068 [ -3] "******\ 0" SWORD -3 DIAG [IM003] Specified driver could not be loaded due to system error 1157 (Firebird/InterBase(r) driver). (160) DBEXPLOR fffbe05b:fff97307 ENTER SQLErrorW HENV 0x00000000 HDBC 0x03180508 HSTMT 0x00000000 WCHAR * 0x0063ea80 (NYI) SDWORD * 0x0063eb24 WCHAR * 0x0063e680 SWORD 511 SWORD * 0x0063eb22 DBEXPLOR fffbe05b:fff97307 EXIT SQLErrorW with return code 0 (SQL_SUCCESS) HENV 0x00000000 HDBC 0x03180508 HSTMT 0x00000000 WCHAR * 0x0063ea80 (NYI) SDWORD * 0x0063eb24 (160) WCHAR * 0x0063e680 [ 188] "Specified driver could not be loaded due to system error 1157 (Firebird/InterBase(r) driver)." SWORD 511 SWORD * 0x0063eb22 (188) DBEXPLOR fffbe05b:fff97307 ENTER SQLErrorW HENV 0x00000000 HDBC 0x03180508 HSTMT 0x00000000 WCHAR * 0x0063ea80 (NYI) SDWORD * 0x0063eb24 WCHAR * 0x0063e680 SWORD 511 SWORD * 0x0063eb22 DBEXPLOR fffbe05b:fff97307 EXIT SQLErrorW with return code 100 (SQL_NO_DATA_FOUND) HENV 0x00000000 HDBC 0x03180508 HSTMT 0x00000000 WCHAR * 0x0063ea80 (NYI) SDWORD * 0x0063eb24 WCHAR * 0x0063e680 SWORD 511 SWORD * 0x0063eb22 DBEXPLOR fffbe05b:fff97307 ENTER SQLFreeConnect HDBC 0x03180508 DBEXPLOR fffbe05b:fff97307 EXIT SQLFreeConnect with return code 0 (SQL_SUCCESS) HDBC 0x03180508 DBEXPLOR fffbe05b:fff97307 ENTER SQLFreeEnv HENV 0x0327ff1c DBEXPLOR fffbe05b:fff97307 EXIT SQLFreeEnv with return code 0 (SQL_SUCCESS) HENV 0x0327ff1c |