Cannot open sqlite database with linqpad, when WITHOUT ROWID is used

孤者浪人 提交于 2019-12-11 09:16:44

问题


I cannot open a sqlite database with linqpad, when WITHOUT ROWID is used. Is there a workaround? A newer versions? Are there sources for the "IQ Driver - for MySQL, SQLite, Oracle" so that I can recompile with a more current sqlite3?


回答1:


(Too late, replying just for "Google airlines landings")

It looks like standard SQLite in Android doesn't support this option.

A custom compiled SQLite works properly, but it requires lot of work.

See related post: SQLite "WITHOUT ROWID" supported on Android SQLite?



来源:https://stackoverflow.com/questions/27524548/cannot-open-sqlite-database-with-linqpad-when-without-rowid-is-used

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!