Recent content by Edwin

  1. E

    Different datadirect driver for NT

    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 =...
  2. E

    Different datadirect driver for NT

    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...
Back
Top