CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13

Thread: ODBC & Oracle

Hybrid View

  1. #1
    Join Date
    Nov 2013
    Posts
    24

    ODBC & Oracle

    I want to see example of using ODBC & Oracle.
    Could someone give one?
    Which is the best book for ODBC & Oracle?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: ODBC & Oracle

    Have a look at MFC CDatabase and CRecordset classes.
    Victor Nijegorodov

  3. #3
    Join Date
    Nov 2013
    Posts
    24

    Re: ODBC & Oracle

    Quote Originally Posted by VictorN View Post
    Have a look at MFC CDatabase and CRecordset classes.
    Thank you.
    Do you have some best of your examples using CDatabase ang CRecordset?
    Could you give the master secrets?
    Last edited by ArnoldRich; December 16th, 2013 at 11:28 PM.

  4. #4
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: ODBC & Oracle

    Quote Originally Posted by ArnoldRich View Post
    Thank you.
    Do you have some best of your examples using CDatabase ang CRecordset?
    Could you give the master secrets?
    Why don't you read the documentation first and then come back with questions. MSDN is full of examples.

  5. #5
    Join Date
    Nov 2013
    Posts
    24

    Post Re: ODBC & Oracle

    Quote Originally Posted by GCDEF View Post
    Why don't you read the documentation first and then come back with questions. MSDN is full of examples.
    Thank you.
    Because there are a lot of fake code with bad examples in the documentation, which are not suitable.

  6. #6
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: ODBC & Oracle

    Quote Originally Posted by ArnoldRich View Post
    Thank you.
    Because there are a lot of fake code with bad examples in the documentation, which are not suitable.
    MSDN is "full of fake code with bad examples"? That's one of the goofier things I've read on this site.

Tags for this Thread

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