After my problem with old version of mysql, I have decided to make a new server with a last version of mysql (5.1.35-communauty).
So, I get the dll for this version, I put them in my application test directory.
I launch my program:
Code: Select all
if not connect_MYSQL then exit;
ZReadOnlyQuery1.sql.text := 'select * from mytable';
ZReadOnlyQuery1.open; <- HERE exception ErangeError...
ZReadOnlyQuery1.close;
I have tested my program with mysql 4.0.15 and 5.0.45 without any ErangeError exceptions.
Anyone can help me?
Thanks a lot,
edit: For information with mysql Workbench 5.2 there is no error