Re: Mysql and JDBC
Re: Mysql and JDBC
- Subject: Re: Mysql and JDBC
- From: Sacha Mallais <email@hidden>
- Date: Fri, 3 Jun 2005 11:21:53 -0700
On Jun 3, 2005, at 11:09 AM, Gino Pacitti wrote:
Here you go..
jdbc:mysql://127.0.0.1/CHILDSAFE/
org.gjt.mm.mysql.Driver
{
"ANSI92_CONFORMANCE" = ANSI92EntryLevel;
"DBMS_NAME" = MySQL;
"DRIVER_NAME" = "MySQL-AB JDBC Driver";
"DRIVER_VER" = "mysql-connector-java-3.0.9-stable ( $Date:
2003/10/02 15:36:12 $, $Revision: 1.27.2.25 $ )";
"IDENTIFIER_QUOTE_STRING" = "`";
"NON_NULLABLE_COLUMNS" = T;
[snip]
VARCHAR = {
createParams = 1;
defaultJDBCType = (VARCHAR);
isNullable = T;
isSearchable = T;
maxScale = 0;
minScale = 0;
precision = 255;
};
};
}
I don't see a username or password (placeholder)... That might
explain the ArrayIndexOutOfBoundsException. Or did you just
eliminate them both for the purposes of this post?
sacha
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden