Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Ado.net

This is a discussion on Ado.net within the C Sharp forums, part of the Programming Talk category; Hello, can anybody help me in saying what exactly we use for interacting with database. What i mean is, do ...

  1. #1
    bobby21 is offline Junior Member Array
    Join Date
    Mar 2008
    Answers
    10

    Ado.net

    Hello,
    can anybody help me in saying what exactly we use for interacting with database. What i mean is, do we use stored procedures using connection oriented model (or) do we use disconnected model directly in companies......
    please somebody help me out....


  2. #2
    techvinny is offline Moderator Array
    Join Date
    Dec 2010
    Answers
    56
    Hi...

    The choice of using a connected and disconnected data model would depend on situation to situation even within the same app.
    While connection oriented approach gives you better performance but there would be a hit on the load of users it could support concurrently.
    With the disconnected model, you have the flexibility to work on the data offline and then at some point merge/commit the changes to the database.

    HTH!!!

    Cheers.


Latest Article

Network Security Risk Assessment and Measurement

Read More...