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!

VB6 Remote access to mdb file by ADO

Status
Not open for further replies.

acadid

Programmer
Jul 15, 2003
2
CA
My Access mdb file is updated daily...here how it works :

A scheduler in vb launch a program in a module of my Access file...

This program launch queries based on some ODBC linked Progress tables
Access tables are created with final query information.

Those query created tables in Access need to be accessed by my vb app on many clients pc outside the building...

Client VBapp can need to access my Access file at any time, except at night most of the time when the creation process is in progress....


I want to know how can my VB6app access the mdb file with ado over the internet...

What do I need to do to have my mdb access file available to my vb app over the internet...

Thanks

Help please..!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top