I have Options.DescribeParams set to True on a TIBCQuery. When I prepare a query like this:
Code: Select all
select *
from rdb$database
where :p is null
Now, wouldn't it be better if the data type for this parameter simply stayed "ftUnknown" instead of raising the error? The user then could select a data type or keep the item Null.
With regards,
Martijn Tonies
Upscene Productions