View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
EWill EWill is offline
external usenet poster
 
Posts: 4
Default Excel data into Oracle table

I'm trying to insert data from Excel into Oracle.

I have a couple questions regarding this topic:

1) What is the syntax to insert multiple rows (Do I need to loop through each row ?)

2) What is the syntax to insert multiple rows from multiple columns.

Thanks for your assistance.