Hello,
Added row fields from an sql database in a listview and some fields contain names with a single quote, like Cetti's.
Values like this don't give any result with the next ExecQuery.
Special characters like é, ï and ñ work fine.
The database also contains several empty fields.
How can I skip those lines from being added to a Listview? (Using "laguages" as a var)
If Cursor.GetString(languages).Lenght > 0 Then
lvNames.AddSingleLine(Cursor.GetString(languages)
End if
Thanks,
Helen.
Added row fields from an sql database in a listview and some fields contain names with a single quote, like Cetti's.
Values like this don't give any result with the next ExecQuery.
Special characters like é, ï and ñ work fine.
The database also contains several empty fields.
How can I skip those lines from being added to a Listview? (Using "laguages" as a var)
If Cursor.GetString(languages).Lenght > 0 Then
lvNames.AddSingleLine(Cursor.GetString(languages)
End if
Thanks,
Helen.