fetch-mysql_real_query返回值是1,一直删除失败
程序员文章站
2022-05-04 19:34:24
...
fetchresult删除strmysql
str.Format(_T("%s"),row[0]); row=mysql_fetch_row(result); while(ln[i]!=str) { CString strSQL; MYSQL_RES *result; strSQL.Format("delete from mytable where name=\'%s\'",str); if(mysql_real_query(&mysql,(char*)(LPCTSTR)strSQL,(UINT)strSQL.GetLength())!=0) { AfxMessageBox("删除失败"); } str.Format(_T("%s"),row[0]); row=mysql_fetch_row(result); }
上一篇: c-怎么将得到的数据存入到数组里
下一篇: 编写PHP的安全策略_PHP教程