Page 1 of 1

Automatically fetching parameter datatypes?

Posted: Fri 27 Nov 2009 09:09
by upscene
Hi,

InterBase and Firebird support datatype info after preparing a statement, this can be used to get the default parameter datatype.

My users are depending on this functionality, but I cannot seem to get it working with IBDac.

Is there a specific method to get this done?

If it's not available, can you make it available?


Thanks,

Martijn Tonies
Upscene Productions

Posted: Mon 30 Nov 2009 08:56
by Plash
Set the DescribeParams option of TIBCQuery to True.

Posted: Mon 30 Nov 2009 09:20
by upscene
Plash wrote:Set the DescribeParams option of TIBCQuery to True.
Thanks, that works fine, seems I missed that option ;)