| | Rating Thread /
Thread Starter | Last Post | Replies | Views |
|  | Free Java Book Information
Chapter Definition of all Information in Java
* Chapter 17: Projects
* Chapter 16: Design patterns
Gani
|
08-01-2008 12:30 PM
Gani | 0 | 2,926 |
|  | Hi,
I am using RMI in my program.
Previously, I was using 2 machines, RMI server in Windows and Client
in Linux.It was working fine.
But now, I am...
mugiltsr@gmail.com
|
01-13-2008 05:25 AM
mugiltsr@gmail.com | 0 | 614 |
|  | Hi,
I have a table that auto creates an unique ID for every row. The
problem is, any time I execute an sql update statement, the unique ID
of that...
carlbernardi@gmail.com
|
10-28-2007 08:48 PM
carlbernardi@gmail.com | 0 | 588 |
|  | hi,
I have a problem:
I have a Application with MySql 5 , hibernate 3.TomCat5
my application after 1 day return this...
corleone.bn@gmail.com
|
01-23-2007 11:48 PM
corleone.bn@gmail.com | 0 | 566 |
|  | Hi,
I'm using java 5 with connector/j 3.1.13.
I have a stupid query with two string parameters.
When I set the parameters and execute the query,...
ProgDario
|
09-19-2006 04:43 AM
ProgDario | 5 | 624 |
|  | Hi,
I tried to execute a simple query on a MyISAM table but a
NullPointerException (com.mysql.jdbc.ResultSet.findColumn) was showed.
It is an...
julio.augusto
|
09-16-2006 07:15 PM
julio.augusto | 0 | 523 |
|  | THis is a java code for getting the xml data from an XMl file...Please
help me to make a Junit test case to test this piece of code.
public static...
dijeshharidas@gmail.com
|
04-07-2006 04:38 AM
dijeshharidas@gmail.com | 0 | 638 |
|  | Hi,
I have instances of mysql 3 and mysql 5 on my server. I am using the
3.09 mysql java connector for both. I am having this...
mashama@gmail.com
|
04-01-2006 08:07 PM
mashama@gmail.com | 0 | 1,235 |
|  | Hi all,
I am quite new to MySql. I have a problem here.
Any help will be truely appreciated.
I am having this error ==>
java.sql.SQLException: No...
yihhui@gmail.com
|
03-10-2006 02:19 AM
yihhui@gmail.com | 0 | 686 |
|  | Hello
I can't believe it at the whole thimg.
Trying to establish a connection. Clearly I am doing something wwrong.
here it is
I have a jar file...
Doug
|
03-09-2006 10:58 PM
Bill Karwin | 1 | 572 |
|  | Is there a way to lift the restriction on how much data can be written
to a LOB in MySQL from JDBC?
R.
--
MySQL Java Mailing List
For list...
Robert DiFalco
|
02-24-2006 12:54 PM
Bill Karwin | 2 | 602 |
|  | Hi All.
This test case tries to perform following steps:
1. connect to database
2. create table with 9 columns - col1 int, col2 varchar(255), col3...
Przemysław Klein
|
02-24-2006 02:04 AM
Przemysław Klein | 2 | 649 |
|  | Hello,
I would like to solve this problem.
I get a Connection instance from a connection pool, create some
statements and prepared statements, do...
Filip Rachunek
|
02-23-2006 08:10 AM
Mark Matthews | 1 | 572 |
|  | Try with
for (int j =3D 0; j <=3D 100; j++) {
sql =3D "SELECT * FROM " + TABLE_NAME + ";";
stmt =3D conn.createStatement();
ResultSet rs =3D...
Andrea
|
02-23-2006 05:59 AM
Andrea | 0 | 770 |
|  | I hava done a test to use the MySQL XADataSource. For MySQL has no MYSQLXADataSourceFactory
class, so I coded one to produce MysqlXADataSource....
Jack Wang
|
02-22-2006 10:24 PM
Jack Wang | 3 | 881 |
|  | Hi list!
I'm from Spain and new to this.
I wish to know if there's any way to implement a connection pool
within a Swing desktop application in...
Fran Serrano
|
02-21-2006 01:53 PM
Jean-Jay Vester | 2 | 968 |
|  | Robert DiFalco wrote:
Index...
Christopher G. Stach II
|
02-20-2006 01:40 PM
Christopher G. Stach II | 0 | 613 |
|  | ------_=_NextPart_001_01C63637.150B8B75
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Performing batched...
Robert DiFalco
|
02-20-2006 10:02 AM
Robert DiFalco | 0 | 842 |
|  | I have just moved up to MySQL5 and while i would like to say it was a
painless operation, i can't. One of the wee things that has hit me is
when i...
Alan R Williamson
|
02-20-2006 05:56 AM
Alan R Williamson | 5 | 592 |
|  | Scenario:
=========
Data Query
--------> -------->
<-------- <--------
Display Results
* Web Server hosts servlets and JSP.
CalAmity!
|
02-17-2006 02:08 AM
CalAmity! | 5 | 689 |
|  | Using version 3.1.12, I am getting
Exception in thread "main" java.lang.ClassCastException: http://lists.mysql.com/java
To unsubscribe: ...
James Hunsaker IV
|
02-14-2006 02:18 PM
James Hunsaker IV | 2 | 559 |
|  | I have noticed that Connector/J 3.1.x is very strict about making sure
to close all of your Statements and ResultSets. If you don't close them,
the...
Ken Bloom
|
02-13-2006 08:30 AM
Clayburn Juniel | 6 | 611 |
|  | Thanks. If I use MysqlDataSource, there is no problem. But my problem is how to use MySQL's XA in
tomcat environment. Who has this example? I have...
Jack Wang
|
02-12-2006 10:45 PM
Jack Wang | 0 | 709 |
|  | Hi,
Digging deeper into this, I did a first shot at an enhancement of
ExportControlled. transformSocketToSSLSocket() as below.
But to make this...
Ralf Hauser
|
02-11-2006 02:59 AM
Ralf Hauser | 0 | 579 |
|  | Mark Matthews wrote:
I tried out building this from source today, and this succeeds without
edits or adjustments - very nice! (driver works...
Mark Kirkwood
|
02-10-2006 04:28 PM
Mark Kirkwood | 10 | 1,126 |
|  | Hello everyone,
I'm experiencing a problem using Connector/J 3.1.11
that's litteraly driving me crazy :'(
What follows is the dump of a table I...
Svevo Samperi
|
02-10-2006 09:31 AM
Clayburn Juniel | 4 | 863 |
|  | Hi Mark,
Enhancing the CommunicationsException didn't really help. I increasingly get
the feeling...
Ralf Hauser
|
02-09-2006 10:20 AM
Ralf Hauser | 0 | 437 |
|  | -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ken Lim wrote:
Ken,
Some versions of the server return values for "SHOW VARIABLES" marked as
BINARY...
Mark Matthews
|
11-09-2005 02:57 AM
Mark Matthews | 0 | 521 |
|  | Yes, you should set to null the other parameters that you don't want to =
pass ( setNull() method).
On the other side, make sure that the sp handles...
Frondoni, Giorgio
|
11-08-2005 08:56 AM
Frondoni, Giorgio | 0 | 551 |
|  | I have a problem where a ResultSet is being closed unexpectedly.
Most of the postings I've seen that reference this problem seem to
come down to a...
Mike Yawn
|
11-04-2005 10:09 AM
Mike Yawn | 2 | 660 |
|  | Because the SHOW FULL COLUMNS FROM command does not apply to temporary =
table, a java program using Connector/J=20
is not able to use the...
Frondoni, Giorgio
|
11-04-2005 07:23 AM
Clayburn Juniel | 3 | 702 |
|  | --nextPart4032956.KGeXfVGMTK
Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi. I...
Rafal Zawadzki
|
10-28-2005 09:43 AM
Rafal Zawadzki | 2 | 527 |
|  | I am doing some server work and notice the client sends this:
select round('inf'), round('-inf'), round('nan')
out of curosity what is it...
Alan Williamson
|
10-28-2005 09:00 AM
Mark Matthews | 4 | 533 |
|  | --nextPart2983526.jUHSYSPJZ7
Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi. I...
Rafal Zawadzki
|
10-28-2005 03:42 AM
Rafal Zawadzki | 0 | 460 |
|  | --=__Part4D6F63DC.0__=
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Hi!
System Novell\Netware SBS 6.5 sp 1 (MySQL...
Nanu Kalmanovitz
|
10-27-2005 08:50 AM
Nanu Kalmanovitz | 0 | 540 |
|  | This may be more of a SQL question than a java-sql question - my
apologies. If I have to like tables to compare (lets for sake of
argument say to...
Christopher Molnar
|
10-27-2005 07:42 AM
Rhino | 2 | 548 |
|  | I am in good health and have always enjoyed sex.
I was losing my erection during intercourse and during oral sex with
my girlfriend.
It was difficult...
Tenskwatawa Hanley
|
10-24-2005 06:10 AM
Tenskwatawa Hanley | 0 | 441 |
|  | -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Alexandre Lemaire wrote:
Alex,
Question marks, or "!"? If it's "!", you're not running 3.1.11,...
Mark Matthews
|
10-23-2005 04:37 PM
Mark Matthews | 0 | 427 |
|  | Hi there,
Wandering into the world of internationalization, I've had to resort to
connecting using:
useUnicode=true&characterEncoding=utf8
In the...
Alexandre Lemaire
|
10-23-2005 01:23 AM
Alexandre Lemaire | 0 | 462 |
|  | hi,
i noticed this while using SchemaUpdate with hibernate 3.0.5.
client on windows xp, server on linux (4.1.14).
since its linux, the variable...
Burgel, Alex
|
10-20-2005 04:14 PM
Burgel, Alex | 0 | 411 |
|  | I am running the following statement:
ResultSet rs = stmt.executeQuery("select ucase(ctype) as ctype, count
(tsid) as callcount, sum(amount) as...
Christopher Molnar
|
10-18-2005 05:59 PM
Christopher Molnar | 0 | 470 |
|  | Looking at the changelog for the MySQL Connector/J I find an entry
from 2003 saying that getUpdateCount now returns the number of matched
rows rather...
André Næss
|
10-14-2005 08:41 AM
Mark Matthews | 1 | 506 |
|  | -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Robert Sösemann wrote:
Robert,
Connector/J uses _no_ JNI, so you can't blame the crashes on that....
Mark Matthews
|
10-13-2005 07:27 AM
Mark Matthews | 0 | 457 |
|  | Remember that the JVM will not use the memory unless you give it=20
permission to do so with -xmx??M. If you don't the JVM will restrict=20
itself...
Alec.Cawley@Quantel.Com
|
10-13-2005 06:58 AM
Dan Julson | 1 | 480 |
|  | Hi
I have been chasing myself around with this one, so any thoughts or
suggestions will be kindly accepted.
Problem:
I want to serialize a JDOM...
Trevor Sutton
|
10-11-2005 07:02 PM
Rhino | 1 | 554 |
|  | I am trying to connect to a mySQL database sitting on the same private
network as the client through Java/JDBC and getting the connection
takes...
devansh.dhutia@gmail.com
|
10-10-2005 11:18 AM
devansh.dhutia@gmail.com | 0 | 508 |
|  | ------=_Part_9524_22056369.1128941589038
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding:...
Peter Schäfer
|
10-10-2005 06:00 AM
Peter Schäfer | 0 | 404 |
|  | I am adding a record to a table and need to get an autogenerated key
record value once it is inserted. I read someplace that I can get the
value of a...
Christopher Molnar
|
10-09-2005 08:33 AM
Rhino | 4 | 560 |
|  | Hello
I've just installed MySQL 4.1.14 along with the JDBC driver version
3.1.10.
When I try to connect to the database using a very simple Java...
mdwoolley
|
10-05-2005 11:27 PM
mdwoolley | 0 | 513 |
|  | Hello,
I have a method which must insert a field ; i simplify the code but the
problem still is :
public boolean insere (Intervention inter)...
Brice QUILLERIE
|
10-05-2005 09:51 AM
Shaun Pack | 2 | 471 |