<i id='kVsXj'><tr id='kVsXj'><dt id='kVsXj'><q id='kVsXj'><span id='kVsXj'><b id='kVsXj'><form id='kVsXj'><ins id='kVsXj'></ins><ul id='kVsXj'></ul><sub id='kVsXj'></sub></form><legend id='kVsXj'></legend><bdo id='kVsXj'><pre id='kVsXj'><center id='kVsXj'></center></pre></bdo></b><th id='kVsXj'></th></span></q></dt></tr></i><div id='kVsXj'><tfoot id='kVsXj'></tfoot><dl id='kVsXj'><fieldset id='kVsXj'></fieldset></dl></div>

  1. <small id='kVsXj'></small><noframes id='kVsXj'>

    • <bdo id='kVsXj'></bdo><ul id='kVsXj'></ul>
    <legend id='kVsXj'><style id='kVsXj'><dir id='kVsXj'><q id='kVsXj'></q></dir></style></legend>
      <tfoot id='kVsXj'></tfoot>

      尝试在 iPhone 应用程序更新中覆盖 sqlite 数据库

      时间:2023-07-08
      <tfoot id='HRrmT'></tfoot>
          1. <small id='HRrmT'></small><noframes id='HRrmT'>

              <bdo id='HRrmT'></bdo><ul id='HRrmT'></ul>
              <legend id='HRrmT'><style id='HRrmT'><dir id='HRrmT'><q id='HRrmT'></q></dir></style></legend>
            • <i id='HRrmT'><tr id='HRrmT'><dt id='HRrmT'><q id='HRrmT'><span id='HRrmT'><b id='HRrmT'><form id='HRrmT'><ins id='HRrmT'></ins><ul id='HRrmT'></ul><sub id='HRrmT'></sub></form><legend id='HRrmT'></legend><bdo id='HRrmT'><pre id='HRrmT'><center id='HRrmT'></center></pre></bdo></b><th id='HRrmT'></th></span></q></dt></tr></i><div id='HRrmT'><tfoot id='HRrmT'></tfoot><dl id='HRrmT'><fieldset id='HRrmT'></fieldset></dl></div>
                  <tbody id='HRrmT'></tbody>
                本文介绍了尝试在 iPhone 应用程序更新中覆盖 sqlite 数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                与大多数开发人员不想覆盖 sqlite 数据库中的数据的 sqlite 应用程序不同,我正在尝试使应用程序能够用未来的更新覆盖所有数据.sqlite 数据库将具有完全相同的名称并具有相同的表,我只想能够更新数据库中包含的数据,而无需让用户删除应用程序并重新安装它.有没有简单的方法可以做到这一点?

                Unlike most sqlite apps where developers don't want to overwrite data in a sqlite database, I'm trying to enable an app to overwrite all data with future updates. The sqlite database will have the exact same name and have the same tables, I just want to be able to update the data contained in the database without making users delete the app and reinstall it. Is there an easy method to do this?

                提前致谢!

                推荐答案

                SQLite 数据库文件只是一个普通文件,不需要特殊步骤.获取文件的路径或 URL,并使用 NSFileManager 的 -removeItemAtPath:error:-removeItemAtURL:error:.然后按照创建旧数据库的方式创建新数据库.

                A SQLite database file is just a normal file, so no special steps are needed. Get the path or URL to the file, and use NSFileManager's -removeItemAtPath:error: or -removeItemAtURL:error:. Then create the new database the same way you created the old one.

                这篇关于尝试在 iPhone 应用程序更新中覆盖 sqlite 数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:Android SQLite 数据库,为什么要删除表并在升级时重新创建 下一篇:带有 UPDATE 的 execSQL() 不更新

                相关文章

              1. <tfoot id='P2izF'></tfoot>

                <i id='P2izF'><tr id='P2izF'><dt id='P2izF'><q id='P2izF'><span id='P2izF'><b id='P2izF'><form id='P2izF'><ins id='P2izF'></ins><ul id='P2izF'></ul><sub id='P2izF'></sub></form><legend id='P2izF'></legend><bdo id='P2izF'><pre id='P2izF'><center id='P2izF'></center></pre></bdo></b><th id='P2izF'></th></span></q></dt></tr></i><div id='P2izF'><tfoot id='P2izF'></tfoot><dl id='P2izF'><fieldset id='P2izF'></fieldset></dl></div>
              2. <small id='P2izF'></small><noframes id='P2izF'>

              3. <legend id='P2izF'><style id='P2izF'><dir id='P2izF'><q id='P2izF'></q></dir></style></legend>

                  • <bdo id='P2izF'></bdo><ul id='P2izF'></ul>