Hi, last time I checked, IBExpert used the last parameter as reference, so
it'll use a varchar(1)/char(1) .
I followed the same pattern for the IBPP library bundled with Flamerobin
when I added named parameters support, I wanted to convert correctly the
parameter to its appropriate data type but la
Hi Mark, Jiri, all!
How are client libraries (Jaybird, .NET Provider, Delphi ones)
describing its named parameters to their users?
I mean, given this SQL:
select *
from rdb$database
where :param = 1 or :param = '2'
We have here single name used in context with multiple types.
I suppose you