When I am using my asp pages and the databases in my local host that work but in my online website which I buyed I got error thats not work are there is common problem or I am the first,that got problem in my database in the website?how to fix that I am sure I am choosed to enable the active server page in my package?
something with your code is wrong.
yes there are some common problems when moving servers,
one of the most common is database connection: you have
to get proper connection string sample from your host and
then change your connection string in the ASP code.
Tosh
Dedicated Hosting
You can find it in the line of code where you Open
the connection,change the “something come here” and you change
the connection string.in your case this is the connection string.
It expects the database file to be located in folder
“db” and be named “login.mdb” and it also try to
use OLEDB drivers – not all hosts will have such
drivers available.
Tosh
Dedicated Hosting
Leave a Reply
You must be logged in to post a comment.