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

database sqlite

1
vote
2 answers
91 views

Unable to read SQLite table from Android

I am trying to open a SQLite database in android, the database works fine in the sqlite browser, but android does not read that the table in…
asked June 25, 2011 10:34 am CDT
ark3typ3
0
votes
0 answers
52 views

Is it possible to preload Sqlite DB on Palm Pre?

I have a Palm Pre app that has a large(ish) database. I would like to transfer the database directly to the phone rather than having the app create…
asked June 25, 2011 9:16 am CDT
rslite
0
votes
0 answers
71 views

RegisterContentObserver() on raw SQLite Cursor

All of the examples I've seen of using registerContentObserver() do so through a ContentProvider interface. But Cursor has a…
asked June 24, 2011 4:25 am CDT
mikerowehl
1
vote
2 answers
50 views

Inserting large amount of data into android sqlite database?

I have a large amount of data i want to import into one sqlite database. 4column and 150 rows. Currently the data is in a excel spreadsheet. How can…
asked June 24, 2011 4:07 am CDT
Beginner
1
vote
1 answer
37 views

Protect an sqlite file on IOS

I have some data I've spent months collecting, cleaning and structuring. The app I'm building will be able to search the data. So far I'm storing…
asked June 23, 2011 12:05 pm CDT
Johann
0
votes
0 answers
38 views

Is sqlite3 backend for SOCI Database Access Library production ready?

SQLITE3 backend for SOCI Database Access Library is said to bo not officially supported. (Not included in distribution archive for version 3.0, only…
asked June 21, 2011 7:28 am CDT
belobrov.andrey
0
votes
0 answers
35 views

Embedding SQLJET in a Java App: How ready is it for production use and how fast is it?

We've been using Sqlite2 from Java in production for a couple of years now and it served us well, especially on our biggest requirement which is…
asked June 21, 2011 2:47 am CDT
Hannes de Jager
0
votes
2 answers
48 views

Android: how i can make a list from database sqlite?

I want to make a list contains some username from my sqlite database. I want it has white background and black text. I felt difficult when find…
asked June 19, 2011 10:40 am CDT
marol
0
votes
1 answer
36 views

NullPointerException

So I'm trying to populate a spinner from a database and I am constantly getting a NullPointerException error. I tried this code once before and it…
asked June 19, 2011 9:54 am CDT
Phearx
0
votes
0 answers
34 views

What are the good database management systems for android programming ?

I've been trying out coding of android apps and i'm looking at finding out how to code some databases by using existing codes on tutorials and…
asked June 18, 2011 11:51 pm CDT
jamen
0
votes
1 answers
41 views

Saving and syncing a database with the html5 local storage

I want to create an online operating system, I just have one problem: the database. I want to sync the local storage with an online sqlite database.…
asked June 18, 2011 12:00 pm CDT
Dev1.developper
0
votes
1 answer
21 views

Select from table, where x = y

Okay so I'm building an app where I need to be able to pull information from a table called assignments. The information pulled from that table is…
asked June 18, 2011 9:50 am CDT
Phearx
0
votes
2 answers
45 views

How to retrieve data from a cursor in android?

I retrieve information from my database and it is all in a Cursor. Now i need to go through each item in the cursor to retrieve lng lats and a name…
asked June 18, 2011 7:06 am CDT
molleman
0
votes
5 answers
36 views

How similar is sqlite to mysql iPhone

I was just thinking about databases on the iPhone, and I wondered what I need to know to code sqlite on the iPhone. What are its similarities and…
asked June 17, 2011 7:30 pm CDT
XcodeDev
0
votes
1 answer
29 views

C# SQlite - Counting the times a string is repeated using Query (complications)

I have a SQLite database that is displayed in a data grid view in my c# windows form. So, this database has four columns. My particular interest is…
asked June 17, 2011 12:15 pm CDT
techmanc
0
votes
1 answers
29 views

How to create an array and fetch the data in sqlite database in android

in my app i have two edit boxes for email and username. Whatever the user types in it i am trying to move it over an url as follows…
asked June 15, 2011 11:20 pm CDT
Siva K
0
votes
1 answers
35 views

Android find if rowID exists using Cursor?

I am trying to determine if a certain row exists, when I am just looking for the first row I use Cursor_element.moveToFirst() which returns a…
asked June 15, 2011 8:44 pm CDT
RD.
0
votes
1 answer
30 views

Is there a website design program that can connect directly to SQLite

Hello I am a novice web designer and coder but I have an idea and want to complete this project. I want to create a website that has html forms and…
asked June 15, 2011 5:05 pm CDT
aggiesfan64
0
votes
1 answer
33 views

C# SQLite Datgridview to display database

I have a data grid view that is connected to a database. So, the flow is datagridview's source is a binding source. the binding source is related to…
asked June 15, 2011 1:04 pm CDT
techmanc
0
votes
1 answers
34 views

How to return a list and how to acess those values in lua

local function getList() local select_stmt = db:prepare("SELECT * FROM list") return select_stmt:rows(); end local rows = getList(); --**here i need…
asked June 15, 2011 3:20 am CDT
Madan Mohan
Pages : 1 | 2 | 3 | 4 | 5 > [17]
336

database sqlite

Tagged: database + sqlite
Related Tags
android × 954
database × 336
sql × 333
iphone × 319
sqlite3 × 216
java × 170
objective-c × 167
c# × 132
python × 98
php × 85
query × 80
ios × 76
mysql × 76
core-data × 62
cursor × 60
xcode × 57
javascript × 52
.net × 44
c++ × 35
listview × 34
update × 30
html5 × 29
postgresql × 28
xml × 28
insert × 27