Hi
I am using the hxtt driver for selecting data from CSV's.
the only operation i used is select.
i need to select all data at a time from one table or from two tables at a time.
i want to improve the performance of select operation and dont want to stop my
from all data retrival.how can i use selected data at a time when select opertion is still runnig.
|
What's your sql?
You can try readOnlyMode=true connection property, which will parse csv data in a new thread.
|
can anyone send me simple example using fetch
|