&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
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…
apache
felix
jdbc
oracle
osgi
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:…
mysql
jdbc
jboss
datasource
mysql-connector
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)…
java
mysql
optimization
jdbc
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…
java
mysql
sql
database
jdbc
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…
java
mysql
jdbc
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…
java
postgresql
jdbc
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 " +…
java
database
postgresql
jdbc
postgis
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…
java
mysql
jdbc
jboss
seam
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:…
java
mysql
database
jdbc
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…
java
sqlite
jdbc
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 ....…
java
android
sqlite
jdbc
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…
mysql
jdbc
jdk
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…
java
mysql
netbeans
jdbc
my.cnf
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…
java
mysql
jdbc
sphinx
port
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…
java
mysql
jdbc
replication
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
java
mysql
jdbc
tcp
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…
database
oracle
postgresql
jdbc
transactions
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…
java
mysql
jdbc
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…
eclipse
jdbc
mongodb
birt
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…
jdbc
mongodb
driver
reports
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
connection-pooling
× 6
android
× 5
oracle
× 5
eclipse
× 5
netbeans
× 5
apache-commons-dbcp
× 5
utf-8
× 5
timezone
× 5
connection
× 4
character-encoding
× 4
database-connection
× 4
stored-procedures
× 4
jpa
× 3
jndi
× 3
driver
× 3
prepared-statement
× 3
replication
× 3
resultset
× 3
exception
× 3
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy