Android Question [SOLVED] Pass BLOB through JRDC2

makis_best

Well-Known Member
Licensed User
Longtime User
Hi

I have one SQLite database and inside a table I have a BLOB field called [signature]
I want to transfer that BLOB field through JRDC2 and insert it in a one MS SQL
database field called [MSsignature] defined as image.

What is the best practice to do it?

Thank you
 
Top