'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
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
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
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
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