ODBC Connection to Progress DB in Windows Service

Posted by jquerijero on 13-Nov-2007 13:26

I'm developing a windows service

that uses an ODBC connection to a Progress Database. Visual Studio

seems to open the ODBC connection fine, but when I run the service

the odbcConnect.Open() throws ERROR Specified driver could

not be loaded due rto system error 126.

All Replies

Posted by jquerijero on 13-Nov-2007 14:20

Found the problem. Progress needs to be installed locally because Windows Service doesn't how to resolve the mapped drive if NetSetup was used.

Message was edited by:

Joseph Querijero

This thread is closed