New Message on dotNET User Group Hyd

Need Help urgently transaction problem

Reply
  Reply to Sender   Recommend Message 4 in Discussion
From: burhantech

sorry if I am interfering between you two, though,
yeah, Datasets are really disconnected stuff, but they still do need to get connected in a way, to the backend in order to get/fetch data from dbase. Ofcourse, for this we can use DataAdapters, by passing the dataset reference to the Fill method of it. If you are creating data on the fly, not fetching from backend, then we do need to get connected (Truely disconnected). What exactly means by disconnected, i feel is, we can have/maintain all the data in a dataset as it was in backend, like tables, constraints, relations etc. we can use and manipulate the data within the datasets in memory. No database access.
And connection pooling, SQL Server will take care of pooling as long as the connecting parameters are same, like conn string. But still, we need to explicitly close the connections. IIS will not pool the database connections.
Transaction can be done at different levels, like at Webmethod level or our individual database operations level. Here again, we need to take care of transactions. Any how, as Sreeram suggested, we should do it explicitly so that we can have a good control over it.
hope its ok to you.
burhan.
 

View other groups in this category.

Click here!
Also on MSN:
Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes

To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.

Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.

If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.

Reply via email to