Hi,
I have a table in my Firebird database that has a DateTime column..I need a routine that adds 1 month to each date stored in this column.
My code retreives a collection of the rows I want to update, steps through the collection changing the date property accordingly.
When finished it uses the SaveCollection method to save the values to the database.
This is fine except that it is very slow for larger datasets
Is there a quicker way?
Many thanks in advance