Android Question B4A and SD: SQLite binding navigator

mike1967

Active Member
Licensed User
Longtime User
Hello,i have use this lib with my db with a table with text,date,blob,and Number fields.I use seetwizardmask function but not all fields are showed. Is there some limitation on fields ? Attached there is my table .Thanks in advance
 

Attachments

  • table.png
    table.png
    145.5 KB · Views: 173

Star-Dust

Expert
Licensed User
Longtime User
Hello,i have use this lib with my db with a table with text,date,blob,and Number fields.I use seetwizardmask function but not all fields are showed. Is there some limitation on fields ? Attached there is my table .Thanks in advance
The library is called SD: BindingNavigator not SD_SqlLite.

Yes some field are not displayed they are described in thead of the library.

Can you specify what kind of fields are not represented?
 
Last edited:
Upvote 0

mike1967

Active Member
Licensed User
Longtime User
The library is called SD: BindingNavigator not SD_SqlLite.

Yes some field are not displayed they are described in thead of the library.

Can you specify what kind of fields are not represented?
Are showed only the First and the second fields After the file id.
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
Are showed only the First and the second fields After the file id.
You can view fields of type INTEGER, FLOAT, TEXT, BOOLEAN and BLOB.

What types of other fields are they? Is there space in the view to view them?
Can you post a sample code?
 
Upvote 0
Top