G
Guest
Hello:
I am writing a ASP application that will take a local CSV file, parse the
data and upload them to a Oracle DB.
I am parsing them and processing one row at a time. Given that there could
be 10,000 rows in the CSV file, I am concerned that it may meet the
functional but not performance requirements.
Can somebody suggest a better way to do accomplish this task?
Venki
I am writing a ASP application that will take a local CSV file, parse the
data and upload them to a Oracle DB.
I am parsing them and processing one row at a time. Given that there could
be 10,000 rows in the CSV file, I am concerned that it may meet the
functional but not performance requirements.
Can somebody suggest a better way to do accomplish this task?
Venki