MS4BI and Database Management
MS4BI is a modern, high-performance, and responsive Business Intelligence solution. To ensure efficient data management,
we have chosen SQLite3: a portable, lightweight database manager with no server dependency and widely used worldwide.
✔ Simple, ✔ Agile, ✔ Powerful
Built-in SQLite3 Manager
MS4BI includes a SQLite3 manager similar to phpMyAdmin, allowing:
✔ An intuitive interface to easily manage your databases.
✔ An SQL editor to execute queries.
✔ Optimized import/export management.
Full Control with MS4Script
MS4Script enables SQLite3 manipulation with simple commands:
- ✔ Database creation and management.
- ✔ Execution of complex SQL queries.
- ✔ Automated backup and restoration.
🔍 MS4Script Code Example
// Connect to an SQLite3 or MS4BI database
DBconnect {Ms4DB} ("h:\Mandragore...\Ms4BI-DemoExcelCube.dbLcurrentdb");
// Connect to an Excel database via ADO
DBconnect {Ado:\"xls\"}( LFile1Excel);
// Execute an SQL query from an Excel sheet
Ms4_SQL{Ado:\"xls\"}("SELECT * INTO " + "%s" + " FROM [table1] ",SheetJapanese) RETURN x;
// Connect to an Excel database (MS4BI internal manager)
DBconnect {xlsx}( LFile1Excel);
// Execute an SQL query from an Excel sheet
Ms4_SQL{xlsx}("SELECT * INTO " + "%s" + " FROM [table1] ",SheetJapanese) RETURN x;
With SQLite3 and MS4BI, benefit from a powerful and portable solution.
Try MS4BI today and optimize your data management!
⚡ MS4BI Philosophy: power + simplicity + speed.
MS4BI is built on a No Code / Low Code productivity-first approach.
With MS4Script, you can build dashboards, charts, queries, menus, or business apps in just a few lines —
without dealing with web and server technicalities.
Whether you are a developer or a business user, you have the power to create.