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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Requirements

Requirements

Scheduled Pinned Locked Moved Database
csharpdatabasebusinessquestion
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.
  • O Offline
    O Offline
    oliver_twistor
    wrote on last edited by
    #1

    Is there any specific software one has to use to be able to use SQL in Visual Basic .NET? I have Visual Basic .NET and Access 2000. Do I need anything else? //OT

    M 1 Reply Last reply
    0
    • O oliver_twistor

      Is there any specific software one has to use to be able to use SQL in Visual Basic .NET? I have Visual Basic .NET and Access 2000. Do I need anything else? //OT

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      Nope, you have all you need. See the documentation on OleDbConnection, OleDbCommand, OleDbDataAdapter, OleDbDataReader etc. Note that the .NET Framework requires a minimum of MDAC 2.6 for the SQL Server data provider, but this isn't applicable in your case. It's probably not a bad idea to use that version, though.

      O 1 Reply Last reply
      0
      • M Mike Dimmick

        Nope, you have all you need. See the documentation on OleDbConnection, OleDbCommand, OleDbDataAdapter, OleDbDataReader etc. Note that the .NET Framework requires a minimum of MDAC 2.6 for the SQL Server data provider, but this isn't applicable in your case. It's probably not a bad idea to use that version, though.

        O Offline
        O Offline
        oliver_twistor
        wrote on last edited by
        #3

        Thanks! What is MDAC? //OT

        T 1 Reply Last reply
        0
        • O oliver_twistor

          Thanks! What is MDAC? //OT

          T Offline
          T Offline
          Teo
          wrote on last edited by
          #4

          MDAC is Microsoft Data Access Components. Yo can find it at http://msdn.microsoft.com/library/default.asp?url=/nhp/Default.asp?contentid=28001860 For accessing MS Access databases, I have used the ODBC Data provider, which is faster. You can find more information at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconadonetproviders.asp Teo

          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