Hello,
I do have a B4A project that uses SQL to connect to a local SQLite database. Perfect working.
At this moment I will add a new function that needs to connect to an external public MySQL database.
If I try to use jSQL there is some conflict between SQL keyword from SQL library and jSQL library.
They both use SQL.
Public DBlite as SQL (SQL lib)
Public DBMySQL as SQL (jSQL lib)
Is there any trick to use jSQL in combination with SQL?
Thanks in advance
I do have a B4A project that uses SQL to connect to a local SQLite database. Perfect working.
At this moment I will add a new function that needs to connect to an external public MySQL database.
If I try to use jSQL there is some conflict between SQL keyword from SQL library and jSQL library.
They both use SQL.
Public DBlite as SQL (SQL lib)
Public DBMySQL as SQL (jSQL lib)
Is there any trick to use jSQL in combination with SQL?
Thanks in advance