Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. help on connecting vb 2008 express edition to the inbuilt sql server for insert, update, deletion.

help on connecting vb 2008 express edition to the inbuilt sql server for insert, update, deletion.

Scheduled Pinned Locked Moved Visual Basic
databasesql-servercomsysadminhelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tenzin Kunkyab
    wrote on last edited by
    #1

    i am exhausted trying to figure out how to connect the inbuilt sql server to the vb 2008 express edition for insertion, update and deletion of rows or records in the tables.. so, any help is really appreciated.. tenzin at ten_kunkyab@hotmail.com

    N J 2 Replies Last reply
    0
    • T Tenzin Kunkyab

      i am exhausted trying to figure out how to connect the inbuilt sql server to the vb 2008 express edition for insertion, update and deletion of rows or records in the tables.. so, any help is really appreciated.. tenzin at ten_kunkyab@hotmail.com

      N Offline
      N Offline
      Nilesh Hapse
      wrote on last edited by
      #2

      Hi, What have you tried? If you want any help with connection strings then you can refer to:: www.connectionstrings.com/[^] You can get many google search results for VB 2008 and SQL server.

      "Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup

      1 Reply Last reply
      0
      • T Tenzin Kunkyab

        i am exhausted trying to figure out how to connect the inbuilt sql server to the vb 2008 express edition for insertion, update and deletion of rows or records in the tables.. so, any help is really appreciated.. tenzin at ten_kunkyab@hotmail.com

        J Offline
        J Offline
        Johan Hakkesteegt
        wrote on last edited by
        #3

        If with inbuilt sql server, you mean the sql server that comes with the VS 2008 Express editions, all you need to do is click the help menu in visual studio and then the How Do I section. There is a whole subject on how to work with data (databases). It has paragraphs on interaction between applications and databases, which will also explain how to update, insert, and delete data. Or is there a more specific problem you are stuck with?

        My advice is free, and you may get what you paid for.

        T 1 Reply Last reply
        0
        • J Johan Hakkesteegt

          If with inbuilt sql server, you mean the sql server that comes with the VS 2008 Express editions, all you need to do is click the help menu in visual studio and then the How Do I section. There is a whole subject on how to work with data (databases). It has paragraphs on interaction between applications and databases, which will also explain how to update, insert, and delete data. Or is there a more specific problem you are stuck with?

          My advice is free, and you may get what you paid for.

          T Offline
          T Offline
          Tenzin Kunkyab
          wrote on last edited by
          #4

          thank you both of you.. i figured it out last night.. i used whole codes to access the database and perform insert, deletion, update and traversing.. i used dataset, sqlcommands, sqldataadapters and sqldatareaders they worked great.. thanks Bjarne and the other guy without name ;) - kun

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups