|
||||||
| C# Programming C# (pronounced C-sharp) is a new object oriented language from Microsoft and is derived from C and C++. It also borrows a lot of concepts from Java too including garbage collection. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
i am new to the programing field so kindly help me
how to import data from excel2003 to sql 2005 database i need code also and the idea from u so kindly reply me as soon as possible |
| Sponsored Links |
|
|
|
|||
|
Without excel reference, you can just use database connection to connection to the excel just look the excel as a database.
Read the data out Process what you need Insert into the SQL server Or you may just use the SQL server management studio to import the excel if this is only a one time job. |
|
|||||
|
You could export it as a CSV File. The format is:
Code:
,,cell,cell,cell, ,,cell,cell,cell, |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to import data from TOAD to Excel using SQL? | libran | Database & Database Programming | 4 | 02-13-2008 09:52 AM |
| Linking a Form to a SQL Database | newguy15 | Database & Database Programming | 2 | 12-04-2007 02:13 AM |
| How do I centralize sql server database | hoser2001 | Database & Database Programming | 3 | 07-13-2007 01:07 PM |
| Best program for SQL database manipulation | Rhadamanthys | Database & Database Programming | 3 | 07-02-2007 02:32 PM |
| Database Tuning Advisor in SQL Server 2005 | reachpradeep | Database & Database Programming | 0 | 03-03-2007 12:46 PM |