RE: Problem with JDBC2 driver across databases

2002-04-26 Thread Alan Jones
offers version 2.0.4 for download. Should this be updated? --Alan -Original Message- From: Jeff Kilbride [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 6:44 PM To: Alan Jones; [EMAIL PROTECTED] Subject: Re: Problem with JDBC2 driver across databases First, I would recommend upg

RE: Problem with JDBC2 driver across databases

2002-04-26 Thread Alan Jones
ROTECTED]] Sent: Thursday, April 25, 2002 10:08 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Problem with JDBC2 driver across databases MM.MySQL uses the table name provided by MySQL itself to produce the query for updatable result sets, so it appears as if MySQL server is returning

RE: Problem with JDBC2 driver across databases

2002-04-25 Thread Mark Matthews
Jones" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Problem with JDBC2 driver across databases Date: Thu, 25 Apr 2002 15:10:58 +0100 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit

Re: Problem with JDBC2 driver across databases

2002-04-25 Thread Jeff Kilbride
lt;[EMAIL PROTECTED]> Sent: Thursday, April 25, 2002 7:10 AM Subject: Problem with JDBC2 driver across databases > Hello. > > There appears to be a problem when using the JDBC driver on a > foreign database (i.e. not your "current" database). > > MySQL version is : 3.2

Problem with JDBC2 driver across databases

2002-04-25 Thread Alan Jones
Hello. There appears to be a problem when using the JDBC driver on a foreign database (i.e. not your "current" database). MySQL version is : 3.23.49-max-debug JDBC version is : mm.mysql-2.0.4-bin.jar Consider the following situation: use sales; create table contacts (uid integer, name var