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?
this has nothing to do with your host.
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.
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
Tosh
Dedicated Hosting
can you tell me how to change my connection string to my database to work in the website ?
You first have to locate your connection string.
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.
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
Tosh
Dedicated Hosting
