PDA

View Full Version : ASP & Access 2003 Database



evilradish
19 Jul 2010, 09:08 AM
2nd ASP page so go easy on me :)
I have created a .asp page with a connection to an access database on my machine. It pulls back a few bits of info I need (which is great)

My problem occurs when I try to connect to the datavase when its on a network location


adoCon.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=\\Networklocation\access\databases\database.mdb"

Am I doing somthing wrong?