Android Question Working with BLOBs and images

gbzrope

Member
Licensed User
Could someone please point me in the direction of examples for the following scenario.

I need to take pictures with the android camera (using cameraex class
I need to save these in a local SQLLIte db in a BLOB field
I then need to send these records to a remote MYSQL database using JdbSQL

I also need to retrieve BLOB fields from the same remote MySQL server and store them in the local db
and extract and display them on the tablet.
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

jimmyF

Active Member
Licensed User
Longtime User
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Also, search on anything jRDC2
JRDC2 is the suggested and safest solution.

I then need to send these records to a remote MYSQL database using JdbSQL
It is not suggested but possible with this. Please note the comments in the JDBCSQL Tutorial.
 
Upvote 0
Top