Hello, I am learning how to make a connection between ASP and an Access data base.
I’ve read in a book that a code like this should work:
<%
Dim objConn
set objConn = Server.CreateObject ("ADODB.Connection")
objConn.ConnectionString="DRIVER={Microsoft Access Driver(*.mdb)};"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.