Subject RE: [firebird-support] Stored procedure ?
Author Alan McDonald
> Hi !
> table :
> id,year,month,value1
> PK
> id,year,month
>
> How can i create a stored procedure to replicate all records from
> a table for a specific year and month,
> then increments month with 1 (and year if case),only for the
> records added.
>
> Thanks !

pretty broad question... there are so many repliction models around, and it
depends a lot on how you are doing the replication. once only, 2 way, what
tools are you using? how is the replication carried out?
Want a quick way? get IBExpert and do a data table comparison or write a
script (there are examples) to do the job.
If you have specific needs then you have not provided enough info for the
question.
Alan