i use the following connrction string for my .net web service
string sConnstring = string.Empty;
OdbcConnection conn = null;
DataSet dsPRDB = null;
try
{
sConnstring = "DRIVER={MERANT 3.60 32-BIT Progress SQL92 v9.1C};UID=test;Pwd=;DB=testdb;PORT=40005;HOST=182.163.12.9";
conn = new...
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.