View Single Post
Old 07-30-2002, 08:09 AM   PM User | #3
alex80
New to the CF scene

 
Join Date: Jul 2002
Location: Athens, Greece
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
alex80 is an unknown quantity at this point
um, ok, suppose im stupid, just supose, so what exaclty do i have to write in my file in the place of the folowing code wich works with access to connect to my oracle 8idatabase??

<%
strconn="DRIVER={Microsoft Access Driver (*.mdb)};DBQ="&Server.mappath("db2.mdb")
set conn=server.createobject("adodb.connection")
Conn.open strconn
%>
alex80 is offline   Reply With Quote