Using Databese Connections (SQLITE) for web apps

All my Database apps have been Desktop.
I have different folders on my network for each stage where the databases are stored.
I point each stage of the database connect to the correct folder.

How do I setup the Databese Connections for a Web App using Xojo Cloud?

Hi Lance - On Xojo Cloud, I would store SQLite databases in the Shared Documents folder.

f = SpecialFolder.SharedDocuments.child(“DatebaseName”)

2 Likes