Hi all,
Have noticed something recently with SQLlite which I wonder if it is a bug. I have a few personal hobby apps that use SQLlite for storing data. I have found the last couple of months that if I write an empty string field to something like a label or text box, rather than being blank, it shows a “0”. I haven’t seen that before so wondering if it’s a bug with the most recent XOJO updates.
For example:
var rs As RowSet = DB.SelectSQL("select * from SOMETHING")
Label1.Text = rs.Column("FIELD").StringValue
If the field “FIELD” is empty, it results in the Label1 showing a “0”. This has not happened until recently (I can’t say exactly when).
Thanks,
Barry
16 posts - 6 participants