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

Thread: How Do I .....

  1. #1
    Join Date
    Jul 1999
    Location
    Australia
    Posts
    39

    How Do I .....

    Hi,
    Everyone at work has given me different methods to connect to an access database and they have worked but i would like to know one correct method or maybe the one you guys use to connect using ADO in visual basic.
    I would like to stick to one method only, so if you guys could help me out i would appreciate it alot.
    Derek.

    PS: A method to either insert or update would be great.


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: How Do I .....

    what's wrong with having several different correct methods for connecting to a database?
    There is no "right" or "wrong" method IMHO.
    I call that flexibility. The ADO object model is fairly flexible.

    If you'd like to stick to one method, I suggest you choose the one that you like.


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