Android Question .

margret

Well-Known Member
Licensed User
Longtime User
Upvote 0

mangojack

Expert
Licensed User
Longtime User
wheretheidivides .. I'll vouch for Margarets db class ,which I'm currently using for quite a substantial recordset. (Thanks Margaret ... )
I have tried to go sql and dbutils and failed on various attempt's.
Having used Vb's random access files for many years, It was a comfort to find Margarets db Class.

Cheers mj
 
Upvote 0

mc73

Well-Known Member
Licensed User
Longtime User
I think you should firstly go through a SQLITE tutorial (google this), and then use it inside b4a. Everything would be much clearer, since in b4a what you are using is execQuery and execNonQuery and cursors, all fundamental parts of sqlite (and sql in general).
 
Upvote 0

mangojack

Expert
Licensed User
Longtime User
wheretheidivides ..

I've been having another search because its something i want to learn, but really struggle with the over the top complexity of most tutorials. Heres one you might find interesting.
Another of their sites enable me to learn the basics of html.

SQL Tutorial

Cheers mj
 
Upvote 0
Top