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

jdbc sqlite

0
votes
1 answers
37 views

Executing an update to an sqlite database through jdbc sometimes don't work

I have a Java application connected to a sqlite database through jdbc. Sometimes executing an update don't work. The SQL syntax is right, no…
asked June 20, 2011 12:36 pm CDT
0verbose
0
votes
1 answer
45 views

Android sqlite read all rows at once

is there way to read all the rows in an sqlite table and display them at once in a textview this is how i read them and it reads line by line ....…
asked June 18, 2011 5:30 pm CDT
moe
1
vote
0 answers
38 views

Update/Merge SQLite DB table from java objects

Here a minimal example to describe the issue: Suppose a table is read from a SQLiteDB and store it in a Java Collection object DB--->Java Object…
asked June 13, 2011 9:40 am CDT
Hernán Eche
1
vote
0 answers
43 views

SQLite JDBC Wrapper and matchinfo()

I am trying to use the matchinfo function of sqlite with its second parameter, but it is throwing errors. The Java wrapper I am using the Xerial…
asked June 10, 2011 9:36 pm CDT
Ricky Button
0
votes
1 answers
131 views

Unable to open SQLite DB created in Android (file is encrypted or is not a database)

Some of my users are reporting that they cannot correctly open sqlite databases created in Android using sqlite jdbc or other tools like sqlite…
asked June 5, 2011 7:58 am CDT
timothyjc
0
votes
0 answers
57 views

JDBC SQLite Update

I'm new in jdbc sqlite. I would like to know how to execute an update. For example i have a table called people name, and occupation inside. Should…
asked May 27, 2011 7:09 am CDT
Hoou
0
votes
1 answers
36 views

Sqlite setBytes() not working for BLOB data type on Windows

I am using sqlite (version 3.7.5) with sqlite jdbc driver provided at http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC I asked an almost identical…
asked March 31, 2011 1:57 pm CDT
Santosh Tiwari
0
votes
1 answer
42 views

Is it possible to access a SQLite database file outside of an executable JAR?

I have an application that I deploy as an executable JAR file. Originally, this JAR file would communicate with a MySQL database but recently I have…
asked March 28, 2011 10:28 am CDT
Brian T Hannan
0
votes
2 answers
49 views

SQLite JDBC rs.getDate() getTimestamp() etc. all return wrong values

When using the JDBC for SQLite for some reason Date and Timestamp values are stored correctly in the DB, are displayed correctly when using the…
asked March 24, 2011 4:09 pm CDT
Omar Kohl
1
vote
1 answer
41 views

Good way to get values from Database

Hi, is there a best practise to get values from a database in java? my special questions are: how can i access the database from whole programm (i…
asked March 24, 2011 10:03 am CDT
reox
0
votes
2 answers
41 views

Inserting two different tuples into a table with the same primary key in sqlite.

The title says it all, I'm trying to insert in the following table ABC(user text, num int), Where user is primary key two tuples: (aaa, 1) (aaa, 2)…
asked March 13, 2011 9:52 am CDT
jack
0
votes
0 answers
32 views

SQLite3 Database written in Unicode - How to access it with ANSI queries

Hello I have an SQLite3 databse I created in python. And by default it writes the database in Unicode. Now I am trying to query the database in a…
asked February 7, 2011 3:38 pm CST
Mack
0
votes
1 answers
154 views

Java + sqlite: how to open database as read-only?

I have a large database that I want to open in read-only mode... I'm using SQLiteJDBC and am not sure what to use to get it to work as read-only.…
asked January 1, 2011 8:08 am CST
Jason S
0
votes
1 answers
215 views

Tomcat sqlite jdbc on server connection problem

Hi i want to upload my wicket project into the tomcat server. But in project i 've connected to db file like this :…
asked December 19, 2010 9:01 pm CST
jacop41
14

jdbc sqlite

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