Re: Windows NT Server and Access DB (web)


[ Follow Ups ] [ Post Followup ] [ CPU-Central Message Board ] [ Home ]

Subject: Re: Windows NT Server and Access DB (web)
Name: admin
Date: 6/21/2006 12:10:47 PM (GMT-7)
IP Address: 216.113.195.221
In Reply to: Windows NT Server and Access DB (web) posted by TheZodiac
Message:

Access is a file based DB. Actually, CPU-Central still runs on an access DB.

You do not need to install Access on the server for the website to be able to access it.

To open a connection to an access db file, from an ASP file, you can use a line like:
Conn.Open "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" & Server.MapPath("/pathto/database.mdb")

The Server.MapPath basically adds the c:\inetpub\websitename\


[ View FollowUps | Post Followup | E-Mail Sender | Main ]



Follow Ups:



Maximum of 100 messages displayed.

Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:
Upload some images for this post


[ Follow Ups ] [ Post Followup ] [ CPU-Central Message Board ]