Re: MySQL JDBC Problem

2006-05-02 Thread Mark Matthews
-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; > ++-+--+-+-+

Re: MySQL JDBC Exception: "No operations allowed after connection closed"

2006-03-16 Thread amiljusevic
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

Re: MySQL JDBC driver problem

2003-03-17 Thread Mark Matthews
-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

Re: MySql JDBC connection pooling in Websphere

2003-01-07 Thread Mark Matthews
-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,

Re: MySql JDBC

2002-11-18 Thread Scott Pippin
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

Re: MySQL jdbc updateable recordsets

2002-06-20 Thread Mark Matthews
-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

Re: mysql+jdbc+international character support

2002-04-17 Thread Jan-Michael Ong
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

Re: mysql+jdbc+international character support

2002-04-17 Thread TAKAHASHI, Tomohiro
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

RE: MySQL JDBC setup in weblogic.

2002-01-28 Thread Richard Bolen
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=

RE: MySQL JDBC

2001-07-19 Thread Venu Anuganti
ception: " + E.getMessage()); System.out.println("SQLState: " + E.getSQLState()); System.out.println("VendorError: " + E.getErrorCode()); } } } -- > -Original Message----- > From: shane [mailto:[EMAIL PROTECTED]] > Sent: T

RE: MySQL JDBC

2001-07-19 Thread shane
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

Re: MySQL JDBC

2001-07-19 Thread Venu Anuganti
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

Re: MySQL JDBC

2001-06-28 Thread Kenneth Fleck
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

RE: MySQL JDBC

2001-06-28 Thread Thomas Michael Koch
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

RE: mysql jdbc drivers

2001-01-29 Thread Dominggus Andy A
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