用了一会会儿的sqlite自带的函数接口,貌似有点坑。
就用了fmdb,确实好用,但是要注意,插入的时候,变量应该是对象,而不能是基本数据类型。否则,报错,虐。
error:"fmdatabase execute update error withargumentsinarray"
fmdb使用心得(fmdatabase execute update error withargumentsinarray)
阅读 41
2023-05-09
用了一会会儿的sqlite自带的函数接口,貌似有点坑。
就用了fmdb,确实好用,但是要注意,插入的时候,变量应该是对象,而不能是基本数据类型。否则,报错,虐。
error:"fmdatabase execute update error withargumentsinarray"
相关推荐
精彩评论(0)