in reply to (Ovid) Re: Re: Refactor method calls or not?
in thread Refactor method calls or not?
This means that the application code doesn't know anything about the database - it only knows about these database requests, which allowed us to decouple the applications from the database somewhat.
As for transactions, with Sybase at least we managed to never have a transaction that spanned multiple database requests. I realize that this may not always be possible, but keeping transactions short helps tremendously on general throughput for the database.
Michael
|
|---|