C语言封装sqlite3_API

//执行相似insert,update,create,drop这些不须要结果的sql语句。sql int executeNoQuery(sqlite3 *db,const char *sql) { sqlite3_stmt *pstmt = NULL; if(sqlite3_prepare_v2(db,sql,strlen(sql),&pstmt,NULL) != SQ
相关文章
相关标签/搜索