Optional feature not implemented.Hello.

leo_unsw

New Member
Hello.
I am trying writing an asp script to view Progress data on a web page.
I have built a DSN using the Merant 3.70 32-bit Progress driver. This successfully connects.

Whenever I attempt to connect to this DSN via the asp script I get the following error.

Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[MERANT][ODBC PROGRESS driver]Optional feature not implemented.

THE DSN WORKS!!
---------------
I have built a .vbs script to test the DSN and the connect works successfully.


THE ASP WORKS!!
---------------
I have tested connections to SQL servers & Access databases using the same method & they work.



Is this a common problem?
Does anybody know of a fix or a work around?


Can anybody help please????

Regards
 

Dan4gl

New Member
I have found that this has to do with the way the database is setup and not so much with the connection string. Try removing the -Mm parameter from the database startup or select the SQL only option in the Progress Explorer tool.
 
Top