please un-register this email-address from mailinglist
thanks
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
Hi expert I need to create DB in a SDRAM Folder because i need to feature:
1) I need to get access to db from other different application
2) I don't want delete db If I uninstall my main app
I solve this question whit sqllite plugin but it is not full supported with
2.3 and 3.0 api of android.
If you open SQLite db by SQLLite plugin in Android,
you must look in plugin source to found your problem.
The bug was there because there is always 1 db opened for time end db
opened is always the last opened
if you try
sqlite3_open16 (“db1.db”, db_1); // open first
sqlite3_open16 (“db2.db”, db_
Hi experts,
i'm using a SQLLITE for my ANDROID APP
I have a slow performance if i USE the view but only when i use it from
ANDROID
the scenario is the following:
I have a table defined as
CREATE TABLE ArMpCol (
Id Integer PRIMARY KEY,
Id_Ar int,
Id_ArMpCol int,
C
4 matches
Mail list logo