Subject RE: [firebird-support] Firebird Stored Procedures to select to update from delphi application forms
Author Leyne, Sean
> > There seems to be some idea, that it is possible to use firebird
> > stored procedures to populate user interfaces and then take the
> > modifications and use them to update a database.
> >
> > This method seems unreasonable and impossible to me.
> >
> > Has anyone else done things this way?
>
> Updateable Views, with triggers (which could call SPs) to perform
> database operations.

Another option, if you are using 2.1+, temporary tables (again with triggers to perform db updates).


Sean