J
J.Alladien
Good day to all,
I was wondering if there exist code to do the following:
I have a table in my DB with 1 rec with 1 field named "version" with a value
of let's say 2.
Is it possible that everytime the DB gets modified that that field
automatically gets updated to"plus one" F.e. 3 ( 2+1) ,and the next time
4(3+1) etc etc !
The reason being as you can guess that the highest number is the latest
version of my DB in case I forget to input it myself,and I specificly need it
to be in the table because that value is used later on in combination with my
FE_UPDATER!
Hope that I have been clear in my question ,and thanking in advance for the
help!
I was wondering if there exist code to do the following:
I have a table in my DB with 1 rec with 1 field named "version" with a value
of let's say 2.
Is it possible that everytime the DB gets modified that that field
automatically gets updated to"plus one" F.e. 3 ( 2+1) ,and the next time
4(3+1) etc etc !
The reason being as you can guess that the highest number is the latest
version of my DB in case I forget to input it myself,and I specificly need it
to be in the table because that value is used later on in combination with my
FE_UPDATER!
Hope that I have been clear in my question ,and thanking in advance for the
help!