Page 1 of 1

ExecSQLEx in D2009 raises error, works fine in D7

Posted: Tue 29 Dec 2009 14:02
by upscene
Hi,

This piece of code:

Code: Select all

FConnection.ExecSQLEx(Format('alter session set current_schema = %s', [FDefaultSchema]), []);
works fine in D7, version 6.90.0.54 (01-Dec-09) of ODAC, while the same code fails with:
Invalid Params array. Valid format: ,[,,[...]]
in a D2009 compiled library, same version of ODAC.

Can you reproduce this?

With regards,

Martijn Tonies
Upscene Productions

Posted: Wed 30 Dec 2009 08:19
by Plash
We have fixed this problem. The fix will be included in the next build of ODAC.

Posted: Wed 30 Dec 2009 08:23
by upscene
Plash wrote:We have fixed this problem. The fix will be included in the next build of ODAC.
Thank you...

Looking forward to the next build of ODAC/MyDAC and IBDac as quite some problems should be fixed :D