Subject | Re: Firebird Stored Procedures to select to update from delphi application forms |
---|---|
Author | robert.gilland |
Post date | 2009-11-24T06:41:31Z |
> I'm always design client-server applications with rich GUI in this way.So how do you know what field a person has updated, then what to do to update the database back again.
> Users even have no grants to SELECT from any table. Applications calls
> only SPs.
>
for example
SELECT FIELD1...FIELD200
FROM PROC_PRODUCT( :THEPRODUCT )
User changes FIELD121.
How do you then move this data back to the database. without updating all fields that were received to start with.
Kind Regards,
Robert.