Import: Insert Excel data into a database |
|
Your Excel data can be imported easially into your database. To do a data import use the multiple rows insert dialog. There are only a few prerequisites:
A |
B |
C |
|
1 | employee_nr | employee_name | salary |
2 | 1000 | Linker G | 5000 |
3 | 1001 | Davis R | 4000 |
4 | 1002 | Jones P | 6000 |
To insert the data, display the Insert Multiple Rows dialog (SQL*XL|Insert|Multiple Rows...). This dialog essentially takes 3 items as input.
employees
employee_nr , employee_name , salary
A1:C4
Now just press the OK button and all the data will be sent to the database. It's as easy as this! Progress information will be shown in Excel's statusbar as % completed. Every now and then SQL*XL will refresh the screen so you can see the progress for yourself. At the end of each row in your spreadsheet SQL*XL will put a status indicator: successful or a short error message.
Tip:
See also: