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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel data to oracle through ASP

Status
Not open for further replies.
Apr 28, 2003
35
IN
I have some fields afrom asp page and then the user would also select a excel file from there local machine to import , i have to use the name from the form field and the 2 column data from the excel and import it to orcale database.

oracle table looks like this
table bun_list
fields
bun_user_desc
bun_date
bun_number

Where bun_user_desc and bun_date is the value from the screen and the bun_number comes from excel sheet there would be 100 bun numbers from the excel sheet , bun_user_desc and bun_date is the same for all the 100 buns.
Think i have explained it clearly , please tell be how to proceed with this ASP.
Thank You.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top