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

jdbc

0
votes
0 answers
253 views

OSGI Class.forName fails when trying to locate the Oracle JDBC Driver

I'm a OSGI newbie looking for some help. I've been asked to create a simple REST bundle which invokes one of our databases to obtain information. I…
asked August 19, 2011 6:32 pm EAST
jhollar
0
votes
1 answer
60 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
34 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
30 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
39 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
1 answer
34 views

Connection timeout when connecting to a remote postgresql database

I am facing this problem: I have a program that loops the following: connect to a postgresql database print a count number close the connection code…
asked June 22, 2011 4:03 am CDT
user415726
0
votes
1 answers
44 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
29 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
27 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
1 answers
29 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
35 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
3 answers
25 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
33 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
35 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
37 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
38 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
2 answers
34 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
1 answer
23 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
0 answers
42 views

How to install a JDBC driver in BIRT Reporting for Eclipse

I am trying to install a JDBC driver in to eclipse - specifically the BIRT tool in eclipse. I tried going to the add data source and clicking manage…
asked June 14, 2011 8:03 pm CDT
Scott Szretter
0
votes
1 answers
31 views

How to set up ReportsAnywhere to connect to MongoDB?

Supposedly ReportsAnywhere will talk with MongoDB to generate reports. I am not sure if it is using the JDBC driver or a different method. Hoping…
asked June 14, 2011 7:59 pm CDT
Scott Szretter
Pages : 1 | 2 | 3 | 4 | 5 > [13]
251

jdbc

Tagged: jdbc
Related Tags
mysql × 178
java × 167
postgresql × 39
tomcat × 25
database × 17
sqlite × 14
hibernate × 14
sql × 10
spring × 8
jsp × 6
android × 5
oracle × 5
eclipse × 5
netbeans × 5
utf-8 × 5
timezone × 5
connection × 4
jpa × 3
jndi × 3
driver × 3
resultset × 3
exception × 3