Automatically fetching parameter datatypes?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
upscene
Posts: 306
Joined: Thu 19 Oct 2006 08:13

Automatically fetching parameter datatypes?

Post by upscene » Fri 27 Nov 2009 09:09

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

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 30 Nov 2009 08:56

Set the DescribeParams option of TIBCQuery to True.

upscene
Posts: 306
Joined: Thu 19 Oct 2006 08:13

Post by upscene » Mon 30 Nov 2009 09:20

Plash wrote:Set the DescribeParams option of TIBCQuery to True.
Thanks, that works fine, seems I missed that option ;)

Post Reply