rowsetsize problem
Posted: Fri 01 Apr 2011 13:55
Hi,
We have a problem setting rowsetsize parameter to other value than 20 (which is default value).
Such code works fine:
Such code gives us an exception:
RAD XE c++, dbxoda 4.80.24, oracle 10.1
Sample test application - with full source and exe:
http://www.netinfo.pl/OracleConnTest.zip
We have a problem setting rowsetsize parameter to other value than 20 (which is default value).
Such code works fine:
Code: Select all
SQLConnection1->Params->Values["RowSetSize"] = 20;
SQLConnection1->Open();
Code: Select all
SQLConnection1->Params->Values["RowSetSize"] = 200;
SQLConnection1->Open();
Sample test application - with full source and exe:
http://www.netinfo.pl/OracleConnTest.zip