iOS Question MySQL Library for B4i?

LWGShane

Well-Known Member
Licensed User
Longtime User
Is there a native MySQL library for B4i that connects directly to a MySQL database? There doesn't appear to be a method to do so in the SQL library.
 

OlavRossland

Member
Licensed User
Longtime User
No. The SQL library will only work with local SQLite databases.

You should use RDC to connect to remote databases.
This is an old post -
...and the SQL library is still only work with local SQLite databases? - and therefore I have to use RDC to connect to remote databases?
Right?
 
Upvote 0
Top