我正在使用MySQLCommand来处理我们的MySQL数据库。
我的批量更新是这样构建的:"update xx where xx;update yy where yy;“。
即使批量更新中只有2个更新,VS也会崩溃。
对于可能出错的地方有什么想法吗?
谢谢!
发布于 2016-03-12 10:59:03
我将使用这个解决方案,http://dev.mysql.com/doc/refman/5.1/en/insert-on-duplicate.html
https://stackoverflow.com/questions/35952548
相似问题