| | Rating Thread /
Thread Starter | Last Post | Replies | Views |
|  | I was looking for a way to get the nested exception out of an
SQLException form Connector/J.
Specifically, I would like to be able to detect an...
Morten Norby Larsen
|
12-14-2004 07:41 AM
Morten Norby Larsen | 2 | 268 |
|  | Hi,
I'd like to retrieve a string a string from a varbinary column using
4.1.7 and Connector/J 3.0.16. With either MySQL 4.0 or 4.1 with an...
Fabian Schmidt
|
12-13-2004 04:15 AM
Fabian Schmidt | 1 | 283 |
|  | ------=_NextPart_000_0069_01C4DF78.4A275DE0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
I've...
Jean
|
12-11-2004 06:52 AM
Rhino | 1 | 154 |
|  | Just an idea...
Each prepared statement can be used as a key in a hashmap since all the
variables are removed.
What if the JDBC driver had an...
Kevin A. Burton
|
12-09-2004 01:28 PM
Kevin A. Burton | 4 | 163 |
|  | OK...
I'm running MySQL 4.1.7 and Connector-J 3.1.5...
I'm trying to tune bulk SQL generation so that I can remove per-trip
latency. Its usually...
Kevin A. Burton
|
12-09-2004 01:27 PM
Kevin A. Burton | 2 | 189 |
|  | What are the pros/cons to using the NIO stuff?
Any performance gains?
Kevin
--
Use Rojo (RSS/Atom aggregator). Visit http://rojo.com. Ask me for...
Kevin A. Burton
|
12-09-2004 08:18 AM
Mark Matthews | 1 | 173 |
|  | FYI... The current documentation doesn't say that allowMultiQueries
requires MySQL 4.1.7 ...
In my testing I need a MySQL 4.1.7 build and 3.1.5...
Kevin A. Burton
|
12-08-2004 11:25 PM
Kevin A. Burton | 0 | 199 |
|  | OK... as I mentioned in an earlier post when I tried to upgrade to mySQL
4.1.7 I got:
It turns out our JDBC connection string...
Kevin A. Burton
|
12-07-2004 04:30 PM
Kevin A. Burton | 5 | 217 |
|  | It appears that when the unique argument to
getIndexInfo is set to "true", that index of column
containing non-unique values is also returned. I...
George Van Treeck
|
12-07-2004 12:34 PM
Mark Matthews | 2 | 169 |
|  | I'm trying to upgrade to MySQL 4.1.7 with ConnectorJ 3.0.12 and I'm
getting this error:
"Illegal mix of collations (latin1_swedish_ci,IMPLICIT)...
Kevin A. Burton
|
12-06-2004 07:19 PM
Kevin A. Burton | 1 | 279 |
|  | Hi there,
just a quick question! When using the MySQL JDBC driver, is it possible
to retrieve (and load in the memory!) only parts of a...
GV
|
12-02-2004 09:54 AM
David Black | 9 | 208 |
|  | Try with
characterEncoding=latin2
... or what you need..
gorazd
On Thu, 2 Dec 2004, Przemys?aw Klein wrote:
--
Gorazd Golob
|
12-02-2004 04:43 AM
Gorazd Golob | 1 | 277 |
|  | -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
MySQL Connector/J 3.0.16, a new version of the Type-IV all-Java JDBC
driver for MySQL has been...
Mark Matthews
|
12-01-2004 07:27 PM
Mark Matthews | 4 | 192 |
|  | Hello
There's a revolutionary money making phenomenon
that is spreading across the Internet like Wildfire.
And right now, for a very limited time,...
Ritche SL
|
11-28-2004 02:58 AM
Ritche SL | 0 | 168 |
|  | ------=_NextPart_000_0003_01C4D3B1.81B2D730
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I have a...
Antonio Alvarez M.
|
11-26-2004 01:31 PM
Rhino | 1 | 223 |
|  | Hello,
I'm using binary keys, which are fixed length byte and I'm a
slightly at lost about which type to map them in
com.mysql.jdbc.Driver......
PA
|
11-23-2004 03:54 AM
PA | 4 | 183 |
|  | Please forgive, yet another metadata question for the list...
Am I blind, or is there no way to query JDBC MetaData for the name of the
database?
I...
Gary Affonso
|
11-22-2004 07:34 PM
Gary Affonso | 3 | 172 |
|  | Hi,
I updated my development server instance from 4.0 to 4.1, since then I
got a problem regarding connecting.
I have to use the "--old-passwords"...
Naumann, Frank
|
11-22-2004 10:36 AM
Naumann, Frank | 2 | 178 |
|  | Hi,
I would like to reduce costs for an existing application using
TimesTen purely for performance. The application is a messaging
gateway and the...
Marcus Kern
|
11-17-2004 10:59 AM
Marcus Kern | 0 | 215 |
|  | ------=_NextPart_000_02F0_01C4CBBF.4085F750
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Folks,
I've...
Michael Bardash
|
11-16-2004 09:30 PM
Michael Bardash | 3 | 178 |
|  | Hello
I have been executing 'mysqldump' from a Java app
redirecting the output to a File using handy tips...
Poccachard, Ian AG
|
11-16-2004 05:48 PM
Poccachard, Ian AG | 0 | 269 |
|  | OK managed to run the mysql script as discussed in
My previous post. Here is a snippet if someone else
Needs it.
Process proc =...
Ian Poccachard
|
11-16-2004 11:50 AM
Ian Poccachard | 0 | 262 |
|  | Michael,
All Tomcat and really all Java database problems with
pools being exhausted come from a lack of using a
finally block to close the...
Jim Tyrrell
|
11-16-2004 09:53 AM
Jim Tyrrell | 0 | 171 |
|  | Chris-
I've been using the follow code to do what you need:
public class Numbers {
public static double truc(double target, int precision) {
double...
Marc Dugger
|
11-12-2004 06:05 PM
Christopher Molnar | 1 | 169 |
|  | Hello,
I am finding myself in need of some help. I recently upgraded my java
from 1.4.2 to 1.5.0 and have suddenly found one of my apps...
Christopher Molnar
|
11-12-2004 12:15 PM
Mark Matthews | 2 | 163 |
|  | Hi! We are looking at implementing a hardware based failover in the event of
a MySQL server failure.
I am trying to establish how I can tell...
Bruce Dembecki
|
11-12-2004 05:39 AM
Bruce Dembecki | 0 | 184 |
|  | Thanks in advance for any advice!!!
Mysql jdbc driver problem
I query a mysql db with JDBC connector. The program check DB every 10
second. At...
matt
|
11-11-2004 05:32 PM
matt | 0 | 160 |
|  | It turns out that the culprit was mysql connector. I was using version
3.0.14. Upgrading to 3.0.15 solved the problem. It seems that using the
older...
Jeffrey J Gaynor/jqhome
|
11-11-2004 10:56 AM
Jeffrey J Gaynor/jqhome | 0 | 158 |
|  | I just installed mysql 4.1.7 and now find that the java service is not
running (under red hat 8). I've read this someplace but I'll be darned if...
Jeffrey J Gaynor/jqhome
|
11-10-2004 04:31 PM
Jeff Mathis | 5 | 156 |
|  | --=__Part93B34FD3.0__=
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
I am trying to upgrade from 3.0.14 to 3.1.4 and...
Scott Pippin
|
11-09-2004 04:59 PM
Scott Pippin | 2 | 183 |
|  | ------=_NextPart_000_0011_01C4C681.36C30D90
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi=20
i am...
kalyansk
|
11-09-2004 06:49 AM
Steve Kirk | 1 | 295 |
|  | Is there any way to determine, via the JDBC DatabaseMetaData stuff whether a
column implements autoincrement?
I'm using MySQL 4.1.5-gamma-standard...
Gary Affonso
|
11-05-2004 12:18 PM
Gary Affonso | 5 | 279 |
|  | Hi guys,
MySQL 4.1.7.
I'm trying to use prepared statements with variable limit, like this:
==- 8<...
Victor Star
|
11-04-2004 10:29 PM
Victor Star | 3 | 185 |
|  | --Apple-Mail-1-959990933
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=US-ASCII;
format=flowed
Hi all:
I want feedback from the...
Mufaddal Khumri
|
11-04-2004 05:55 PM
Rhino | 4 | 282 |
|  | Hi everybody!
For sure there is another and better way, but I ran myself through that and
the only way I found was by doing the set autocommit to...
Mikel Guti
|
11-04-2004 05:28 PM
Mark Matthews | 1 | 226 |
|  | Hi everybody!
For sure there is another and better way, but I ran myself through that and
the only way I found is by doing it with SQL (can't...
Mikel Guti
|
11-04-2004 04:43 PM
Mikel Guti | 0 | 178 |
|  | On Sun, 2004-10-31 at 16:52, Rikard Froberg wrote:
does a flush automatically. But I have also tried flushing privileges
and restarting the mysql...
Thomas Plümpe
|
11-02-2004 03:58 AM
Thomas Plümpe | 1 | 170 |
|  | Hi,
I have a Java application (example in ) which runs perfectly on
several hosts where I am using the...
Thomas Plümpe
|
11-01-2004 04:33 PM
Mark Matthews | 3 | 193 |
|  | Help!
I've written a jdbc java program that gets data off of AS/400 and
inserts into Mysql for backup. First 2 files went without a...
Thomas Kim
|
10-29-2004 07:51 PM
Thomas Kim | 0 | 181 |
|  | I have 2 tables, UP_USER and Students_group. They are defined as follows:
UP_USER - columns USER_ID(int (10)), USER_NAME(varchar(10)),...
Hollerman Geralyn M
|
10-28-2004 08:58 AM
Rikard Froberg | 4 | 203 |
|  | Hi all,
I'm running into a problem which I think is caused by a bug in
Connector/J. I'm using a BLOB field to store long case-sensitive texts
in...
Arjohn Kampman
|
10-27-2004 11:59 AM
Mark Matthews | 5 | 167 |
|  | Oops!
Johan is right, versions <= 4.1.x don't support sub selects (not 4.0.x)
Sorry
-----Original Message-----
From: Urcid Pliego, Paulo
Sent:...
Urcid Pliego, Paulo
|
10-27-2004 10:07 AM
Urcid Pliego, Paulo | 0 | 224 |
|  | Hello All,
I'm having a problem retrieving foreign key information via the metadata
interface.
Here's the (standard) code:
ResultSet rsForeignKeys...
Gary Affonso
|
10-22-2004 01:54 PM
Mark Matthews | 4 | 165 |
|  | Mark,
this just started showing up again. Whenever I see these things, its a
MissingResourceException that causes it. I'm guessing there is a...
Jeff Mathis
|
10-21-2004 05:01 PM
Jeff Mathis | 0 | 175 |
|  | Hi,
I upgraded my java sdk to brand new version 1.5 and immediately I found
out one major issue. Every query that contains errors (SQL...
Teemu Kuulasmaa
|
10-21-2004 12:09 AM
Teemu Kuulasmaa | 5 | 171 |
|  | MySQL 5.0 Alpha
Jdbc Driver: Connector J
OS: Windows 2000 Professional
Table Size 1 Mil. Records.
Table Structure:
Table1
logid - autoincrement... |
10-20-2004 02:49 PM
Mark Matthews | 2 | 338 |
|  | Mark et al,
I was reading last night in the newly arrived JDJ
about JDBC. Paraphrasing a comment the writer made.
You had better explicitly close...
Jim Tyrrell
|
10-20-2004 01:27 PM
Kevin A. Burton | 4 | 287 |
|  | I know you can create a new mysql database from the console. But isn't there
a GUI db setup tool that let's you create a new db?
Suppose you have...
Anders
|
10-19-2004 12:46 PM
Anders | 0 | 210 |
|  | Hi, I've been trying to get results back from a fairly simple query using
Connector/J and it keeps failing. I'm connecting to MySQL 3.23.49-log...
James Skinner
|
10-19-2004 04:43 AM
James Skinner | 0 | 169 |
|  | I copied this to the java mysql list serve. mark may have an answer for you.
V. M. Brasseur wrote:
--
Jeff Mathis,...
Jeff Mathis
|
10-15-2004 05:48 PM
Steve Podell | 2 | 181 |