Results 1 to 4 of 4

Thread: ADO.net in VS 2008

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2009
    Posts
    166

    ADO.net in VS 2008

    I am looking for a beginners guide on ADO.net in VS 2008. I need code examples that explain how to access datasets programmatically and in general how to code with ADO.net in a desktop application environment and a SQL server database back end.

    I am looking for basic information and best practices so I can get as comfortable with ADO.net as I am with ado 6.

    If anyone knows of a link please share.

    Thanks

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: ADO.net in VS 2008

    This is a good place to get some info

    http://msdn.microsoft.com/en-us/vbasic/cc895609.aspx

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: ADO.net in VS 2008

    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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

    Re: ADO.net in VS 2008

    You might also like to check out the Data Walkthroughs link in my signature. Just note that the simplest way for a beginner to handle data access is not exactly the same way as a professional developer in a team environment will do it in a large-scale business app. You'll learn more and adapt concepts as you go.
    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