Greetings, all.
Thank you in advance for answering my question.
I have a string array consisting of single characters:
I want to make the array part of a table in SQLite.
How do I save a String Array in SQLite?
Can I just code ArrayExample as TEXT?
or
Do I have to first convert the string array, ArrayExample, to a string using StringBuilder?
Best regards.
Sandy
Thank you in advance for answering my question.
I have a string array consisting of single characters:
B4X:
Dim ArrayExample(26) as string
I want to make the array part of a table in SQLite.
How do I save a String Array in SQLite?
Can I just code ArrayExample as TEXT?
or
Do I have to first convert the string array, ArrayExample, to a string using StringBuilder?
Best regards.
Sandy