| Subject | Re: [firebird-support] Prepare of SQL | 
|---|---|
| Author | Valdir Stiebe Junior | 
| Post date | 2003-07-24T15:01:54Z | 
> yes, unless you explicitly prepare statements onthe client.
And if i execute a prepare statement for
select * from sometable where id = :id
then execute
SeLeCt * from sometable where id = :id
it will make any difference?
Valdir.