Single Application wide SQLConnection Object Performance difference

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bytesFlast
    New Member
    • Dec 2009
    • 1

    Single Application wide SQLConnection Object Performance difference

    Hi all,

    I would like to know what performance difference can arise if I use separate SQLConnection objects on each Form of a Multi-Form Windows .NET Application and a Single Common/Global SQL Connection Object for all te Forms.

    Many thanks,
    Flast.
  • sanjib65
    New Member
    • Nov 2009
    • 102

    #2
    I think performance depends on it. Why not implement the database access in a separate class and reference it from both the page and the user control.

    Comment

    Working...