fetch-mysql_real_query返回值是1,一直删除失败
程序员文章站
2024-01-14 09:58:46
...
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); }
上一篇: 如何正则匹配连续的数字
下一篇: 小弟我想写一个正则表达式,但是不会写!