Page 1 of 1

EOF is Not Working!!

Posted: Wed 03 Jun 2020 06:49
by MYDAC100
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 …

Re: EOF is Not Working!!

Posted: Thu 04 Jun 2020 14:45
by ViktorV
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.