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

Thread: oracle7 odbc

  1. #1
    Join Date
    Apr 1999
    Posts
    1

    oracle7 odbc

    Trying to retrive information from ODBC API driver connected to
    ORACLE 7 database with VC++.
    Working with direct calls to the API, I need to get tables columns connection with each anther .

    [email protected]


  2. #2
    Guest

    Re: oracle7 odbc

    use SQLForeignKeys in AFX_SQL_ASYNC macro


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