Subject StoredProcedure excution
Author majstoru
Hi,

I have Firebird like bakcend dabatabse in my n-tier application which
is have a 10-15 thin clients connected to server (this is scenario). I
have some thinks in application that is defined in table (fex:
sysoperate) in the database! This thinks are set of few SQL statments!
I would lie to import all of theese SQL statments in to the
StoredProcedure and execute it like SP! It mean when I change SQL
statment, SP fetch new statments and execute then on new call of SP by
client.

Thanks for ALL!