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

sqlite

0
votes
1 answer
176 views

Can I use TransactionScope in business layer instead of using SQLiteTransaction in data provider ?

I would like to use the TransactionScope class in my business layer: In AdminService class: public void DeleteSchoolclass(Schoolclass schoolclass) {…
asked June 25, 2011 2:10 pm CDT
msfanboy
0
votes
0 answers
41 views

Calling LINQ Extension Methods over a SqliteDataReader

I'm trying to handle output from a SQLiteDataReader and I was wondering, on the one hand, why I'm unable to call the Take<> extension method…
asked June 25, 2011 11:02 am CDT
Nano Taboada
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
44 views

I need help with table view and how I should handle the data

I begin by saying that I am new to XCode and Obj-C. I want to make an app where it will be a list of a lot of things (table view), and when I click…
asked June 25, 2011 3:44 am CDT
user813678
0
votes
1 answer
38 views

How to Navigate records using SQLite for GUI?

I have to develop a GUI in Iphone. I have 2 text boxes and 4 buttons(First,Last,Previous,Next). I have to fetch records from db and display it in…
asked June 25, 2011 12:27 am CDT
user469999
0
votes
0 answers
60 views

DB structure for an autodeploy multi-application

I want to create an application similar to basecamp or mailchimp. The customer registers him self and then sets up the application for themself…
asked June 24, 2011 5:17 pm CDT
ynh
0
votes
1 answer
50 views

COUNT (*) gives EXC_BAD_ACCESS

While Executing SQLITE with SELECT statement and having COUNT (*) to count the total number of that column, gives me EXC_BAD_ACCESS. It sends me the…
asked June 24, 2011 5:05 pm CDT
lifemoveson
1
vote
3 answers
50 views

Counts for distinct values in different tables where columns are common to separate tables

I have no idea if that title conveys what I want it to. I have two tables containing phone records (one for each account) and I'd like to get call…
asked June 24, 2011 3:31 pm CDT
fracai
0
votes
0 answers
44 views

How to sqlite statement to update duedate of the row whose name is myname and dob is mydob

Hi I have the below statement to update a row in the table ContentValues myValues = new ContentValues(); myValues.put("duedate", duedate); return…
asked June 24, 2011 2:26 pm CDT
vijay
0
votes
0 answers
51 views

How to delete all the rows in the table which has name equals to myname

I have the below code. Does this delete all the rows having name = myname? return mDb.delete(DATABASE_TABLE, NAME + "=?", new String[] { myname });…
asked June 24, 2011 1:29 pm CDT
vijay
0
votes
1 answer
58 views

SQLite rawquery

I am getting an error with a rawquery on Eclipse on a DB in the assets directory. The DB is 'pre-loaded' with tables and data and the SQL string,…
asked June 24, 2011 12:47 pm CDT
Graham
1
vote
2 answers
51 views

How fast is SQLite compared to Microsoft Access MDB?

Currently I'm thinking about replacing the usage of Microsoft Jet MDB databases on a single-user .NET C# Windows Forms application by a SQlite…
asked June 24, 2011 10:57 am CDT
Uwe Keim
0
votes
0 answers
40 views

Linking Scrolling of Two Controls (DataGridView and Timeline) that is bound to a SQLite DB

I have shown a part of my Winform application here. The Top most part is the Timeline, The Vertical Lines there indicate the appearance of certain…
asked June 24, 2011 10:44 am CDT
techmanc
1
vote
3 answers
53 views

Android Java SQLite searching / matching question

So I'm trying to search through a column where the string is a comma separated list of words with no spaces such as one,two,three,four and so on.…
asked June 24, 2011 9:14 am CDT
Paul
0
votes
1 answer
55 views

IOS Data Storage - MAMP

I am building an iPhone app which will store data in a database using sqllite. My question is, is it possible to test this on a local database, i.e.…
asked June 24, 2011 9:10 am CDT
user559142
0
votes
3 answers
57 views

Problem summing floats from SQLite database for android app

I'm having a problem with summing floats properly from my SQLite database. I have created my table as follows where I have set the column 'amount'…
asked June 24, 2011 6:49 am CDT
Aaron
0
votes
0 answers
44 views

Sqlite DB doesn't get wrapp in my exe

I have created a Java Swing program which uses a SQLite database to store the hardware details of the pc. When I run that program as a java…
asked June 24, 2011 4:37 am CDT
Jack
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
Pages : 1 | 2 | 3 | 4 | 5 > [138]
2749

sqlite

Tagged: 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