Hi.
i have a user that sends me a list of names a few times a week. i have a query that i type these names in the select statement to list the result from an oracle database table. i want to put this process in a script where he will send his data in an excel file and i will use that excel file to get a list of names. i have figured out the connection string to oracle, the query string and other code. the only part that i haven't been able to code is reading the excel file one row at a time until the name box is empty.
the excel file has the format:
LAST_NAME, FIRST_NAME, MIDDLE_NAME, DOB
Any suggestions?
thanks.
i have a user that sends me a list of names a few times a week. i have a query that i type these names in the select statement to list the result from an oracle database table. i want to put this process in a script where he will send his data in an excel file and i will use that excel file to get a list of names. i have figured out the connection string to oracle, the query string and other code. the only part that i haven't been able to code is reading the excel file one row at a time until the name box is empty.
the excel file has the format:
LAST_NAME, FIRST_NAME, MIDDLE_NAME, DOB
Any suggestions?
thanks.