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.
我的应用程序在 Sdcard 中下载 sqlite 数据库,然后我想将下载的数据库附加到我的主数据库:
dbHelper.db.execSQL("attach database ? as userdbs", new String[]{unzipLocation+FileName});
它不显示错误,它不工作!
请帮帮我