TPS使用底层(C++)ODBC完成数据库的增删改查-1

TPS使用底层(C++)ODBC完成数据库的增删改查-1

// SQLDriverConnect_ref.cpp  
// compile with: odbc32.lib user32.lib  
#include   
#include   
  
int main() {
     
   SQLHENV henv;  
   SQLHDBC hdbc;  
   SQLHSTMT hstmt

你可能感兴趣的:(数据库,c++,ODBC,PlantSimulation)