I am trying to guess how to read some properties from a variable.
My code is
The properties that I want to read are from the variable Table, like the screenshot, and I am interesting in one of those properties, that is highlighted on the screenshot.
Could you help me please.
Thank you so much.
My code is
B4X:
Dim db As JackcessDatabase
db.Open(File.DirRootExternal & "/Northwind.mdb")
Dim Table As JackcessTable
Table.Initialize(db.GetTable("FieldTypes"))
Table.Reset
Could you help me please.
Thank you so much.