Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert (insert) excel spreadsheet data to oracle data

Status
Not open for further replies.

discusmania

IS-IT--Management
Oct 24, 2000
158
AP
Hi,

Base on data in excel spread sheet, i want to have a button that can insert the data there into a table in oracle. Let assume that the excel column header are the same as fields in oracle table. Please help me to do it.

Thanks and regards,
RoN
 
Excel spreadsheets can be opened like a database via ADO. Open both, SELECT from Excel and INSERT into Oracle. For better resource management use GetRows to grab the data from Excel and then close it, and then make your Oracle inserts.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top