Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO connect to URL

Status
Not open for further replies.

BetoVelasco

Programmer
Sep 25, 2002
10
US
i'm doing a project for a class. my project is an interface to help a person access a database in Access. he is using tigerpaw to do this.
what my project does is once you are in the main web page it shows a sign-in page where you have to give a username and password in order to access the data.
my problem is that the program is running fine when i have a copy of the database in my computer but it doesn't work when i try to run it online. the sign in page is displayed but when i write my username and password it shows me an error.
i think the program can't find the database or something like that.
please, if you have any suggestions to make it work please let me know as soon as possible.
 
This is the connection string that i'm using. it gives me the error "internet error"
adoConnect.Open "Provider = MS Remote; Remote Server = Remote Provider = SQLOLEDB; database = /My.mdb;"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top