<%
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
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