Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error:Before start of result set

Status
Not open for further replies.

arm207

Programmer
Jun 13, 2006
26
0
0
US
What is the cause of this error...

"error:Before start of result set"


source code is the following...
rs = s.executeQuery( sql2 );
 
Well there are two things wrong with what you have posted.

1) the error message is not mysql, it is likely a php or other scripting error or an error message you have created yourself if your script threw an error.

2) how about you show us the actual query itself so we may be able to guess what would throw the error.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top