VB中的SQL的代码错在哪里?

comm.CommandText = "insert into operator values("jzh","jzh","11")"

---------------------------------------------------------------

try:

comm.CommandText = "insert into operator values('jzh','jzh','11')"
---------------------------------------------------------------

"insert into operator values('jzh','jzh','11')"

Published At
Categories with 数据库类
Tagged with
comments powered by Disqus