>way you query (SELECT) the respective tables, I don't thing u should use
>transaction begin-commit for selecting rows of data where u r not making
>changes to database.
Nonsense. Of course you want regualar ACID guarantees for reading data,
especially if you want repeatable read isolation. Stop promoting the same
old "I don't really know what auto-commit is" story. |