Hello comunity.
I'm trying to retrieve an image (6.6KB) from the database (MySQL) with jRDC2 (thanks Erel!) and everything seems to work fine until I get to the HandleJobAsync function, where Success=false and show the menssage: "Error reading response: (EOFException) java.io.EOFException"
The query seems to be executed correctly as this message appears on the java server: "Command: query: GetAPwithLogin, took: 1805ms, client=192.168.1.132"
I have tried with blob and longblob types but the result is the same. From what I've read in the forums, the blob type is supported by jRDC2, isn't it?
Thanks for your help
I'm trying to retrieve an image (6.6KB) from the database (MySQL) with jRDC2 (thanks Erel!) and everything seems to work fine until I get to the HandleJobAsync function, where Success=false and show the menssage: "Error reading response: (EOFException) java.io.EOFException"
The query seems to be executed correctly as this message appears on the java server: "Command: query: GetAPwithLogin, took: 1805ms, client=192.168.1.132"
I have tried with blob and longblob types but the result is the same. From what I've read in the forums, the blob type is supported by jRDC2, isn't it?
Thanks for your help