G
Guest
Hi I am trying to find out if it is bad, and how bad, to start a database
transaction on a set of read operations. By starting a transaction I can
keep open the database connection...but is there significant overhead for
transaction?
Basically I am populating a set of objects and I may hit the database 5 to
10 times on any given set of parent/child objects.
I cannot use stored procedures.
What do you think?
transaction on a set of read operations. By starting a transaction I can
keep open the database connection...but is there significant overhead for
transaction?
Basically I am populating a set of objects and I may hit the database 5 to
10 times on any given set of parent/child objects.
I cannot use stored procedures.
What do you think?