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. Web Development
  3. ASP.NET
  4. transfer data from excel file into sql server table

transfer data from excel file into sql server table

Scheduled Pinned Locked Moved ASP.NET
databasesql-serversysadmintutorial
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.
  • A Offline
    A Offline
    amit__8
    wrote on last edited by
    #1

    how to transfer data from a excel file into sql server's table. Thanks in advance

    T 1 Reply Last reply
    0
    • A amit__8

      how to transfer data from a excel file into sql server's table. Thanks in advance

      T Offline
      T Offline
      TechnoGrey
      wrote on last edited by
      #2

      first you must select a database and tables from enterprise manager which you want to insert excel table into. then click the right button of the mouse and select import data. The menu steps show you how to solve this problem.

      A 1 Reply Last reply
      0
      • T TechnoGrey

        first you must select a database and tables from enterprise manager which you want to insert excel table into. then click the right button of the mouse and select import data. The menu steps show you how to solve this problem.

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

        but i can't use enterprise manager i have to do that programatically in my asp.net application.

        S 1 Reply Last reply
        0
        • A amit__8

          but i can't use enterprise manager i have to do that programatically in my asp.net application.

          S Offline
          S Offline
          sathish s
          wrote on last edited by
          #4

          Two steps 1. Read Excel file into a dataset. http://www.codeproject.com/csharp/Excel_using_OLEDB.asp[^] 2. Insert values from dataset into sql server table.

          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