Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. swp0365

    HEAP tables and C++

    I'm working on a project using Microsoft Visual C++ 6.0, MySQL 3.23.49, and the MySQL C API. I'm having trouble with this code. #include "mysql.h" . . MYSQL_RES *pData; . . sprintf(query_string,"SELECT * FROM commset;"); (mysql_query(MySQL_connection, query_string))...

Part and Inventory Search

Back
Top