Tomnolan,
about the fast export jdbc connectivity. is there any detailed instructions how to get the row count before fetch by not using select count(*)? When using native Fastexpoprt utility , this tool usually reports number of blocks being generated before the rows fetched from database .
When using ODBC and .NET connections under SQLA, the resultset rowsize is also reported and visible before the rows were fetched.
why not JDBC? it will be a good idea to fetch such info since it appears to me that it is available anyway.
↧