I am developing a simple web app that run querys against an INFORMIX
database and output the results to excel. I am accesing INFORMIX via OLEDB.
The app opens a thread for each requirement, and each thread opens a
connection to the DB.
I have a strange problem: sometimes calls to the DB function never return,
the thread remains blocked and when another thread starts for serving a new
requirement it hangs as soon as it tries to open the DB connection. The only
solution then is to restart asp.net service (hosted on Windows 2000 Server).
Any ideas? someone familiar with INFORMIX via OLEDB?.
Javier have you tried using ODBC?
Look at :- http://www.connectionstrings.com/ asn try out connectionstrings.
Not sure though if that would do the triick.
Patrick
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.