Hi I haven't used B4J yet but I need to create a program that will connect to a database held on my web server, I have been in contact with the tech support and they state I must have an API to use the data held in the database.
The data is updated via a third party app , I know my server name being my web address, and I know the database name used by the app and user name and password
database server name: localhostL3306 or my web address
Database name: rmosfdov_
User name: colinsql
Password: ********
I've tried to find examples in the forum but I'm not having much look,
I assume I need to create an API which in turn will return the information in a JSON format
The table contains five fields
Username
telephone
date and time
email address
identifier
Any advice on where to start would be greatly appreciated
The data is updated via a third party app , I know my server name being my web address, and I know the database name used by the app and user name and password
database server name: localhostL3306 or my web address
Database name: rmosfdov_
User name: colinsql
Password: ********
I've tried to find examples in the forum but I'm not having much look,
I assume I need to create an API which in turn will return the information in a JSON format
The table contains five fields
Username
telephone
date and time
email address
identifier
Any advice on where to start would be greatly appreciated