CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Location
    Turkmenistan
    Posts
    674

    VC++ .NET and ADO .NET

    Hello!
    Can I use ADO .NET from VC++ .NET to manipulate a database?

    Best regards,
    Bayram.


  2. #2
    Join Date
    May 2002
    Posts
    36
    Hi,

    YES! You can use C++ (and Visual Studio.Net) to code ADO.NET stuff. The problem I had is that there is absolutly NO DOCUMENTATION available on the classes (but they are installed with Visual Studio) (May 2002).

    I had to extrapolate the C# and VB members that are documented and "gues" by trial and error the C++ equivalent.

    Each time I had an error/bug I would spend way to much time trying to debug.

    So in the end I got a book on C#, and could do the database stuff faster by a factor of 5 or 10.

    At least I learned something new.

    Good luck

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

Featured