-
VB6 + ACCESS on LAN
I have a flat file MS Access DB that shows customer details.
I would like to access it over a LAN (using a hub in star formation) using a
VB front end so all 4 PCs can look at it
So far all the PCs are set for file sharing and I have created a shared
folder with the DB in it on one PC
I can build a connection string on this PC and eveything works fine ,
Question is how to connect the ADO data control to it on the other PCs
Thanks
Dave Clem
-
Re: VB6 + ACCESS on LAN
On Mon, 30 Sep 2002 17:23:47 +0100, "Dave Clements" <david.clem@btinternet.com> wrote:
¤ I have a flat file MS Access DB that shows customer details.
¤ I would like to access it over a LAN (using a hub in star formation) using a
¤ VB front end so all 4 PCs can look at it
¤ So far all the PCs are set for file sharing and I have created a shared
¤ folder with the DB in it on one PC
¤ I can build a connection string on this PC and eveything works fine ,
¤ Question is how to connect the ADO data control to it on the other PCs
You can specify the location in the ConnectionString property of the ADO Data Control:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\ServerName\ShareName\dbfolder\db1.mdb
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks