Manual
Database Manual
SQLite / MSSQL integration — from connection to script + DataGrid display
- 01Database Tutorial Start — DB_Sqlite Sample Project
- 02Connection Settings — connections.json and DatabaseOption
- 03Table Schema — order_history
- 04DB Studio — Verify with SQL · Data Tabs
- 05INSERT · UPDATE · DELETE — Parameter Binding and Transactions
- 06SELECT — RunSqlSelect · GetRowArray · RunSqlScalarInt
- 07DataGrid · ModifyDlg Bindings — DispData / SelectIndex / Edit*
- 08Button Events — ViewRun Handlers and the Modify Flow
- 09Backup · WAL · Operational Checkpoints