Android Question Table class LoadSQLiteDB SQL with parameters

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

RB Smissaert

Well-Known Member
Licensed User
Longtime User
I would add LoadSQLiteDB4 as well with a cursor argument:

B4X:
Public Sub LoadSQLiteDB4(SQLite As SQL, Curs As Cursor, AutomaticWidths As Boolean)
 
 cAutomaticWidths = AutomaticWidths
 mNumberOfColumns = Curs.ColumnCount
 innerClearAll(mNumberOfColumns)

As you may have run the query already as in my particular case.

RBS
 
Upvote 0

udg

Expert
Licensed User
Longtime User
How do I get a link to the specific post? Couldn't find that.
Whenever you need to get a link to a specific post (permalink), just use what is returned clicking on the #post-number on the bottom right of any post.
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
Upvote 0
Top