We have an application here which uses dbxexpsda for connection to SQL server. In the past we used version 4.10 with succes. We have recently upgraded to version 4.75 because it fixed DEP problems for us.
The problem is now that when we install our program on a virtual machine or on an empty machine, that our program hangs when the connection to SQL server is made. We've checked it with DBMonitor, no connection is being made, it just hangs on 'pending..'
When we replace the dll with the old version, everything starts working again, but then we have DEP problems again, of course.
I have no idea where to start looking for the cause of this problem. Is there anyone at devart that can help us?
Connection problems with dbexpsda.dll
Hello Andrey,
I'm sorry to say we've come up with another issue. We have replaced the vendorlib with sqlncli.dll, as you suggested. That solved the connection problems for us, but now we have problems with reading in memo fields. A field, defined as text in SQL server 2005, is cut to 4040 characters, while the real length is along 32 K.
I'm sorry to say we've come up with another issue. We have replaced the vendorlib with sqlncli.dll, as you suggested. That solved the connection problems for us, but now we have problems with reading in memo fields. A field, defined as text in SQL server 2005, is cut to 4040 characters, while the real length is along 32 K.