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

jdbc prepared-statement

0
votes
6 answers
31 views

Java PreparedStatement complaining about SQL syntax on execute()...

This is driving me nuts... What am I doing wrong here? ArrayList<String> toAdd = new ArrayList<String>(); toAdd.add("password"); try{…
asked June 14, 2011 2:19 am CDT
user510294
0
votes
2 answers
41 views

Getting java.sql.SQLException: Operation not allowed after ResultSet closed

When I execute the following code, I get an exception. I think it is because I'm preparing in new statement with he same connection object. How…
asked April 30, 2011 4:36 am CDT
samxli
0
votes
2 answers
39 views

Java PreparedStatement retrieving last inserted ID

This answer to this question done this way seems to be very difficult to find on the internet. Basically I am inserting values into a MySQL database…
asked April 1, 2011 7:11 am CDT
Devin Dixon
3

jdbc prepared-statement

Tagged: jdbc + prepared-statement
Related Tags
mysql × 46
php × 26
java × 12
pdo × 9
mysqli × 9
postgresql × 5
sql × 5
sqlite × 5
select × 3
jdbc × 3
odbc × 2
insert × 2
database × 2
c++ × 2
android × 2
mysqldump × 1
unixodbc × 1
python × 1
c# × 1
error × 1
syntax × 1
escaping × 1
tomcat × 1