-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dyego Souza Dantas Leal said the following on 5/2/2006 2:58 PM:
> I have a problem using the latest version of Connector/J
>
>
> the DESC of table shows:
>
> mysql> desc tiposelo;
> ++-+--+-+-+
The fact that I use JOTM with Tomcat forces me to use a different data
source factory from the one described in the MySQL document "Using
Connector/J with Tomcat",
(http://dev.mysql.com/doc/refman/4.1/en/cj-tomcat-config.html) -
org.objectweb.jndi.DataSourceFactory vs.
org.apache.commons.dbcp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Shu-Ping Lin wrote:
> Hi, How are you?
>
> I have a problem to jdbc driver. My paltform is win2000 professional and
> MySQL Server's version is 3.23.55.
>
> I use jdbc driver of mysql-connector-java-3.0.6-stable.jar and i find some
> problems to this
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tom O'Neil wrote:
I have configured WAS Express 5.0 to connect to MySql
4.0, however I am unable to open any connections. I
know that the connection to the MySql server works,
because if I change any of the connection parameters
(port, database name,
What version of MySQL JDBC are you using?
Scott Pippin
[EMAIL PROTECTED]
>>> "jsplist" <[EMAIL PROTECTED]> 11/16/02 12:13PM >>>
Hello ! ,
Im running Tomcat on a Windows machine and Ive got my CLASSPATH
pointing to c:\tomcat\lib\mysql.jar .
Then in my webapps folder I have a web application cl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Morris Ford wrote:
| Mark,
| I verified that I am using the latest version. I
| have written a small test java program using jdbc
| to test updating through a resultset and whenever
| I use resultSet.updateString(x, y), I get an
| exception that
Hello,
Thank you for your immediate reply. What database version have you used these
drivers for? Do you have a preference for either?
Thanks again.
jm
"TAKAHASHI, Tomohiro" wrote:
> Hi,
> Both gweMySQL and MM.MYSQL support Unicode-Nativecode conversion.
>
> [gweMySQL Driver]
> http
Hi,
Both gweMySQL and MM.MYSQL support Unicode-Nativecode conversion.
[gweMySQL Driver]
http://www.t3-jpn.com/jdbc/jdbcmysql.html
i.e.
String url = "jdbc:mysql://server:3306/dbname?characterEncoding=EUC_JP";
[MM.MYSQL Driver]
http://mmmysql.sourceforge.net/
Jan-Micha
This config worked for me:
weblogic.jdbc.connectionPool.PoolName=\
url=jdbc:mysql://localhost:3306/test,\
driver=org.gjt.mm.mysql.Driver,\
initialCapacity=1,\
maxCapacity=10,\
capacityIncrement=1,\
props=user=DBUser;password=DBPassword
weblogic.jdbc.TXDataSource.weblogic.jdbc.jts.PoolName=
ception: " + E.getMessage());
System.out.println("SQLState: " + E.getSQLState());
System.out.println("VendorError: " + E.getErrorCode());
}
}
}
--
> -Original Message-----
> From: shane [mailto:[EMAIL PROTECTED]]
> Sent: T
ardo Striquer Soares; shane
Cc: [EMAIL PROTECTED]
Subject: Re: MySQL JDBC
Hi Ricardo / Shane
If you are using mmmysql JDBC Driver, please find the attaches simple JDBC
sample that can be used with this driver to connect to MySQL server and do
some basic operations. Before compiling the sample, m
Hi Ricardo / Shane
If you are using mmmysql JDBC Driver, please find the attaches simple JDBC
sample that can be used with this driver to connect to MySQL server and do
some basic operations. Before compiling the sample, make sure you set the
CLASSPATH variable to mmmysql JDBC driver installed/ac
Thank you, but I should have mentioned that I tried this before already.
So this is not the solution. What is really strange is that MySQL is
only mentioning the host IP in the first error message.
I used different versions of JDK and mm.mysql driver.
Any other ideas about that problem ?
Thomas M
Hey there -
I think maybe you need to attach the port number as well.
In my applications I use the URL:
jdbc:mysql://:3306/
Insert the correct hostname, databasename and your userId/password.
Hope it works.
Regards
Thomas
-Original Message-
From: flag [mailto:flag]On Behalf Of Kenn
This site provide the JDBC driver and all the tutorial :
http://www.worldserver.com/mm.mysql/
--Andy--
-Original Message-
From: Vijay Chandra [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 30, 2001 4:55 AM
To: '[EMAIL PROTECTED]'
Subject: mysql jdbc drivers
hi
i am trying to use m
15 matches
Mail list logo