Subject | Re: [Firebird-Java] prepared statement |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-07-17T18:51:23Z |
> I want the sql from perp statement because i want toWell, then I guess you need to have an SQL statement. If you cannot reuse
> do a kind of custom replication.
the code in the p6spy, then I suspect you have to create it yourself.
On the other hand, what prevents you from saving the statement with '?'
followed by some string-encoded list of parameter values? Your client then
prepared the statement and fills the parameters decoded from the list.
Almost the same as it were with a normal SQL.
Roman