Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在不使用 sqlite3_exec 命令的情况下将 sqlite3 数据库附加到现有连接?有没有办法使用 sqlite3_prepare_v2 命令来做到这一点?
问候
我终于通过使用 sqlite3_step 函数解决了这个问题:
sqlite3_step(statement);