Assistance required with SQLite Web App

I am new to Xojo and getting somewhat stuck. I am attempting to develop a Web app with a SQLite DB but I am getting a number of errors when running the app.


Assistance will be greatly appreciated.

You need to add a parameter Rows As RowSet in your UpdateUI method. This will allow the Rowset that you’re passing to be used by the method.

Thank you Wayne. Much appreciated.