Help with Internal OLE Automation Error
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Out of several hundred installations, we have three customers getting this vague SQL error in a VC++ app. When doing an ODBC trace it logs the following error when attempting to query an MS Access DB table record: CTL ffe5d93b:ffe5db2b EXIT SQLExecute with return code -1 (SQL_ERROR) HSTMT 0x008fe7a4 DIAG [22005] [Microsoft][ODBC Microsoft Access Driver] Internal OLE Automation error (-3030) I know what the 22005 SQLSTATE refers to (Error in assignment) but the record it is trying to read can be read fine on hundreds of other installations. I haven't found any reference to the -3030 number. Can anyone shed some light on this for me?