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 |
vishu_av
Yak Posting Veteran
69 Posts |
Posted - 2007-10-31 : 00:17:17
|
Hi All,I would like to append an existing Excel sheet which initially has some of the rows ( Doesnt pertain to any table or columns).I tried doing 'insert into openrowset(......)' where i tried to insert data from a table. I get this error[OLE/DB provider returned message: The Microsoft Jet database engine could not find the object 'Sheet1$'. Make sure the object exists and that you spell its name and the path name correctly.]OLE DB error trace [OLE/DB Provider 'MICROSOFT.JET.OLEDB.4.0' IColumnsInfo::GetColumnsInfo returned 0x80004005: ].Msg 7399, Level 16, State 1, Line 1OLE DB provider 'MICROSOFT.JET.OLEDB.4.0' reported an error. |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-10-31 : 02:32:20
|
Also make sure the file is in Server's directory and not in the client system. Otherwise you need to use \\client_name\path.........\file_name.xlsMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|