CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Italy
    Posts
    39

    Do dbAPI already exist?

    Hi there,
    I'm learning to make programs for Windows using Win32 API (in C and Assembly).
    I would like to make a query on a data-base. Are there any specialized API functions to do that?

    Thanks for your help.
    Antonio.

    _______

  2. #2
    Join Date
    Jun 1999
    Location
    Miami, FL
    Posts
    972

    ODBC is your best bet.

    It's time to look into the Microsoft ODBC API.

    And it's time to make the move to C++. It'll make life many times easier and nicer. When you do, you can start looking into ADO for database access; it's a step beyond ODBC.

    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