Connect to external sql database and show on screen.

Hello everyone,

I have a server with a sql database.
In a other program to write android software i can show data from a table on my screen.
Is it possible if someone can give me code how it must be done in basic4android.
I want to purchose this but i first want to known if it is possible and how it works.
Because i can't download examples of the sql here without purchose, so there for my question.

thx.
 

NJDude

Expert
Licensed User
Longtime User
That won't be possible, SQL requires the use of the SQL library, and the libraries are only available to registered users.

To answer your question, yes, you can connect to a SQL database and display the data on your device.
 
Upvote 0

grant1842

Active Member
Licensed User
Longtime User
I would like to add that you have the ability to do this by posting to php or other scripts to achieve this as well in B4A
 
Upvote 0
Top