It's been awhile since my last post and I am still having problems connecting to the Progress Database via ASP.
We are currently running Progress 9.1C. Connecting with the Merant 3.70 driver.
I created an ODBC connection called Syteline5. With this I am able to pull data using Microsoft Access, Excel, etc.
I have also made a fileDSN that will allow me to connect and pull data in Excel, etc.
When I use any of the hundreds of freely available connection examples, I get the error message:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[MERANT][ODBC PROGRESS driver]Optional feature not implemented.
I have no idea how to get around this problem. Is anyone able to give me a working example, a link that has a solution, or some sort of HOPE
This is the code that generates the error above:
<SCRIPT LANGUAGE=Javascript RUNAT=Server>
Session("DSName"

="dsn=syteline5"
DSName = Session("DSName"

DbConn = Server.CreateObject("ADODB.Connection"

DbConn.Open (DSName)
</script>
Doesn't matter if it's dsn=syteline5 (system odbc) or filedsn=c:\syteline5.dsn, etc.
This is the DSN file:
[ODBC]
DRIVER=MERANT 3.70 32-BIT PROGRESS
UID=
GST=0
SR=1
ASC=0
DBOS=Windows
DBPA=e:\sytedb
DBAM=Direct
OIDH={server name}
OIDS=symixoib
OIDP=TCP
DB={database name}
Would love to hear from anyone!!!
nehe@connect.ab.ca