Hi, How does the Table Example in the Server Example tutorial get populated?
I created the “b4j_server” database, and the “countries” table with the 3 columns (Name, ID, Population) in MySQL.
The app loads OK, but the table contains no data.
Is there a text file that I don’t see?
Since the Server Example is meant to work with MySQL, I assumed this Table Example also works with MySQL.
I manually created the “b4j_server” database, and the “countries” table with the 3 columns (Name, ID, Population) in MySQL. But the table contains no data, and I don’t understand how it gets populated.