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

database java

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
1 answer
55 views

Database join questions

there are two tables in db Book{ isbn integer, //primary key title char(50), publisher char(30), year integer } Author{ isbn integer, //foreign key…
asked June 24, 2011 10:24 am CDT
SecureFish
0
votes
2 answers
62 views

How to stop handler or thread

My program is random string First i press button for start and then it will random Second i press same button again for it stop how can i do?? my…
asked June 24, 2011 8:49 am CDT
user814154
2
votes
3 answers
43 views

Can not issue data manipulation statements with executeQuery()

I use com.mysql.jdbc.Driver I need insert and get id. My query: INSERT INTO Sessions(id_user) VALUES(1); SELECT LAST_INSERT_ID() FROM Sessions LIMIT…
asked June 23, 2011 8:16 am CDT
simply denis
0
votes
1 answers
68 views

PreparedStatement is not reading all my parameters for PostGIS Geography

I have the following JDBC code. Note that I am attempting to use PostGIS geography: PreparedStatement stmt = db.prepareStatement("INSERT INTO " +…
asked June 21, 2011 5:18 pm CDT
Steph
0
votes
0 answers
43 views

Communications link failure while connecting to local databases

When trying to connect to my local MySQL server via JDBC, I get the following error: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:…
asked June 21, 2011 5:48 am CDT
Anja Gruenheid
-6
votes
0 answers
39 views

Best Method , Goal: Move API Responses to a Relational Database

Scenario: You have been charged with creating an application for in-house automation of analytics, keyword research and methods for content…
asked June 18, 2011 11:56 am CDT
Andrew Wolf
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
2 answers
38 views

How to create a mysql persistent connection from a java application?

Hi I'm writing a java application which needs to create a persistent connection with a mysql database. I don't have access to the database server so…
asked June 14, 2011 2:06 pm CDT
user491753
1
vote
2 answers
49 views

Pelops - Catch Connection Error?

Is there a way to catch a connection error when using pelops in Java? I have the following code but for some reason, I'm not getting to my catch…
asked June 13, 2011 6:06 pm CDT
kevin.mansel
0
votes
3 answers
26 views

What is the best way for (potentially) hundreds of mobile clients to access a MySQL database?

So, here is the deal. I'm developing an Android application (although it could just as easily be any other mobile platform) that will occasionally…
asked June 8, 2011 3:21 pm CDT
Zach Jullion
0
votes
3 answers
33 views

UPDATE table SET column = column + n

I need to maintain a table there's a column 'total'. Each time I have to retrieve original total by p-code: int oldTotal = SELECT total from table……
asked June 7, 2011 2:01 am CDT
卢声远 Shengyuan Lu
2
votes
3 answers
31 views

Connecting to database

hello everyone... can anyone help me how to connect my java forms to my mysql database? i have this following codes but it didn't work... private…
asked June 3, 2011 4:06 am CDT
Alvin
0
votes
0 answers
35 views

Save dynamic images to database or disk

Hello I am developing a java web application which generates plots of data on the fly. The web application sits behind an apache2 web server and I'm…
asked June 1, 2011 9:18 am CDT
leftbrainlogic
0
votes
1 answer
39 views

How would be better to implements blog on me site

I'm doing web application for many users. Application will has many modules - register, search, question-answer, forum and blog. I'm going to…
asked June 1, 2011 5:24 am CDT
user647919
0
votes
1 answer
30 views

Java selecting and summing from sqlite database

So.. i can select from db and get all data, for now it looks like this: value date comment 1123.0 2011/05/31 03:05 asdsad 123.0 2011/05/30 02:41 qw…
asked May 29, 2011 7:10 pm CDT
Wish
0
votes
2 answers
32 views

How to have Android app work with MySQL online database?

So I have an android app where users will be entering text and what not, and I want to store (and later retrieve) this info from an online database.…
asked May 24, 2011 3:30 pm CDT
user624869
0
votes
1 answer
43 views

Java : Remote database disabled by administrator, is there another way to connect ?

I used to connect my java app to a remote database ( MySQL ) through jdbc with: url="jdbc:mysql://mydomain.com/myDataBase" But now, the remote…
asked May 20, 2011 9:30 am CDT
abdo belk
0
votes
2 answers
41 views

One database connection to each thread?

I making a webcrawler and each thread makes insertion of pages and links constantly. I must have a database connection per thread or share one…
asked May 17, 2011 1:25 pm CDT
Renato Dinhani Conceição
2
votes
3 answers
47 views

Java and MySql connection problem

I am using Java+MySql. I am trying to add bulk data (around 40 million records). My application works fine for couple of hundred thousands records…
asked May 17, 2011 12:52 am CDT
user751637
Pages : 1 | 2 | 3 | 4 | 5 >
82

database java

Tagged: database + java
Related Tags
tomcat × 783
regex × 621
mysql × 558
http × 280
android × 216
apache × 185
sqlite × 170
jdbc × 167
ssl × 146
hibernate × 133
servlets × 132
postgresql × 113
eclipse × 97
hadoop × 90
spring × 89
jsp × 88
database × 82
https × 67
ftp × 65
php × 57
sql × 49
web-services × 49
mongodb × 48
string × 46
java-ee × 41
jpa × 41
netbeans × 41
httpclient × 37