Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[MERANT][ODBC PROGRESS driver] problem

Status
Not open for further replies.

leoliang

Programmer
Dec 9, 2003
27
CN
<%

Set cnt = Server.CreateObject("ADODB.Connection")
cnt.open "test"," "," "
cnt.close
set cnt = nothing

%>

i have some simple asp code as above running well in http mode,but once i run this in https mode, i got the following error message .

[MERANT][ODBC PROGRESS driver]Optional feature not implemented.

what i am using is Merant 3.70 32-bit Progress driver
and the progress db version is 9.1c

any suggestions? thanks a lot in advance


 
forgot to mention error happened on the line of cnt.open "test"," ","
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top