Situation:
Read a "Text" type field from a MySQL Database that can contain several lines or even none. (currently the field can be obtained by jRDC2)
Needed:
a) Read how many lines of up to 100 characters it contains.
b) If you have 1 or more lines, read one by one through a loop to later be added to a B4XTable
Greetings
Read a "Text" type field from a MySQL Database that can contain several lines or even none. (currently the field can be obtained by jRDC2)
Needed:
a) Read how many lines of up to 100 characters it contains.
b) If you have 1 or more lines, read one by one through a loop to later be added to a B4XTable
Greetings