Re: Simple transaction question ????
- From: "Miha Markic" <miha at rthand com>
- Date: Tue, 5 Jun 2007 18:21:48 +0200
Are you using .net (ado.net)?
BTW, if you have to manage transaction that spawns a single database then DAO (or whatever database provider technology) is just fine and you should avoid serviced component transactions.
--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
"calderara" <calderara@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:FE9D66E5-7E56-48C0-9A00-F56C6489B628@xxxxxxxxxxxxxxxx
Dear all,
I am building a multi tiers application.
I have a remote object hosted by a Windows Service which is charge to store
certain data in an SQL databse. Works great.
After this operation I need to dispatch store data to some other tables. for
that opertaion I need database transaction.
The doubt that I have is , do I have to manage my transaction directly using
DAO or should I go for a serviced Component using automatique transaction ??
Any comments will be appreciate..
PS my databas is not a huge database like you might have for a bank or
market database but still have to manage transactionnal stuff
Regards
serge
.
- Prev by Date: Re: Error when calling the OleDbDataAdapter.Fill() method
- Next by Date: Re: Another modifier for the datagridview column.Format() property?
- Previous by thread: Refresh a datatable afer an update so that child foreignkeys will be changed if necessary
- Next by thread: Re: Simple transaction question ????
- Index(es):
Relevant Pages
|