&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
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) {…
c#
sqlite
transactions
transactionscope
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…
sqlite
c#-4.0
extension-methods
datareader
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…
java
android
database
sqlite
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…
database
sqlite
webos
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…
sqlite
uitableview
core-data
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…
iphone
sqlite
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…
php
mysql
apache
sqlite
cakephp
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…
iphone
objective-c
sqlite
sqlite3
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…
sql
sqlite
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…
android
sqlite
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 });…
android
sqlite
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,…
android
sqlite
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…
.net
sqlite
ms-access
jet
mdb
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…
c#
.net
winforms
sqlite
datagridview
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.…
java
android
sqlite
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.…
iphone
ios
sqlite
iphone-sdk-4.0
ios4
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'…
android
sqlite
float
sum
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…
java
sqlite
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…
android
database
sqlite
contentresolver
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…
android
database
excel
sqlite
import
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
ruby-on-rails
× 56
javascript
× 52
.net
× 44
c++
× 35
listview
× 34
system.data.sqlite
× 32
android-sqlite
× 31
iphone-sdk-4.0
× 30
update
× 30
html5
× 29
postgresql
× 28
xml
× 28
insert
× 27
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy