Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

android sql

0
votes
0 answers
35 views

Insert into sqlite db from excel?

I am new to android and i cant seem to find any easy way of inserting data from an excel sheet intot he sqlite db. i create the database in the…
asked June 22, 2011 9:21 am CDT
Beginner
0
votes
0 answers
22 views

SQLite query only returning 1 result per argument in WHERE clause

I'm trying to query my SQLite DB for all rows that have a particular "city" column. The following code iterates through a List of cities and creates…
asked June 17, 2011 3:32 pm CDT
Nick
3
votes
4 answers
39 views

SQL delete from one table + a jointable???

I have three tables: log , activity and the jointable (many2many) log_activity (with log_id and activity_id + additional info data as columns). I…
asked June 15, 2011 5:53 pm CDT
Stuck
0
votes
2 answers
32 views

SQLite Date Query In Android

I am using SQLite database for my application. The Table Structure Goes Like : _id : integer primary key name : text day : date I am able to store…
asked June 15, 2011 12:20 am CDT
Kartik
1
vote
1 answer
27 views

Android SQLite database not populating

I am trying to create an SQLite database. The create method private static class DatabaseHelper extends SQLiteOpenHelper { @Override public void…
asked June 14, 2011 7:35 pm CDT
RD.
1
vote
2 answers
31 views

SQlite script vars

I need to mass populate my sqlite db - ideally using a script rather than code. I would like to do this (MySql Syntax) but for sqlite but not sure…
asked June 12, 2011 1:55 pm CDT
Jon
0
votes
1 answers
37 views

SQLite query on Android?

I have two tables: CREATE TABLE APTable (id_Ap INTEGER PRIMARY KEY AUTOINCREMENT, SSID TEXT, BSSID TEXT, Id_APtest INTEGER NOT NULL, FOREIGN KEY…
asked June 9, 2011 7:48 pm CDT
Mark
0
votes
1 answers
23 views

Comparison of one row to another in SQLite

I have an Android app. Inside my Android app I have an SQLite database. Inside my SQLite database I have a table that looks like this: _id a b c d 1…
asked June 8, 2011 8:08 pm CDT
Dan B.
0
votes
0 answers
29 views

Upload data from Android SQL-Lite DB to DB on central server

I am planning to create an android application that reads input from users through text boxes and store them on an local offline SQL-Lite DB on the…
asked June 8, 2011 2:22 pm CDT
DN89
0
votes
0 answers
27 views

Android SQL lite query resulting NULL

Hello friends I have a query which returns null even when the tables present in sql lite master Im sure about it as when i query the table name by:…
asked May 31, 2011 1:02 pm CDT
Mohammad Oxman Shaeed
1
vote
3 answers
34 views

How to get the names of all tables present in a database in Android SQL lite

I cant find a way to get/dump table names in a text view from a database in android. I know about:querying SELECT * FROM sqlite_master What should…
asked May 30, 2011 9:36 am CDT
Usman
1
vote
2 answers
45 views

Android - SQlite - Store null into a double field ???

I am storing a double into a sqlite database. This value can be null, and I need to know whether the value is 0 or null. Is it possible to achieve…
asked May 25, 2011 6:25 pm CDT
aryaxt
0
votes
2 answers
39 views

Android: final score and high score

On completing my Android game I want the user to compare his/her score with the high score. To do this I stored the current high score in a SQLite…
asked May 22, 2011 11:27 am CDT
JJG
0
votes
0 answers
42 views

Query for All Database Entries

Hello I'm working with Android and its built-in SQLite and I need to query a database for all rows with these columns: year - integer month -…
asked May 18, 2011 11:44 am CDT
dragonwrenn
0
votes
1 answer
36 views

SQLite unknown foreign key

I am getting unknown column error in the foreign key but I am not ab;e to find the error root. I have table PatientIDTable private static final…
asked May 15, 2011 2:34 am CDT
Shaista Naaz
0
votes
3 answers
64 views

Android SQLite: Update Statement

I need to implement SQLite in my application. I followed this tutorial..…
asked May 13, 2011 1:05 am CDT
vivek_Android
0
votes
1 answer
46 views

How to import all my phonebook contacts into MYSQL server

I want to import all my android phonebook contacts into MYSQL server. Can any one show me the code for that?
asked May 11, 2011 12:46 am CDT
madan
1
vote
1 answer
46 views

SQLite Query in non case sensitive alphabetical order...

All I want to do is grab the stuff in alphabetical order and ignore the capital letters. db.rawQuery("SELECT " + catName + " FROM "+tableName+"…
asked May 10, 2011 7:49 pm CDT
Anthony Honciano
0
votes
1 answers
42 views

Android Sqlite tow Rows as tow Columns, Pivots?

Came to know its called pivots, but couldn't get examples for sqlite without aggregation. Schema: Readonly Table foos(_id, foo) (10 max records)…
asked April 29, 2011 6:34 am CDT
Sam Quest
0
votes
3 answers
38 views

Sqlite sum values from same date and return in 1 row

I am writing an android application storing workout dates and calories burned. Below is an example of the data in my table: this is returned by:…
asked April 23, 2011 5:29 pm CDT
rstokes
Pages : 1 | 2 | 3 >
54

android sql

Tagged: android + sql
Related Tags
mysql × 3105
php × 642
postgresql × 429
database × 399
sqlite × 333
query × 290
join × 157
c# × 91
sql-server × 85
select × 72
asp.net × 66
regex × 55
android × 54
sqlite3 × 53
insert × 51
update × 50
phpmyadmin × 50
java × 49
performance × 47
order-by × 47
oracle × 46
html × 44
group-by × 43
optimization × 42