Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Feb : Help!! Please!!
| Subject: | Help!! Please!! |
| Posted by: | "Monzer George Yazigi" (monzer_yazigi@nospam.hotmail.com) |
| Date: | Fri, 25 Feb 2005 10:56:40 |
Dear All
I have the following scenario:
I have a master / details form to insert an invoice and its details.
The details are controlled by a DBGrid component.
I'm using Interbase Server 7.5.0.5 and Delphi Ent 7.0
Both the Master Table and Detailed has the CachedUpdate property set
to TRUE.
When ApplyUpdates method is executed, only the invoice information is
stored in the database while the detailed records are not. No error or
exception is raised up as if everything went fine.
Also, the Grid behavior is fine. Such as looking up a record
information and calculating item total.
Simply everything works fine except saving information into the
database.
can anyone suggest something about this?!!
Regards