|
-
Apr 6th, 2008, 09:54 PM
#4
Re: [2005] Filling Datagridview
You can get at connection strings in the config file using the ConfigurationManager class and its ConnectionStrings property.
DataSets were created specifically to be disconnected from the data source so, no, using one will not lock any database records or tables. The drawback is that if multiple users are accessing the data you have to allow for concurrency issues.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|