F fernando gibert Member Licensed User Longtime User Jan 21, 2014 #1 Hi All ! Pls , is it possible to have a small sample : connect yo mysql with a 127.0.0.1 xxx . php exec select * from table see result on table view. All the samples are done with sqlite, but all my attempts with mysql failed . Thanksalot
Hi All ! Pls , is it possible to have a small sample : connect yo mysql with a 127.0.0.1 xxx . php exec select * from table see result on table view. All the samples are done with sqlite, but all my attempts with mysql failed . Thanksalot
Erel B4X founder Staff member Licensed User Longtime User Jan 21, 2014 #2 Are you trying to connect to the PHP script? It should be simple to convert the Android example to B4J.
Are you trying to connect to the PHP script? It should be simple to convert the Android example to B4J.
Erel B4X founder Staff member Licensed User Longtime User Jan 21, 2014 #3 You can directly connect to the database with the JDBC driver and SQL library. See the tutorial: http://www.b4x.com/android/forum/threads/sql-tutorial.35185/
You can directly connect to the database with the JDBC driver and SQL library. See the tutorial: http://www.b4x.com/android/forum/threads/sql-tutorial.35185/