ExecSQLEx in D2009 raises error, works fine in D7
Posted: Tue 29 Dec 2009 14:02
Hi,
This piece of code:
works fine in D7, version 6.90.0.54 (01-Dec-09) of ODAC, while the same code fails with:
Can you reproduce this?
With regards,
Martijn Tonies
Upscene Productions
This piece of code:
Code: Select all
FConnection.ExecSQLEx(Format('alter session set current_schema = %s', [FDefaultSchema]), []);in a D2009 compiled library, same version of ODAC.Invalid Params array. Valid format: ,[,,[...]]
Can you reproduce this?
With regards,
Martijn Tonies
Upscene Productions