Hereby the code which creates the connection, but i dont think its the code that causes the error, cause it it all working fine within windows xp.
private OdbcConnection OdbcConn()
{
OdbcConnection Conn = new OdbcConnection();
try
{
string strConnectionString =...
Hello,
I have made a .NET application which uses the ODBC driver from datadirect delivered with the Progress software (Datadirect 4.20 32-Bit Openedge SQL v10.0B) to connect to a progress 10.0B. When I use this application on windows xp it works great.
But it needs to work on a windows 2000...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.