Good way to multiple access SQL
-
-
Use the original data as a where clause for the
update
statement. This way if the data has changed in the meantime you can know, and show a message to the user, even suggest him a reload. -
Use the original data as a where clause for the
update
statement. This way if the data has changed in the meantime you can know, and show a message to the user, even suggest him a reload.@kshegunov This, complicates the SQL requests...
-
@kshegunov This, complicates the SQL requests...