First of all I'm sorry for my bad English.
I can not connect mysql database with b4a project, my database is hosted in
, database name is
gsddemoz_sp
Now, I need an example project with following requirements.
1. Connection with remote MySql database hosted in
https://www.gsddemoz.com
a. database name = gsddemoz_sp
b. table name = userlist
2. I want to bind all users (
username is column name) in ListView.
3. I want to add a new username in userlist table.
If I get the B4A example project mentioned as above, all the remaining works I can do. Because I've already work with sqlite data in several projects.
Thank you Erel.