Subject Re: [Firebird-Java] Fwd: jaybird prepared statement
Author Carsten Schäfer
I would find it useful for debugging purposes.
It should be implemented.

mfg
Carsten

Roman Rokytskyy schrieb:

>Below is my reply that I have sent you privately.
>
>-----------------------------
>Hi,
>
>
>
>>I would like to ask you if the java driver jaybird
>>driver has a toString method on prepared
>>statement which will give as result the sql
>>
>>
>
>No, it does not.
>
>
>
>>The mysql JConnector has one so i wonered if is
>>difficult to do this on jaybird also.
>>
>>
>
>Why do you need it? What is the purpose of this feature in mySQL? Can it be
>that mySQL instead of executing the statement with parameters executes the
>string where param marks are replaced with values? You should know that
>Firebird works differently.
>
>