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

Thread: VB.NET database

  1. #1
    Join Date
    Feb 2006
    Location
    Netherlands
    Posts
    43

    VB.NET database

    Hi

    I have a database (acces) dataadapter and a working conection between it and my program.

    I'm acctually a newby on this area, so can someone of you explain to me as easy as possible, how I can acces my database so that I can read out values and put them in my text boxes ?

    Thnx

    Jos van Tuil

  2. #2
    Join Date
    Jan 2006
    Posts
    293

    Re: VB.NET database

    thats a very general question... you need to read up on the core concepts of ADO.NET it in order to get a better understanding of what you need to do...

    This article is a great place to start...
    http://visualbasic.about.com/od/lear.../aa050303a.htm

    (I know this is the second time I referred to an article for ya, but its really good information that you need to learn )

  3. #3
    Join Date
    Feb 2006
    Location
    Netherlands
    Posts
    43

    Re: VB.NET database

    The last article was perfect so no problem


    Edit---------------------

    And agian it worked
    Last edited by Greenjedi; March 19th, 2006 at 12:41 PM.

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