|
-
September 6th, 2001, 04:06 AM
#1
URGENT : Connecting to a Database on a Server
Dear gurus,
i have developed an application in vb which uses the database on the local system. Say if the database is stored on a particular server with in a folder as "\\server\folder\aa.mdb" with a pasword set to the daatabase and the folder. Say if my system is "system1" how do i access the database on the server. Please let me know immediately with some sample code. Thanks a lot.
-
September 6th, 2001, 06:24 AM
#2
Re: URGENT : Connecting to a Database on a Server
i would suggest that you use ADO. There you can connect to servers with Connectionobjects and manipulate Database with SQL-Statements or Recordsets. You can find Exsamples in the MSDN (local or online).
Hope this helps
akademos
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
|
Click Here to Expand Forum to Full Width
|