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

jdbc mysql

0
votes
1 answer
108 views

Can't find mysql.jdbc.Driver - MySQL, JBoss

I'm unable to deploy my web app with MySQL 5.5.11 backend to JBoss 5. I get this error: Caused by: java.lang.ClassNotFoundException:…
asked June 24, 2011 5:45 pm CDT
user804063
2
votes
3 answers
48 views

Parsing and Inserting 10 million records into SQL

So I have ~10 million records in an excel file that have to be parsed out in a specific way (I can't just convert to CSV and insert it like that)…
asked June 23, 2011 12:53 pm CDT
Chris Maness
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 answer
49 views

How to enable JDBC/MySqlConnectorj connection pooling?

I am still newbish to java envelopment as I am mainly a C# developer. I'd like to know how to use or enable connection pooling when I do SQL request…
asked June 22, 2011 8:18 pm CDT
Tigel
0
votes
0 answers
43 views

JBoss Developer Studio integration problem with MySQL

I have worked on .NET web technologies earlier. Now I am starting to work on JBoss Developer Studio 4 GA. I need to create a seam application. I…
asked June 21, 2011 6:20 am CDT
Jayesh
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
1
vote
3 answers
36 views

Jdbc and MySql not wanting to play nicely together

I have been working on a java application that has a connection to a mysql database. I can connect and run queries but when I try to take a string…
asked June 17, 2011 12:35 pm CDT
Chris Maness
0
votes
1 answers
52 views

Does MySQL included with MAMP not include a config file?

I can't seem to find the my.cnf or other config file for the MySQL that comes with MAMP. Does it not include one? I want to use NetBeans for…
asked June 16, 2011 10:07 pm CDT
Cocoa Dev
0
votes
2 answers
46 views

JDBC MYSQL Connection without specifying database?

I am using the SphinxQL MySQL client which stores indexes as "tables" but has no real notion of a "database"...One specifies the port (9306 in my…
asked June 16, 2011 7:17 am CDT
algorithmicCoder
0
votes
0 answers
49 views

How ReplicationDriver works

I am curious how com.mysql.jdbc.ReplicationDriver works. I have configuration with 1master & 1slave. I want to force some queries to JUST on…
asked June 16, 2011 6:02 am CDT
Alexey
0
votes
3 answers
50 views

Specifying TCP protocol in JDBC to mysql connection

How do you specify that the JDBC connection to mysql in the typical line DriverManager.getConnection(url, username, password); is via TCP? Thanks
asked June 15, 2011 8:50 pm CDT
algorithmicCoder
0
votes
1 answer
34 views

Java / MySQL on remote server

Ok, sorry if this question is stupid. I followed this tutorial: http://www.youtube.com/watch?v=E30_-pQGQXs . Now that I have it compiling in…
asked June 14, 2011 8:33 pm CDT
Tom
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
1
vote
1 answer
33 views

MySQL jdbc record retrieval inside for-loop in java

this is what i am doing: String[] output = new String[index.length]; try{ for(int i=0; i<index.length; i++){ Statement st =…
asked June 13, 2011 8:36 pm CDT
Johnydep
0
votes
0 answers
31 views

Is there a way to avoid wasNull() method?

I have a big ResultSet (getting from a JDBC query) of few thousand rows. Using each of these rows, I have to instantiate an Object , setting fields…
asked June 13, 2011 9:53 am CDT
Bhushan
0
votes
1 answers
41 views

Initialize a 2D matrix from mySQL recordset in Java

How can i initialize a 2-dimensional matrix from records coming from a database. I know how to do it in a for loop, but how should id o in such a…
asked June 13, 2011 12:16 am CDT
Johnydep
0
votes
0 answers
33 views

MySQL query, merge two rows and add another colum as output result

i want to merge two rows and add a column to show the count of similar rows. I don't want to update the table, i just want this as part of select…
asked June 12, 2011 9:25 pm CDT
Johnydep
-1
votes
1 answer
47 views

Java JDBC | Cannot run from console

I have developed a program where I do some database connections and send some queries with JDBC. I have used MySQL, NetBeans 6.9 under Ubuntu 11.04…
asked June 12, 2011 1:56 pm CDT
Mert
0
votes
1 answer
36 views

Mysql jdbc incorrect string value

I am executing this query insert into tbl (name) values('Î'); When I execute this query from my application with jdbc then I get following error…
asked June 11, 2011 10:46 am CDT
qwera
0
votes
1 answer
42 views

Building Select Query Using IN(...) Clause

I need to do select * based on a list of input ids, what's the best way of batch select? here's what I have StringBuilder inClause = new…
asked June 8, 2011 8:41 pm CDT
user775187
Pages : 1 | 2 | 3 | 4 | 5 > [9]
178

jdbc mysql

Tagged: jdbc + mysql
Related Tags
php × 7748
sql × 3105
database × 1613
query × 1045
java × 558
join × 466
ruby-on-rails × 415
c# × 395
phpmyadmin × 355
html × 353
select × 337
javascript × 304
python × 299
jquery × 284
php5 × 284
performance × 281
innodb × 249
table × 249
codeigniter × 241
ajax × 233
mysql-query × 227
insert × 222
linux × 210
hibernate × 209
update × 208
arrays × 203
asp.net × 198
pdo × 188