Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
saurabhjj
Starting Member
13 Posts |
Posted - 2007-10-01 : 14:46:54
|
hi, i am new to sql server, i am creating an accounting package, in which i want that users can upload their excel files and i can directly insert values into my sql tables,can any one help me out |
|
Kristen
Test
22859 Posts |
|
Kristen
Test
22859 Posts |
Posted - 2007-10-01 : 14:55:11
|
And there is this (huge!) thread about EXPORT to Excel, which may well have some useful information about IMPORT too.http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=49926 |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-10-03 : 02:41:43
|
quote: Originally posted by Kristen And there is this (huge!) thread about EXPORT to Excel, which may well have some useful information about IMPORT too.http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=49926
Yes. Thats actually Export/Import to Excel MadhivananFailing to plan is Planning to fail |
 |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2007-10-03 : 03:39:46
|
maybe the title of the thread should reflect that ? KH[spoiler]Time is always against us[/spoiler] |
 |
|
Reporter
Starting Member
48 Posts |
Posted - 2007-10-11 : 09:19:22
|
Hi, here it isinsert into Tableselect Field1,Field2 from opendatasource('Microsoft.Jet.OLEDB.4.0','Data Source="C:\filename.xls";Extended properties=Excel 5.0')...[Page1$] |
 |
|
|
|
|