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. Data Import Access to SQL Server

Data Import Access to SQL Server

Scheduled Pinned Locked Moved Visual Basic
databasecomsql-serversysadmin
4 Posts 2 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.
  • A Offline
    A Offline
    Amitux
    wrote on last edited by
    #1

    Hi, I want to develop a application in VB. That will import data from MS-Access table to SQL server table. We have many ways to do same things • SQL Server Data Transformation Services (DTS) • SQL Server linked servers • SQL Server distributed queries • ActiveX Data Objects (ADO) and the Microsoft OLE DB Provider for SQL server • ADO and the Microsoft OLE DB Provider for Jet 4.0 or if u know some other way. I want to do build the application in more professional way. So i want smart suggetion from any one. Thanks Amit Chowdhury

    D 1 Reply Last reply
    0
    • A Amitux

      Hi, I want to develop a application in VB. That will import data from MS-Access table to SQL server table. We have many ways to do same things • SQL Server Data Transformation Services (DTS) • SQL Server linked servers • SQL Server distributed queries • ActiveX Data Objects (ADO) and the Microsoft OLE DB Provider for SQL server • ADO and the Microsoft OLE DB Provider for Jet 4.0 or if u know some other way. I want to do build the application in more professional way. So i want smart suggetion from any one. Thanks Amit Chowdhury

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      How about using the UpSizing Wizard in Access? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      A 1 Reply Last reply
      0
      • D Dave Kreskowiak

        How about using the UpSizing Wizard in Access? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        A Offline
        A Offline
        Amitux
        wrote on last edited by
        #3

        First thanks for your reply. I want to make simple interface application in VB for some user thay don't know any thing about UpSizing Wizard in Access or DTS. Amit Chowdhury

        D 1 Reply Last reply
        0
        • A Amitux

          First thanks for your reply. I want to make simple interface application in VB for some user thay don't know any thing about UpSizing Wizard in Access or DTS. Amit Chowdhury

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          If you know the format of the tables, there's nothing magical about it. All you do is read the Access table, do any translation that you need to, and write it to the SQL table. The connection technology you use for either one is up to you. In VB.NET, all this stuff is supplied in the .NET BCL. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

          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