|
-
May 31st, 2007, 02:51 AM
#1
Thread Starter
Fanatic Member
Re: [2005] Simple CODE
Yah i know that, im just saying that if i use the SQLClient i can write less code and just call all the methods of SQL statements that are stored in a Dataset.
-
May 31st, 2007, 02:56 AM
#2
Re: [2005] Simple CODE
 Originally Posted by Loraine
Yah i know that, im just saying that if i use the SQLClient i can write less code and just call all the methods of SQL statements that are stored in a Dataset.
No, that doesn't have anything to do with anything I'm afraid. In VS 2005 you can create a typed DataSet with accompnying TableAdapters for basically any data source. If you do that you will be writing less code and you will not be using SqlClient, OleDb or any other provider directly. The IDE will generate most of the code for you, but under the hood it will still use SqlClient for SQL Server and OleDb for Access.
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
|