put mysql result inside a array to use after close the mysql connection

后端 未结 0 1864
栀梦
栀梦 2021-02-12 15:14
int i=0;
char *tariffobjChar[10][5];

stmt = odbc_direct_execute(obj, generic_execute_noFetch, sql);


while ((res = SQLFetch(stmt)) != SQL_NO_DATA && res != SQL         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题