Subject Re: [firebird-support] Prepare of SQL
Author Valdir Stiebe Junior
> yes, unless you explicitly prepare statements on
the 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.