Also new to B4A but sorta familiar with VB6. With VB6 I just install a ODBC driver and use a connection string of which a portion is shown below:
cnMySql.CursorDriver = rdUseOdbc
cnMySql.Connect = Main.hyperconnection
cnMySql.EstablishConnection
Where main.hyperconnection has the IP address, database name, Password and so forth.
I have successfully installed and used the MySql sample from B4V but I don't have a clue what PHP does or where it is supposed to be - I expect the server - but after that I am lost.
:sign0163:
cnMySql.CursorDriver = rdUseOdbc
cnMySql.Connect = Main.hyperconnection
cnMySql.EstablishConnection
Where main.hyperconnection has the IP address, database name, Password and so forth.
I have successfully installed and used the MySql sample from B4V but I don't have a clue what PHP does or where it is supposed to be - I expect the server - but after that I am lost.
:sign0163: