B
beersa
Hi All,
I have to query the database with the string from text file. Here are
the details:
OS: WinXP Home Pro
DB: Oracle 9.x
The table in DB has 20,000 rows. The text file has 15,000 rows. I wrote
a program and read the string from text file and run SELECT query in DB
to look for the string. The program read line by line. That mean, For
each line the SELECT query is running, i.e. 15,000 times.
I use Streamreader class to read the text file and OracleDataReader
class to query the database.
Can anyone suggest me the better approach or design?
Thanks & Regards,
BeerSa
I have to query the database with the string from text file. Here are
the details:
OS: WinXP Home Pro
DB: Oracle 9.x
The table in DB has 20,000 rows. The text file has 15,000 rows. I wrote
a program and read the string from text file and run SELECT query in DB
to look for the string. The program read line by line. That mean, For
each line the SELECT query is running, i.e. 15,000 times.
I use Streamreader class to read the text file and OracleDataReader
class to query the database.
Can anyone suggest me the better approach or design?
Thanks & Regards,
BeerSa