connecting to a server database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nkn
    New Member
    • Feb 2007
    • 2

    connecting to a server database

    HELLO everyone
    I want to learn how to connect to a server database.I am new to vb.net i have form with textboxes, comboboxes and radio buttons can anyone please help me on how to mix the sql statements with the textboxes
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by nkn
    HELLO everyone
    I want to learn how to connect to a server database.I am new to vb.net i have form with textboxes, comboboxes and radio buttons can anyone please help me on how to mix the sql statements with the textboxes
    What database server are you using?

    Comment

    • enreil
      New Member
      • Jan 2007
      • 86

      #3
      This link may be a good place to start.

      Originally posted by nkn
      HELLO everyone
      I want to learn how to connect to a server database.I am new to vb.net i have form with textboxes, comboboxes and radio buttons can anyone please help me on how to mix the sql statements with the textboxes

      Comment

      • bobneedshelp
        New Member
        • Feb 2007
        • 17

        #4
        try http://www.connections trings.com/ for the connections. The hard part is reading the database. Once you've read that then you just assign that data to the textbox, combo box, etc.

        Comment

        Working...