Results 1 to 6 of 6

Thread: New to ADO.NET help

  1. #1

    Thread Starter
    Addicted Member Beengie's Avatar
    Join Date
    Nov 2003
    Location
    Central Valley, CA
    Posts
    243

    New to ADO.NET help

    I am new to the entire .NET enviroment, and need some guidance.
    I understand how to use ADO in VB6 and regular ASP. When I try to find any help in the MSDN for .NET it keeps talking about datasets and such. I was wondering...
    Is the old way of doing ADO obsolete in .NET?
    Is the coding similar, but no external references, and new names?
    Help please.
    BeengieHappy.Vaue = (SharksScore > OpponentsScore)

    Go Sharks!

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    You still can use ADO in .NET but find me one who recommends that .

    ADO.NET is almost restructured . It has disconnect capabilities to represent data . It became easier , more stable , more sensible ..etc .The names of the methods are quite different (if I still remember Old ADO)

    I can't write a book , right now ...

  3. #3
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,949
    Hi,


    Yes ADO.NET is an entirely different approach to database access, but you will soon recognise what is happening. If you want to you can continue useing ADO and that might be your simplest course of action while you are grappling with other .NET principles. I discarded ADO completely when I went to .NET and found myself unable to access my databases for some time (due to my lack of understanding ) I think I would have made faster progress all round if I had not tried to immediately cope with ADO.NET.
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

  4. #4

    Thread Starter
    Addicted Member Beengie's Avatar
    Join Date
    Nov 2003
    Location
    Central Valley, CA
    Posts
    243
    I was afraid of that (but I am not afraid of learning either)...

    Do you know of any good threads, or any sites I should visit to help me understand the new terminology and concepts?
    BeengieHappy.Vaue = (SharksScore > OpponentsScore)

    Go Sharks!

  5. #5
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,949
    Hi,

    The MSDN Help references are excellent on this subject. You have to go through several articles, but it is well worth it. Try out what you learn and post problems on this forum.
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

  6. #6

    Thread Starter
    Addicted Member Beengie's Avatar
    Join Date
    Nov 2003
    Location
    Central Valley, CA
    Posts
    243
    For once, it looks like the MSDN library is clear about the usage of something...

    Thank you for the guidance
    BeengieHappy.Vaue = (SharksScore > OpponentsScore)

    Go Sharks!

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