Thread: Excel to SQL db
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dean Dean is offline
external usenet poster
 
Posts: 93
Default Excel to SQL db

I have a load of item numbers and descriptions in an Excel spreadsheet that I
want to upload to my Server.
I have a limited knowledge of SQL but can create the table and colums.
How do I get the information from my hard drive to the Server DB? I can do
it in either MS Query or SQLPlus onto my Oracle db.

Dean