Hi to all
With this Code
The update work fine but the dbsql.Response.Ok is always false, why?
With this Code
B4X:
Dim dbsql As BANanoMySQLE
dbsql.Initialize(pgIndex.db, "", "", "")
'dbsql.SetConnection(pgIndex.dbhost, pgIndex.user, pgIndex.pass)
dbsql.query = $"UPDATE ${currentable.ToUpperCase} SET TELEFONO = '${telefono}', CELLULARE = '${cellulare}', MAIL = '${mail}' WHERE CLIENTE.ID = '${id}'"$
dbsql.Execute(dbsql.query)
dbsql.json = BANano.CallInlinePHPWait(dbsql.MethodName, dbsql.Build)
dbsql.FromJSON
The update work fine but the dbsql.Response.Ok is always false, why?