Android Question DBUtils Returns Null Elements

Frank Cazabon

Member
Licensed User
Longtime User
I have a simple query being called by DBUtils like this:

B4X:
    Dim x As List
    x = DBUtils.ExecuteMemoryTable(SQLLite, "SELECT DeliveryHistory.* FROM DeliveryHistory",Null,0)

When I look at x in the Watch list, I get x having a size of 1 and my 0 element has the data I expect, but why do I see elements 1 to 11 there? (See the attached image)
 

Attachments

  • x.png
    x.png
    13.2 KB · Views: 130
Top