Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: ASP+ADO+Interbase


Message #1 by "Atif Tanveer" <atiftanveer@h...> on Fri, 26 Apr 2002 07:59:05
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

  Return to Index