sqlite3 insert and read BLOB data in database

后端 未结 5 540
刺人心
刺人心 2020-12-03 09:05

I need to read and write BLOB data to a database. Here is my structure table

    #define CREATE_TABLE_USERS_SQL \"CREATE TABLE IF NOT EXISTS %@ ( \\
UserID I         


        
5条回答
  •  借酒劲吻你
    2020-12-03 10:05

    why not use fmdb by Gus Mueller et al, of Flying Meat? http://flyingmeat.com/

    https://github.com/ccgus/fmdb

    If you find fmdb useful, go and buy one of the excellents apps of Flying Meat. VoodooPad or Acron.

提交回复
热议问题