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
the wrong table name for your query. -Mark Original message: ------ From: "Alan Jones" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Problem with JDBC2 driver across databases Date: Thu, 25 Apr 2002 15:10:58 +0100

Problem with JDBC2 driver across databases

2002-04-25 Thread Alan Jones
rs.setString(2, "Fred Bloggs"); rs.insertRow(); } An SQLException is reported saying that table "sales_demo.contacts" does not exist. It should be inserting into table "sales.contacts". --Alan ---- Alan Jones, Sen