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