LWGShane Well-Known Member Licensed User Longtime User Oct 31, 2016 #1 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.
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.
Erel B4X founder Staff member Licensed User Longtime User Nov 1, 2016 #2 No. The SQL library will only work with local SQLite databases. You should use RDC to connect to remote databases. Upvote 0
No. The SQL library will only work with local SQLite databases. You should use RDC to connect to remote databases.
OlavRossland Member Licensed User Longtime User Nov 26, 2022 #3 Erel said: No. The SQL library will only work with local SQLite databases. You should use RDC to connect to remote databases. Click to expand... 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
Erel said: No. The SQL library will only work with local SQLite databases. You should use RDC to connect to remote databases. Click to expand... 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?