Board index » delphi » BriefCase Model
Arnold Johnson
![]() Delphi Developer |
Wed, 26 Jun 2002 03:00:00 GMT
BriefCase Model
I have a decision to make and would like some input from fellow
developers. I am planning on using Storedprocedures for updating all main tables within the Database of an application currently under development. In a Master/Detail scenario, the detail table's contents are copied to a memory table, modified and then saved back to the detail table, which would then call a storedprocedure to update the master table. This allos me to keep the processing of resyncing the master table on the server instaed of in code, because other applications would need to talk to certain tables in the Database and in order to avoid duplicate code in all mini-applets, keep the updating of main tables central. The database consist of 21 lookup tables and 15 master/15 detail tables. The question is for normal working environment Client/Server, all users Any suggestions. Environment : Delphi 5 Enterprise, ADO (bundled), Windows 98, -- |