From: Willibald K. <wi...@dw...> - 2003-07-27 10:32:45
|
Hi! > One question in your scenario the connection is open permanently ?? ( I > ask this because we need to think that ADO .NET is designed for work in > disconnected mode ) Yes, of course - otherwise I could not hold the transaction open, can I? Hmm, seems that ADO .NET supports - to me - a completely new way of working with databases.. I've got an IBO/IBX background and therefore I'm used to long lasting connections and 'lots' of transactions, that can be 'nested' / concurrently started. ADO.NET seems to favour an 'as many transactions - as many connections' philosophy. But why do we need transaction in the first place then?! (We could trade a connection as transaction) ?-( Willi |