asp_databases thread: ASP+ADO+Interbase
hello,
can anybody help me how to connect Interbase with ASP using ADO.
i already done this with MS Access with the following code:-
<!-- METADATA TYPE="typelib" FILE="D:\hafeez\db\msado15.dll"-->
<%
Dim objConn
Set ObjConn=Server.CreateObject("ADODB.Connection")
objConn.Open "Provider=Microsoft.Jet.OLEdb.4.0;" &_
"Data Source="& Server.MapPath
("db/members.mdb") &";"
%>
plz let me know what parameters i have to change to get the same result
with Interbase,
regards,
atif
|





