Subject Re: [Firebird-Architect] Re: Gpre & Cobol
Author Ann W. Harrison
Stephen Boyd wrote:
>
> But don't isc_receive and isc_send expect the parameters in a certain
> format that is dependent on the column type?


No, they expect parameters to be of the type declared in the
message. The engine does what ever is necessary (and possible)
to convert the stored type to the message type. You could,
for example, just change the code generator so it declared all
parameters to be text.

Regards,


Ann