humanista (mruczus)
2008-02-17 11:23:21 UTC
I need to read data from several tables in one transaction. Each select
reads data from one table. What I need is for data not to be changed in all
the tables by another user throught all separate select's as data in one
table depend on data in another table. If I write data to the tables I know
I can make a transaction to ensure there is no change in the tables made by
another user, but if I just read data from tables in one transaction can I
also be sure the tables data are the same in transaction life?
reads data from one table. What I need is for data not to be changed in all
the tables by another user throught all separate select's as data in one
table depend on data in another table. If I write data to the tables I know
I can make a transaction to ensure there is no change in the tables made by
another user, but if I just read data from tables in one transaction can I
also be sure the tables data are the same in transaction life?