Android Question Support for SQLite BLOB ?.

Hello,

Just wanted to ask about BLOB support, in order to store and read pictures from a database.

I cannot see anything in the beta versions, so I assume it is not included yet. Unless I missed something?

I'm personally only interested in pictures, though perhaps others may wish to store other large data. So looking for the equivalents of FileToBLOB, BytesToBLOB, GetImage and GetBytes in Basic4PPC.

It does not matter if syntax or method is different under Android. For me, the only important thing is that simple image files stored in the database using other SQLite wrappers can be read on Android and visa-versa (e.g. compatable with B4ppc and varous desktop wrappers).

This is not urgent yet, but would be interesting to know if it is planned for the production release?

thanks
jackyjoy
 

Mahares

Expert
Licensed User
Longtime User
I cannot see anything in the beta versions, so I assume it is not included yet.
You really should not be making statements like this one before making a simple and preliminary search, because when other new members see it, they get immediately discouraged from using B4X. You cannot join the forum few days ago and all of a sudden become an expert critic.
 
Upvote 0
Hello,

Just wanted to ask about BLOB support, in order to store and read pictures from a database.

I cannot see anything in the beta versions, so I assume it is not included yet. Unless I missed something?

I'm personally only interested in pictures, though perhaps others may wish to store other large data. So looking for the equivalents of FileToBLOB, BytesToBLOB, GetImage and GetBytes in Basic4PPC.

It does not matter if syntax or method is different under Android. For me, the only important thing is that simple image files stored in the database using other SQLite wrappers can be read on Android and visa-versa (e.g. compatable with B4ppc and varous desktop wrappers).

This is not urgent yet, but would be interesting to know if it is planned for the production release?

https://krogerfeedback.nl https://talktosonic.onl https://talktowendys.vip https://whataburgersurvey.onl

thanks
jackyjoy

thanks for the information.
 
Upvote 0
Top