EOF is Not Working!!

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MYDAC100
Posts: 3
Joined: Fri 30 Mar 2018 20:01

EOF is Not Working!!

Post by MYDAC100 » Wed 03 Jun 2020 06:49

I'm using MyDAC stored procedure component and it can't detect EOF

While Not MyDACstored.eof do
Begin

MyDACstored.next
;
End;
It can't detect EOF, which means at the end, it keeps showing the last record again and again and again …

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: EOF is Not Working!!

Post by ViktorV » Thu 04 Jun 2020 14:45

2. Unfortunately, we haven't been able to reproduce the issue. Please create a sample project demonstrating the incorrect behavior and send it to us through the contact form (https://devart.com/company/contactform.html), along with the script for creating database objects. Please also specify the exact version of your MySQL server.

Post Reply