I'm reading data from an Excel file and then write it to a SQLite database.
Sometimes a textfield is filled with: [Ljava.lang.String;@335ea539 instead of the data read from the Excel sheet.
When logging the query inserting the records nothing seems wrong.
I think, that you forgot to adress the last property like: label instead of label.text. All former vb6 programmes are used to make use of default properties, so in vb6 you can write label and internaly there is used label.caption. Maybe im am wrong...