Loading data from excel into a table [message #82872] |
Thu, 10 July 2003 15:33 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sandu
Messages: 51 Registered: June 2003
|
Member |
|
|
Scenario:-
Form layout:-
Browse :- ________
start (button)
end (button)
Excel layout:-
emp.xls
Empno name
100 xyz
200 pqr
Table layout:-
Create table emp(
Empno varchar2(20),
name varchar2(40))
Question:-
I would like the user to browse a file from
his local machine named emp.xls. Once the user
selects the file he should be able to hit the start
button to load data into an oracle table 'emp'.
Is this doable using forms 4.5. If so how?.
Thx.
|
|
|
|
|
|
|
|
|