Results 1 to 13 of 13

Thread: [RESOLVED] [2005] Simple CODE

Hybrid View

  1. #1

    Thread Starter
    Fanatic Member Loraine's Avatar
    Join Date
    Aug 2006
    Location
    8ft. underground
    Posts
    581

    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.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Simple CODE

    Quote 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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width