ODBC connection error

TColeman

Member
Using Progress v9.1, MS Sequel Server 7 database.

I am using the Progress Database Administration tool to connect to the above database which was ported from a Progress db through the tool to an ODBC database. I am using the following connection string:

-Dsrv ASYNC_ENABLE,0,TXN_ISOLATION,1

and I am getting the following errors:

**Could not connect to server for database <name>, errno 0. (1432).
Failed to connect to the ODBC database. (6142)

I am taking existing 4GL code and trying to connect to the ODBC database in order to show in a trade study that it can be done. We are looking to changing to MS Sequel Server 7 database, but have large amounts of legacy Progress 4GL that we don't want to re-write.

Anyone have any suggestions?
 
Top