Subject | Re: [firebird-support] Delete advice |
---|---|
Author | Mr. John |
Post date | 2008-08-30T08:08:03Z |
Sorry
There are 3 tables "persons","planning" and "calculations".
Using "planning" table there will be calculations in "calculations" table for some "persons".
When calculations must be done,old applications deletes all records from "calculation" table and add all new.
Now I rewrite this application using firebird and I don't like this "deletion",I think this will grow up my FB database,so I decide to update or insert records,not to delete all and only to add,my question is am I doing right ?
Thanks
----- Original Message ----
From: Alan McDonald <alan@...>
To: firebird-support@yahoogroups.com
Sent: Saturday, August 30, 2008 10:50:44 AM
Subject: RE: [firebird-support] Delete advice
Alan
[Non-text portions of this message have been removed]
There are 3 tables "persons","planning" and "calculations".
Using "planning" table there will be calculations in "calculations" table for some "persons".
When calculations must be done,old applications deletes all records from "calculation" table and add all new.
Now I rewrite this application using firebird and I don't like this "deletion",I think this will grow up my FB database,so I decide to update or insert records,not to delete all and only to add,my question is am I doing right ?
Thanks
----- Original Message ----
From: Alan McDonald <alan@...>
To: firebird-support@yahoogroups.com
Sent: Saturday, August 30, 2008 10:50:44 AM
Subject: RE: [firebird-support] Delete advice
> There are many fileds to be calculated.sorry - I can't understand this at all
> In this table are stored values for some persons,between 2 calculations
> persons could be added or deleted so there will be new or deleted
> records.
> Thanks
>
Alan
[Non-text portions of this message have been removed]