CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Visual basic

  1. #1
    Join Date
    Mar 2001
    Posts
    2

    Visual basic

    How to write a VB source code that is to develop a client application that is able to connect with a central database to retreive information?


  2. #2
    Join Date
    Dec 2000
    Location
    China
    Posts
    24

    Re: Visual basic

    Try RDO control which is designed to connect to a remote database.

    Regards,


    Zhou Yong

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

    Re: Visual basic

    I think you can use the ADO-Library. Look at the MSDN for further explanation.


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