iOS Question B4i + Google Cloud MYSQL

walterf25

Expert
Licensed User
Longtime User
Hi all, I have been searching the forums but so far have not found a solution to this, Has anyone dealt with this before, I have a MYSQL Instance running in my Google Cloud, I am able to connect to it with B4A and B4J using the MySQLite, but it seems that doesn't work for B4i.

I know there's the JRDC solution, but I believe that solution will only work if my MySQL database is hosted in a server, does anyone have a solution for connecting to MySQL inside google cloud?

Walter
 

walterf25

Expert
Licensed User
Longtime User
What is "MySQLite" ? Do you mean JdbcSQL?
There is no equivalent library in B4i. It is also considered bad practice to make direct connections from a mobile device to the db.
jRDC2 does require a server but in the long run you will find that it works much better and also more secure.
Thanks for the reply @Erel the problem is that the company i work for uses all these google cloud tools and it used in an enclosed environment where only employees and very few selected people would have access to, so I really have no other choice but to use that service, I'll have to find a workaround for this then.
 
Upvote 0
Top