New SQLite DB in Web app

New to Xojo and developing my first web app. I am trying to add a New SQLite Database to the Project but the option is grayed out. Do I need a valid Web deployment license to actually add the database for development purposes?

Thanks!

You shouldn’t need one, but I wouldn’t go that route. It’s sure to cause headaches in deployment to the web. Create/Open the database in code. It’s not difficult to do, and will save you much trouble.

I agree with Tim. This page has some code to get you started: http://documentation.xojo.com/index.php/SQLiteDatabase

Also, User Guide Book 3: Framework, Chapter 4: Databases, Section 3: SQLite has information you might find useful.