Android Question RDC to MySQL - random msgbox java.io.EOFException

achtrade

Active Member
Licensed User
Longtime User
After a successful call SP, my app is showing this msgbox:

Error occurred
An error has occurred in sub:
java.io.EOFException
Continue?

the connection and result are ok, I'm getting the expected values from the SP and reading it well. I don't understand from where this error is coming.

I'm calling this SP every 7 seconds.

help ?
 
Top