From: Christian Mack Date: April 29 1999 10:13am Subject: Re: Dial up connection following mysql commands List-Archive: http://lists.mysql.com/java/73 Message-Id: <372830C8.66745387@compal.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit James Doucette wrote: > > Thanks for all that helped with the below problem.... I have another one > for you... when I run the applet with appletviewer it performs the insert > very well... but when I open it up in a browser I get the following > error when I want to perform the same insert: > > SQL Exception: java.sql.SQLException: Error during query: null > > any comments..... > Hi James Please be more specific: 1) When do you get this Error? On opening the connection or on sending the INSERT? 2) Which JDK version do you use? 3) Which JDBC driver and version do you use? 4) What does your stacktrace look like? Tschau Christian