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);