Need help with connect Mysql

l4nder

Member
Licensed User
Longtime User
Hi , good morning.

:sign0085:

have one question very dificult for my.

I made a new aplication whit Mysql and need connect whit my server of database for do a query "Select".

My big problem is I need basic example to connect Mysql.This example can't display the sentence or variable query "Select" in ListView.

I need in 3 simple steps how to Conect to Mysql[in my online server] and do a query Select.

Do you have a basic example without script,without php,without ListView.

Because i understand the example the country Population and countryList but the problem this example display the result in listView[this example use whit other aplication].

another question is: what hour work the person than answer inside Comunity spanish?Because i think is very much early because nobody ask me.

Thank very much by your time and by read this large text.


:sign0013: :sign0085:
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm not really familiar with the library in that link.

There are two parts for this problem.
1. You should get the data from the remove database.
2. You should do something with the retrieved data.

The second step is usually simple. You do not need to use a ListView for the countries example. You can do whatever you need with the records.
 
Upvote 0
Top