Driver? - SQLException Error "Before start of result set"

2001-08-07 Thread Lucy
'bles pointing to mysql\ dir. 1. New Driver works fine with normal Servlets on normal Database Tables so I assumed everything was OK. 2. New Servlets to new Database Tables produces SQLException Error "Before start of result set" and blank screen from searches to DB, showing no pa

RE:SQLException Error "Before start of result set"

2001-08-07 Thread Mark Matthews
You need to call .next() and check to see that "true" was returned on your ResultSet before trying to read any data from it (see the api-docs for java.sql.ResultSet for more information) -Mark - Before posting, please check

SQLException Error "Before start of result set"

2001-08-06 Thread Lucy
Hi My Java servlet (on ApacheTomcat) with database connection to MySQL keeps reporting same error from a Resultset via a PreparedStatement. It's catching an SQLException sqle error: "Before start of result set." and showing a blank screen instead of showing printed messages

RE: Error: Before start of result set

2001-03-31 Thread Filip Hanik
L PROTECTED]] > Sent: Saturday, March 31, 2001 2:00 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Error: Before start of result set > > > I obtain the next message error in the servlets where I have to modify the > content of the tables. > This error has appeared w

Error: Before start of result set

2001-03-31 Thread Carlos Godoy
I obtain the next message error in the servlets where I have to modify the content of the tables. This error has appeared without changes in the servlets code. Message: Before start of result set SQLState: null ErrorCode: 0 Does anybody know where is the problem? Thanks. Carlos Godoy