&
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
37
views
Appearing and disappearing data in web application
WE have a strange issue with our application. Some of the data appears and disappears from the application which is a Java Web App using Hibernate.…
tomcat
jdbc
oracle11g
jdk
missing
asked
May 5, 2011 10:41 am CDT
Nadeem
0
votes
2
answers
50
views
How to extremely fast populate relational data base in MySQL using JDBC?
Hi everyone. I am trying to implement simple program in Java that will be used to populate MySQL database based on CSV file. For each row from CSV…
mysql
jdbc
asked
May 3, 2011 2:05 pm CDT
Espeen
0
votes
2
answers
69
views
Is Postgres or Ruby adding the timezone to my `timestamp without time zone` column?
If I query my database with SELECT current_setting('TIMEZONE') I get 'UTC' (as expected). Using PgAdmin, I run the following query: SELECT foo FROM…
ruby
postgresql
jdbc
timezone
timestamp
asked
May 3, 2011 1:46 pm CDT
Larsenal
0
votes
1
answers
65
views
How do I get persistence with AKKA for MySQL using the Java API?
Since the AKKA persistence module has been deprecated, how can I use AKKA with MySQL using the Java API?
java
mysql
jdbc
akka
asked
May 2, 2011 8:46 pm CDT
chaostheory
0
votes
2
answers
42
views
Java Applet: JDBC-mysql work in eclipse but not in the browser
I have a weird problem. My java applet work fine in my IDE (Eclipse), no errors whatsoever. It still "work" when I run the applet in my browser, but…
java
mysql
jdbc
asked
May 2, 2011 10:08 am CDT
Ulrik M
0
votes
1
answers
44
views
Can't view or edit stored procedures in Netbeans (PostgreSQL connection)
Hi there! I just installed Netbeans (7.0 IDE Dev) on my mac, and I am quite happy that i dont need 2 editors anymore (1 for php, 1 for python) Now,…
postgresql
stored-procedures
netbeans
jdbc
plpgsql
asked
May 2, 2011 5:30 am CDT
Koen Schmeets
0
votes
1
answer
31
views
Error while running JDBC on postgres .
This is my CreateQuery.java class . package DbConnect; import java.io.FileNotFoundException; import java.io.IOException; import java.sql.Connection;…
java
postgresql
jdbc
asked
May 2, 2011 2:59 am CDT
mekasperasky
1
vote
0
answers
33
views
Getting gateway timeout while executing a stored procedure via jdbc
Posts: 1 posted Today 12:51:14 PM private message 0 Quote Hi, I am using a struts2 framework which is basically like:- ActionClass execute { call…
java
tomcat
jdbc
struts
asked
May 1, 2011 6:27 am CDT
progyan das
0
votes
1
answer
31
views
Problem with bit in mysql.
hi, resultset = statemet.executequery("select shift+0 from sportman"); string x = resultset.getstring("shift"); but second line throw exception:…
java
mysql
jdbc
asked
May 1, 2011 2:24 am CDT
mehdi
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…
java
mysql
jdbc
prepared-statement
resultset
asked
April 30, 2011 4:36 am CDT
samxli
0
votes
0
answers
34
views
Dynamic ENUMs in MySQL/JDBC
Hi, I am about to design a database for a logging system. Many of the String columns will have a limited amount of values, but not known in advance:…
mysql
jdbc
enums
asked
April 29, 2011 5:06 am CDT
Raphael Jolivet
0
votes
1
answers
39
views
Jdbc connection - socket connection
hi fellas, few days ago my website crashed and showed me this error : java.lang.NoClassDefFoundError: Could not initialize class…
java
mysql
hibernate
jdbc
asked
April 29, 2011 3:07 am CDT
dave
0
votes
1
answer
43
views
MySQL driver problem in my dynamic web project (JPA, JSP)
Hi... Cutting to the case. Persistence.xml <?xml version="1.0" encoding="UTF-8"?> <persistence…
mysql
eclipse
jsp
jpa
jdbc
asked
April 29, 2011 2:33 am CDT
KristianB
2
votes
1
answer
48
views
Insert Audio File Into Mysql Database
How can we insert audio files in to MYSQL Database using JAVA DATABASE CONNECTIVITY connectivity For inserting image we use psmnt =…
java
mysql
jdbc
asked
April 28, 2011 3:26 am CDT
manu
0
votes
1
answer
86
views
What is the jdbc driver "org.gjt.mm.mysql.Driver" for?
After taking over a coworker's project I noticed he was using "org.gjt.mm.mysql.Driver" as the jdbc driver for MySQL 5 instead of the more common…
mysql
jdbc
drivers
asked
April 27, 2011 12:33 pm CDT
Benju
0
votes
2
answers
38
views
How to get first row from ResultSet from query
How to get first row from ResultSet from query ( Java MySQL ) ? I know how to iterate but how to get just first row ?
java
mysql
jdbc
asked
April 27, 2011 2:20 am CDT
Sanja
0
votes
3
answers
30
views
Retreiving data from mysql select statement in java
Hi Everyone, Having trouble with this..I'm sure I'm missing something simple but I simply want the result of a select statement in a java mysql…
java
mysql
jdbc
asked
April 26, 2011 2:37 pm CDT
Lostsoul
0
votes
0
answers
35
views
Can't send more than one query to the server (using jdbc and ocsf)
hello, i'm using JDBC and OCSF to make client-server connection including MySQL. i'm now stuck at a very strange problem: my server can receive…
mysql
jdbc
database-connection
asked
April 25, 2011 7:47 am CDT
Daniel Briskman
1
vote
2
answers
54
views
Extremly large number of com.mysql.jdbc.StatementImpl$CancelTask objects in system causing OOM exceptions
I am using jboss 4.2.3 with mysql-connector-5.1.8. My application is doing a large number of DB reads(order of few hundered thousands) and…
mysql
hibernate
jdbc
jboss
asked
April 25, 2011 7:20 am CDT
Hubs
0
votes
1
answer
35
views
How do I instal Connector/J on windows 7?
I need step by step instructions. I have downloaded if from the mysql website http://dev.mysql.com/usingmysql/java/ But now I am not to sure what to…
java
mysql
windows
jdbc
connector-j
asked
April 24, 2011 9:47 am CDT
Matthew
Pages
:
[1]
<
3
|
4
|
5
|
6
|
7
>
[13]
252
jdbc
Tagged:
jdbc
Related Tags
mysql
× 178
java
× 167
postgresql
× 39
tomcat
× 25
database
× 17
hibernate
× 14
sqlite
× 14
sql
× 10
spring
× 8
connection-pooling
× 6
jsp
× 6
utf-8
× 5
timezone
× 5
apache-commons-dbcp
× 5
netbeans
× 5
oracle
× 5
eclipse
× 5
android
× 5
database-connection
× 4
stored-procedures
× 4
connection
× 4
character-encoding
× 4
exception
× 3
jboss
× 3
hadoop
× 3
replication
× 3
resultset
× 3
jndi
× 3
driver
× 3
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy