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

jdbc database

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
0
votes
2 answers
50 views

Are long high volumn transactions bad

Hallo, I am writing a database application that does alot of inserts and updates with fake serialisable isolation level ( snapshot isolation ). To…
asked June 15, 2011 6:10 am CDT
Franz Kafka
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
0
votes
1 answer
36 views

Using Android to connect to mysql database

I'm going to attempt to write to an app that needs to access a remote database running on a server. I know you can use jdbc when writing java…
asked May 23, 2011 7:27 pm CDT
auwall12688
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
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
1
vote
1 answer
39 views

How to check for database schema existence in MYSQL using JDBC ?

how to check for database schema existence in MYSQL using JDBC ?
asked April 15, 2011 11:00 am CDT
ismail marmoush
0
votes
2 answers
51 views

How to get list of Databases "Schema" names of MySql using java JDBC

how to get list of Databases "Schema" names of MySql using java JDBC ?
asked April 15, 2011 10:48 am CDT
ismail marmoush
0
votes
1 answer
45 views

Update mysql database with jdbc

I have an error updating my database because of variables. This is my code: UPDATE `payment` SET `paid`=1 AND `amoun`=$amountpaid WHERE `paid`=0 AND…
asked March 25, 2011 1:30 am CDT
Roubie
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
5 answers
35 views

Java - Trouble Parsing Data Returned From Database

I have a query string that is dynamic. The items I am searching for in the database are based upon what the user selects in a checkbox on an html…
asked March 10, 2011 1:05 pm CST
Johnny Whisman
0
votes
2 answers
215 views

How to connect to a PostgreSQL server via JDBC in Android?

I have to connect to a PostgreSQL server in LAN without web service. At the moment I think JDBC is the only way I can consider of. How can I fulfill…
asked February 15, 2011 1:51 am CST
user617389
1
vote
1 answers
85 views

Using getGeneratedKeys with batch inserts in MySQL with Connector/J

Using Connector/J, I would like to do a batch insert into a master table followed by a batch insert into a details table (…
asked February 9, 2011 6:55 pm CST
ykaganovich
0
votes
1 answers
65 views

Jdbc mysql giving me NumberFormatException

I am trying to connect to a remote mysql database but I get the following error java.sql.SQLException: Cannot connect to MySQL server on…
asked January 6, 2011 8:16 pm CST
lathomas64
0
votes
2 answers
135 views

Connecting Funambol to MySQL on remote host

I am setting up Funambol 8.7 on a Linux host (using Amazon AWS). I need to connect to a MySQL datbase that is hosted on a different server. Per the…
asked December 29, 2010 3:33 pm CST
rugcutter
17

jdbc database

Tagged: jdbc + database
Related Tags
mysql × 1613
php × 499
sql × 399
sqlite × 336
postgresql × 217
android × 168
query × 146
nosql × 137
mongodb × 129
java × 82
table × 67
python × 47
performance × 45
c# × 45
sql-server × 40
javascript × 37
phpmyadmin × 35
mongo × 33
cassandra × 30
iphone × 28
join × 28
oracle × 27
django × 27
update × 25
codeigniter × 25