CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2002
    Location
    China
    Posts
    53

    Question How C++ and WinAPI connect MSSQL?

    I know a way that is ODBC.
    I hear about ADO, DAO, are these ways connect with C++ and API?
    Are there othere ways? which is better? Is there MSSQL driver for C++ directly?

  2. #2
    Join Date
    Jun 2003
    Posts
    58
    I don't know about ADO or ODBC, but last month I try to make application that can connect to MYSQL Database without ADO or ODBC.
    you just need the library and include files for your code which you can download from MYSQL website.

    but dunno, I never test it over internet connection, I just do it for fun, but it's works and connect on localhost.
    Last edited by SilentJackqh; January 11th, 2004 at 04:00 PM.

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