use odbc Connect to progress database
$conn = odbcconnect("DRIVER={Progress OpenEdge 10.1B driver};DSN=mfgprodread;HOST=192.168.0.22;DB=mfgprod;UID=sysprogress;PWD=sysprogress;PORT=9999;"); if($conn) echo "success!"; else echo
$conn = odbcconnect("DRIVER={Progress OpenEdge 10.1B driver};DSN=mfgprodread;HOST=192.168.0.22;DB=mfgprod;UID=sysprogress;PWD=sysprogress;PORT=9999;"); if($conn) echo "success!"; else echo
Hello all, I have a problem connecting to a Progress database from my DotNetNuke portal. This is my code: MRPConnection = New OleDb.OleDbConnection("Provider=Progress OpenEdge 10.2B driver; Data Source=ODBC;DSN=mkg;HOST=mkgsrv;PORT=6000;DB=mkg;UID=crystal;PWD=crystal")
Having issues connecting Cognos to Progress OpenEdge V11.2... anyone else doing this and having success?
I have 7 Connection strings in Web config file. I could relate one string only I do not know where are the rest six. I ve checked all the files but unable to find all the six. Where are they? Is th