Click to See Complete Forum and Search --> : URGENT : Connecting to a Database on a Server


guptakvn
September 6th, 2001, 04:06 AM
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.

Akademos
September 6th, 2001, 06:24 AM
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