Hi !
Please tell me why there is no number of entries in B4XTable ?
(without executing an SQL query by B4XTable)
Thanks !
Please tell me why there is no number of entries in B4XTable ?
(without executing an SQL query by B4XTable)
B4X:
Dim TData As List = DBUtils.ExecuteMemoryTable(...)
Log(TData.Size) '= 120
B4XTable1.SetData(TData)
'B4XTable1.RefreshNow
'Sleep(0)
Log(B4XTable1.Size) '= 0 ???? the table has the content
Thanks !