private SQLiteDatabase vgpdb; SQLiteDatabase.loadLibs(appcontext); vgpdb = SQLiteDatabase.openOrCreateDatabase(database1, "Test1234, null); vgpdb.execSQL("ATTACH DATABASE '/mnt/sdcard/Empty.sqlite' AS plaintext
Actually, the right single quote mark was unduly entered when I typed the database password on Apple's TextEdit. I use plain single quote marks in my app, and it still does not work... Thanks! Member developernotes commented Nov 9, 2015 Hello @COFRATECH There may be another issue wit...