Hi to all
sorry but i need some help connecting with a mysql db.
I have laragon with php installed, database created and in fact with phpmyadmin I can log in safely
The php file is created in the same root of index.html and in assets is present config.php but seems not to work, maybe I miss some steps.
what or where am I wrong?
With B4J, poolconnection, JRDC2 now I have acquired enough experience but with BANano I need time to understand better
Thanks
sorry but i need some help connecting with a mysql db.
I have laragon with php installed, database created and in fact with phpmyadmin I can log in safely
The php file is created in the same root of index.html and in assets is present config.php but seems not to work, maybe I miss some steps.
B4X:
Dim dbsql As BANanoMySQLE
Dim query As String = "SHOW TABLES"
dbsql.Execute(query)
dbsql.json = BANano.CallInlinePHPWait(dbsql.MethodName, dbsql.Build)
dbsql.FromJSON
Log(dbsql.OK) '< false
Log(dbsql.result) 'Empty list
Log("mostra Table")
With B4J, poolconnection, JRDC2 now I have acquired enough experience but with BANano I need time to understand better
Thanks