[sqlite] unregister

2016-06-11 Thread Gianni Sassanelli
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

[sqlite] LOW performance with VIEW and ANDROID

2013-04-27 Thread Gianni Sassanelli
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,

Re: [sqlite] Use more than one database in one application

2013-06-19 Thread Gianni Sassanelli
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”,

[sqlite] Create DB in SDRAM FOLDER

2013-08-13 Thread Gianni Sassanelli
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