CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Posts
    14

    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.


  2. #2
    Join Date
    Mar 2000
    Location
    Germany, Franken
    Posts
    257

    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
  •  





Click Here to Expand Forum to Full Width

Featured