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.
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