用query写入动态的插入语句:insert into tablename 
values('field1s','fields2',......,'fieldsn')时
提示:Error creating cursor handle
但是数据已经入库。
我才学不久,不知道这个时什么错误提示,
请问该如何解决这个问题。