Attach and detach sql 2005 database
How to attach and detach sql 2005 database while starting application and closing?
Collapse
X
-
-
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