Results 1 to 3 of 3

Thread: simple question

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    1
    what are the different methods
    of connecting an vb application
    to an msaccess database which
    is sitting in the same computer?
    Please give me sample programs or
    detailed help.

    thanks in advance.

  2. #2
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276
    There's probably too many to go into, but the most common one would be to access the DB using ADO, but even then there are so may ways of implementing that...

    The simplest way is probably to use a datacontrol, but there are otherways such as dealing with connections and recordsets yourself, using a Data Environment or a Data Aware Class module. my preferred methods are the latter two.

    There's an excellent tutorial on this very site, at http://www.vb-world.net/articles/dbtutorial6/

    This begins with the basic stuff and will give you a good idea of how it all works

    hope this is of some help...

  3. #3
    Guest
    there's also another way of connecting to an access database. you add a data environment, rt click to get the connection's properties, and select your OLE DB provider. it's quite easy to go from there.


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