-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
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 jdbc driver version.
When i use some method about setting or getting String suc
st of the API can not be
used in a threaded manner.
ie, can I open just one connection to the database for a multithreaded
servlet? Will the mysql JDBC driver serialize access or allow
concurrent statements? Or will I have to worry about synchronization?
The driver will serialize access, bu
On Monday, September 30, 2002, at 03:53 24h, Slava Imeshev wrote:
> Hello All,
>
> Could anyone help me with this issue? Is it
> possible to create/drop database using mySQL
> JDBC driver?
>
Yes.
--
Clayburn W. Juniel, III -- Effective Software Solutions
Phone: (602) 326-77
Hi,
I'm using mm.mysql driver version 2.0.4 and jdk.1.3.
Actually I'm trying to us it because it keeps on giving me Not suitable
driver error.
For test I used the JDBCBench.java.
try {
Class.forName("org.gjt.mm.mysql.Driver");