| 发表于:2007-03-20 00:49:55 楼主 |
我调用以下查询语句 strsql.format( "select * from punishtype where type = '%s ' ",m_strcontent); if(!rs_punish.open(afx_db_use_default_type,strsql)) { messagebox( "打开数据库失败! ", "数据库错误 ",mb_ok); return ; } 查询到多个符合条件的记录,如何做到只删除其中的任意一条记录 我删除时总提示“多条记录被更新” |
|
|
|
|