Android Question Help for BLOB on My sql.

Luca1967

Active Member
I use the JDBC library to connect to Mysql using the remotemysql server.
I have a BLOB field inside a table.
I can write it, but when I have to read it I can't because with the JDBC library I am not satisfied with the POSITION and the ROW COUNT.
How can I do?
I don't want to use PHP.
Thank you all.
 
Top