dbodbc9.dll
9.0.2.3668
Hello,
on a win ce 5.0 mobile terminal we have problems with an 'self ending
application'. The application just is gone - no error message, nothing.
For information: the terminal connects with dbodbc9.dll either with WLAN
or GPRS to the external db-server. The terminal connects and sends some
small inserts and then disconnects.
What we found out is, that whenever the applications exits, there's an
active sybase connection, and that the exit seems to happen more often,
when the connection quality is poorer (almoste never with WLAN, more
often with GPRS and even more often when using GPRS on the countryside).
We now like to find the real cause for that. My questions are:
- we added
LOG=logfile.txt
to our dsn-file. But actually we don't find any usefull information in
this file. Is there a connection parameter to get more/all informations?
- or is there maybe a debug-version of this dll, which could help