iOS Question SQLite Program Conversion from B4A to B4I

RichardN

Well-Known Member
Licensed User
Longtime User
Hi Brian,

From personal experience... The fundamentals of any database front-end are the same. You already know what concepts you want to present. For update purposes make sure the underlying database is exactly the same as the Android version. Many Subroutines from B4A you will be able to recycle verbatim, however.....

The page handling in iOS is different and user interaction more strictly defined.... With the above in mind.... I have always found it quicker to start from scratch.
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
You may have a look at these examples:
SQLiteLight B4A
SQLiteLight B4i
The projects are the same.
Be aware that the Cursor object doesn't exist in B4i nor in B4J.
To be compatible, you must use the ResultSet object in B4A.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…