B4J Question JSQL - Any way to get the field types?

B4JExplorer

Active Member
Licensed User
Longtime User
Hi,

Working with the JSQL library and the DBUTILs, there doesn't seem to be a way to get the types of the fields. Field names and values are there, but nothing about the types.

Is there another way to do this, in B4J? I care only about Sqlite databases, in this context.
 
Top