SQllite and json export

padvou

Active Member
Licensed User
Longtime User
How can I export data from an SQLlite table to a json file?
Thank you
 

padvou

Active Member
Licensed User
Longtime User
Thank you, I was just looking into dbutils. Hopefully I 'll make do what i want.

My next question was about the Array as string() parameter. It takes integer, text, real values. What if i have money?
Thank you.
 
Upvote 0

padvou

Active Member
Licensed User
Longtime User
ExecuteJSON (SQL As SQL, Query As String, StringArgs() As String, Limit As Int, DBTypes As List)

I meant DBTypes as list, sorry if that wasn't clear.
 
Upvote 0
Top