0
votes
1answer
23 views
SQLite Query Stops Incrementing at 10
I have an insert query in an Android SQLite database. I need to keep a key id field that autoincrements for each new record. So as part of the setup to my insert command, I find the max value in this ...
0
votes
2answers
37 views
Sqlite check for multiple values- Android
I have a requirement where I need to check for multiple values in sqlite where clause. The query goes like this.
String sql = "SELECT * FROM _jobcard_table as t1 " +
" left join _customer_table ...
0
votes
0answers
28 views
Android rawQuery is not updating the sqlite table?
I want to increment the column value by 1 in sqlite table.For this I am using the following query:
myDb.rawQuery("UPDATE Service SET ContiniousNumber = ContiniousNumber +1 WHERE _id="+ localId, ...
1
vote
1answer
27 views
Cant execute delete query properly using rawQuery
I want to deleting some rows of table info comparing another table type,
my code goes as below. I am not getting any error or exception still I am unable to delete the data. Please suggest me
String ...
0
votes
0answers
25 views
Is it possible to use date functions when creating an SQLite view?
Say that I have a table with the following schema:
create table events
(
_id integer primary key autoincrement,
title text not null,
date text not null
);
And I want to create a view ...
2
votes
1answer
32 views
In SQLIte, how to add a check on an existing column [duplicate]
In SQLite, I cannot find the syntax to add a check on an existing column. Is there a direct method to do that? Thanks.
1
vote
2answers
51 views
Insertion to SQLiteDatabase
I wrote this code:
// CurrentFriendsTable
// ---------------------
//| _id | email | uname |
// ---------------------
// FFriend class
class FFriend {
String email, uname;
// getter and ...
0
votes
0answers
35 views
How to improve performance with UNIQUE column SQLite Android
I have a table with a UNIQUE column. it's for not add the same code "KEY_CODIALERTA + " TEXT UNIQUE". it works well but when I try to add the same code then I see error in "LogCat" saying that I cant ...
0
votes
1answer
39 views
I can't update the SQLite database Android
I have a database with different tables, till now I was updating the database without problems. but now I want to add a new row in "TABLE_ALERTAS" even I upload the database version "DATABASE_VERSION ...
0
votes
3answers
46 views
Query doesnt work on android, column '_id' does not exist?
I hope anyone can help me with this.
I'm using sqlite3 on my android app. I'm trying to do this query:
mCursor = conexion.getDatabase().rawQuery("SELECT employee.name, company.name FROM employee "
...
0
votes
1answer
18 views
Multilingual SQLite in Android
I'm developing an Android app. I've put the SQLite file in res/raw.
It's working very well. Now I want to add other languages to my app, and therefore the application need to be translated.
What do ...
0
votes
1answer
32 views
Date comparison Sqlite Android
How do I make a comparison between dates using SQlite, I tried this more failed. help: D
My Query:
SELECT
latitude,
longitude,
grupo_crime_id_grupo_crime,
...
1
vote
0answers
49 views
Issue in getView() Of BaseAdapter For GridView
I am creating a calender app. In which user should enter events. Events will be stored in local database. I have created BaseAdapter class. In this BaseAdapters getView() method something happened i ...
-1
votes
1answer
32 views
How can I continuously stream the content of a SQLite table via command line (adb sqlite3) instead of manually pulling it?
I have a batch script which shows me the content of an SQLite db table on a real device:
@ECHO OFF
SET packageId=com.brightideahub.motorassistant
SET databaseName=test_event_data.db
SET ...
0
votes
1answer
70 views
How to create a user defined function in sqlite or get distance between 2 geopints?
I want to calculate distance between two geopoints one point which is stored in my local db and other point is my current location.How can I get it.
I want to fire
SELECT *, 3956 * 2 * ASIN ( SQRT ...
0
votes
2answers
66 views
SQLite upper() alike function for international characters
Actually question was asked several times, but I didn't manage to find answer.
There's set of SQLite table(s) which are read-only - I can't change their structure or redefine collation rules. Tables ...
0
votes
1answer
67 views
Is it possible to execute a rawQuery on the mmssms database?
I am using the emulator in eclipse.
I have around 2200 text messages in the emulator
I pulled the /data/data/com.android.providers.telephony/databases/mmssms.db from the emulator and saw the text ...
-1
votes
1answer
27 views
pass array of string to gettestdata
I have a sqlite3 database of data in two columns. i performed query by below on data base.It works well for a string word.How can i pass an array of words (words[i]) to gettestdata to perform query on ...
-5
votes
1answer
52 views
perform query on database for array of words
How can I perform a query on database for an array of words. I have a key value pair database for separate words.
I have key value pair as two columns in database
I can get key-value pair for single ...
2
votes
2answers
83 views
SQLite on Android: Different result set at Runtime vs. SQLite Administrator
I am building an Android app with an internal SQLite DB.
Here is the schema:
CREATE TABLE IF NOT EXISTS [tblImageVideoLink] (
[LinkID] INTEGER NOT NULL PRIMARY KEY,
[ImageID] INTEGER UNIQUE NOT ...
0
votes
1answer
59 views
How to select one of records on one field SQLite Android randomly
I've SQLite database table like this :
_id || Column1 || Column2 ||
1 || test1 || a,b,c,d,e,f ||
2 || test2 || g,h,i,j,k,l ||
3 || test3 || m,n,o,p,q,r ||
...
0
votes
2answers
56 views
How to insert a particular record only once per day in sqlite
I have a table named as Attendance, Here is the structure given below.
id fname lname roll_no date time
________________________________________________________
1 Qadir ...
0
votes
1answer
41 views
Sys.path.append(“”) Dosen't work on Debian.. :/ “no module named guess_language”
Just transferred my python project by ftp to my linux server
and the project can't import files some what.. :/
sys.path.append("Functions\guess_language")
import check_language
...
0
votes
1answer
66 views
sqlIte exception:table not found Exception in android
I am new to android.I am trying to read the database and put result into the List activity.following is entry activity.
package com.sanjay.listdemo;
import android.app.ListActivity;
import ...
0
votes
1answer
44 views
using sqlite3 fts3 snippet function in android dictionary app
I have built an android dictionary app using an sqlite3 fts3 virtual table. I would like to be able to execute a search using the fts3 snippet function, as in:
SELECT snippet(my_dictionary) FROM ...
0
votes
0answers
47 views
No such table SQLite3 Android
I'm an Android and SQLite newbie but have been working through various tutorials and SO answers and have made lots of progress but now have hit a wall. Working through this well-written example ...
0
votes
2answers
32 views
fatal error with many other in my android development project
As i'm working with a project bus routes systems....
even i'm new to android programming.
but when i click my app it says :unfortunately it stopped...
please help me clear my errors... and even none ...
0
votes
4answers
56 views
How to query rows in between two datetime columns?
How to query rows in between two datetime columns?
My Example Table:
message | startdatetime | enddatetime
...
0
votes
1answer
245 views
sqlite timestamp
I created a database using the following sql statement
private static final String DATABASE_CREATE = "create table "+ TABLE_USERLOCATION + "("
+ COLUMN_ID+" integer primary key autoincrement, "
+ ...
0
votes
0answers
76 views
bus routes android project
I'm working on a project bus routes and I need help with the debugging part. My tables are not created in the databases and I'm having problems like when my icon is clicked it says "unfortunately the ...
1
vote
1answer
74 views
Cursor keys not working when using sqlite3 from `adb shell`
When using sqlite3 through adb shell arrow keys, instead of moving the cursor to the desired position or summoning the history facility, the following is showed in the screen: ^[[A, ^[[B, ^[[C, ^[[D.
...
0
votes
2answers
177 views
How to Handle the duplicate records and null value exception in Sqlite database?
So i have created a Table as
String createTable = "CREATE TABLE " + TABLE_NAME + "(" + FIELD_FNAME
+ " TEXT NOT NULL," + FIELD_LNAME + " TEXT NOT NULL,"
+ FIELD_ROLLNO + " ...
0
votes
2answers
51 views
Android Sqlite3 - column created by command line but not from my Android code
I am working on a project having an internal Sqlite database. I added a new table (Table1)
with 1 column (column1) via shell and via android inserting and deleting some new values in it. I tried to ...
0
votes
2answers
163 views
Setting Password for Android Sqlite Database
I am designing one Custom library, in that library to store the confidential data. For storing the data i have 2 options.
1) shared preferences.
2) Sqlite3 database.
If , i use SharedPreferences ...
0
votes
2answers
23 views
android : filtering column data
Hello I have a table like this in my sqlite3 database.
db.execSQL(" CREATE TABLE IF NOT EXISTS "
+ DATABASE_TABLE + " ( " + KEY_ID + " INTEGER PRIMARY KEY AUTOINCREMENT," + KEY_DATE + " ...
0
votes
1answer
61 views
Android SQlite Trigger
This is a pretty specific question. I've been trying to figure out exactly the steps needed, but I can't come up with anything that works.
I need a trigger that inserts new records into a table ...
0
votes
0answers
34 views
setheaderTitle value
My problem this:
When I click long on the ListView and visible the local menu the headertitle not get back the selected value but the application stoped.
This show the next code row:
...
1
vote
2answers
116 views
How to write a database to a text file in android
I am working on a Spying application for my college project purpose. For that i have logged the Calls, Location and SMS of the device and stored them in a database. Now i want to export the contents ...
-2
votes
2answers
124 views
Android Quiz App - Where should i place sqlite file? [closed]
I'm doing an android Quiz app...where it contains sqlite db with questions and answers...
So i want to retrieve questions/answers from the db...Where should i place my sqlite file in the project?
1
vote
1answer
139 views
Sqlite select multiple rows into a single row
I need a query that takes selects a bunch of entries, and then with those entries selects a bunch of rows into a single row. A typical entry is shown below, along with what a typical result would need ...
1
vote
2answers
64 views
How to get ranges of groups of data in sqlite table
I'm not sure if this can be done but if it can:
Suppose I have a simple table that has a time field (for simplicity sake we'll just use integers) and a activity field. The data can be sorted on ...
0
votes
1answer
70 views
Android - SQLite Not Inserting Rows
I'm trying to take a CSV file and importing that data into Android's SQLite3. The app runs fine without any SQLite error in the LogCat. I'm not sure why the data isn't being inputted. I made sure that ...
0
votes
2answers
85 views
Compile Android SQLite with different encryption/codec
I am trying to compile SQLite (enable SQLITE_HAS_CODEC) with encryption/codec such as the one found in wxSQLite or Libtomcrypt, so that the result build will provide an encrypted SQLite database.
...
0
votes
0answers
33 views
android cannot update row
my database is designed as
db.execSQL("CREATE TABLE IF NOT EXISTS TABLE_CURRICULUM
( _id INTEGER PRIMARY KEY AUTOINCREMENT,
week INT, start_time TIME, end_time TIME, course_id INT,
...
0
votes
1answer
43 views
+150
Android sqlite3_limit?
I'd like to use the sqlite3_limit function to set the max number of attached Databases.
sqlite3_limit(db, SQLITE_LIMIT_ATTACHED, 62);
Question 1 - How (if at all) can I perform this operation in ...
0
votes
1answer
408 views
ABORTING: HEAP MEMORY CORRUPTION on NDK env. (POCO Library, Sqlite3, Cocos2dx)
I'm facing 'ABORTING: HEAP MEMORY CORRUPTION' problem on Android NDK environment.
If I backtrace with ndk-gdb, it is mainly occurring on malloc/dlfree functions in libc.so
and after long hours of ...
0
votes
1answer
56 views
AchartEngine load values from db takes for ever
Goodevening,
i am developing an android application and i am using achartengine to graph values that i retrieve after quering to an sqlite database. If the values are from 0 to 1000 then i get a ...
0
votes
1answer
229 views
Android SQLite created database but table can't be found
So I'm trying to fetch data from one of my database tables, could you please check this out for me and see if you can spot the error?
SQLiteDatabase db = SQLiteDatabase.openDatabase(DB_PATH, null,
...
0
votes
1answer
84 views
How to deal with multiple tabs, EditText and save to database?
I am creating a Cash Sales app where I will implement 4 tabs. From 1st tab user will select customer from customer list, 2nd tab to select item from item list, 3rd tab to set payment details in 7 ...
0
votes
2answers
58 views
date stored in sqlite table as date('15:20:16',strftime('%H:%M:%S')).Is it correct?
receivedDate="25022013";
receivedTime="150526";
receivedTime=receivedTime.trim();
String HH = receivedTime.substring(0, 2);
String MM = receivedTime.substring(2, 4);
String SS = ...







