convert editorgadget text to utf8 string

Just starting out? Need help? Post your questions and find answers here.
User avatar
mk-soft
Always Here
Always Here
Posts: 6388
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: convert editorgadget text to utf8 string

Post by mk-soft »

@skywalk
How did you transfer the UTF8 data with PB functions?
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
User avatar
skywalk
Addict
Addict
Posts: 4251
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: convert editorgadget text to utf8 string

Post by skywalk »

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.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply