I use this strings to connect to a DNSless access file:
Set Conn = Server.Createobject("ADODB.Connection")
Conn.Connectionstring = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("/") & "database.mbd"
Conn.Open
When i try to do a...
I'm going to make an intranet for the company I work for. But I don't want to be the guy who updates the info/data dokuments after the site is done. So what I want to know is methods to make it as easy as possible. Most of the ppl here at work don't know any HTML etc, and I don't want to make...
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.