Page 1 of 1

rowsetsize problem

Posted: Fri 01 Apr 2011 13:55
by civic9
Hi,

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();
Such code gives us an exception:

Code: Select all

	SQLConnection1->Params->Values["RowSetSize"] = 200;
	SQLConnection1->Open();
RAD XE c++, dbxoda 4.80.24, oracle 10.1
Sample test application - with full source and exe:
http://www.netinfo.pl/OracleConnTest.zip

Posted: Mon 04 Apr 2011 10:48
by AlexP
Hello,

Thank you for the information.
We have reproduced the problem.
We will notify you as soon as we have any results.

Posted: Wed 06 Apr 2011 12:28
by civic9
hello,

any news about solution for this problem?

regards.

Posted: Wed 06 Apr 2011 13:13
by AlexP
Hello,

This problem occurs only in Delphi XE, all works fine with other Delphi versions.
We are still looking for the cause of the problem.

Posted: Tue 12 Apr 2011 13:00
by civic9
Hello,

Any news?
We are stuck with XE and our app with default rowsetsize has very poor performance.

Posted: Fri 15 Apr 2011 11:44
by civic9
please help.

Posted: Fri 15 Apr 2011 12:30
by AlexP
Hello,

We still can't fix the problem.
But we will plan to fix it in the next build.