Page 1 of 1

Debugger Exception Notification: Can not opem a ResultSet

Posted: 23.10.2005, 05:02
by LeoBruno
Hi guys!

I'm re-writting an Windows+Delphi7 application in Linux+Kylix3, both using Zeos 6.5.1 (alpha) connecting to MySQL 4.0.13.

Well, everything OK, but when I try to execute the first query in a table of my database (something like "select name from users order by name") I get a Debugger Exception Notification: "Project Project1 raised exception class EZSQLException with the message 'Can not opem a ResultSet'. Proccess stoped. Use Step or Run to continue".

Some idea about how I can solve this problem??