Siddhamalli
MIS
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.
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.