How to attach and detach sql 2005 database while starting application and closing?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thiagameena123
    New Member
    • Nov 2009
    • 2

    How to attach and detach sql 2005 database while starting application and closing?

    Attach and detach sql 2005 database
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Do you mean connect to and disconnect from?
    Check the System.Data.Sql Client namespace and read through this quick guide on database usage: http://bytes.com/topic/net/insights/...e-your-program

    Comment

    Working...