Michaelk
Well-known member
Hi, i'm developing an ASP site using an Access database. But I think i've got a small problem.
Currently the database is located here:
The problem is, if i move the folder ("C:\ASPWeb") to another location, or rename the folder, the page runs into an error looking for the database "Can't find it."
I'm worried that when I upload the site to my host, the pages won't know where to find the database. Is there a way around this? Some sort of code to use instead of the one i'm using?
Thanks,
Currently the database is located here:
VB.NET:
Data Source=C:\ASPWeb\Database\Internet.mdb"
The problem is, if i move the folder ("C:\ASPWeb") to another location, or rename the folder, the page runs into an error looking for the database "Can't find it."
I'm worried that when I upload the site to my host, the pages won't know where to find the database. Is there a way around this? Some sort of code to use instead of the one i'm using?
Thanks,