If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > How to fill multiple rows and columns??

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-13-06, 14:19
bundleboy bundleboy is offline
Registered User
 
Join Date: Sep 2006
Posts: 2
How to fill multiple rows and columns??

Hey guys im wondering if anyone knows how to use the ODBC driver and

INSERT INTO [Sheet1$] (a,b,c,...)
VALUE ('valuea','valueb','valuec',...)

or simply: INSERT INTO [Sheet1$] VALUE ('valuea','valueb','valuec',...)

and this statement and add multiple values at the same time i get this error....
[Microsoft][ODBC Excel Driver] The INSERT INTO statement contains the following unknown field name: 'A'. Make sure you have typed the name correctly, and try the operation again....

or when i dont use the specific columns i get this error...
[Microsoft][ODBC Excel Driver] Number of query values and destination fields are not the same.

help me pls... i really dun know how to solve it the numbers are the same.. no doubt about tat...

thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On