What product and version number are you using? How are you linking the program, shared, dynamic, static? So you are stating that the program works OK, connects to the database, runs SQL statements, etc for an hour and then gets this error? That doesn't make sense as _SQLODBC is an entry point into the OpenESQL run-time system which should already be loaded at that point in time. Does this problem occur everytime you run the application after about an hour? Does it occur at any particular location within the program? You might consider tunring on the ODBC tracing using one of the following directives: ODBCTRACE=ALWAYS TRACELEVEL=4 Thanks.
↧