@skywalk
How did you transfer the UTF8 data with PB functions?
convert editorgadget text to utf8 string
Re: convert editorgadget text to utf8 string
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: convert editorgadget text to utf8 string
Using setdatabaseblob().
I store text files and images.
Then users can view them in DB Browser browser For SQLite.
This is convenient when the DB schema does not have every fiddle faddle field defined. I can dump a ton of nosql data in a few blobs. Later if they want to query, I can write custom SQL to extract info.
I store text files and images.
Then users can view them in DB Browser browser For SQLite.
This is convenient when the DB schema does not have every fiddle faddle field defined. I can dump a ton of nosql data in a few blobs. Later if they want to query, I can write custom SQL to extract info.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum

