var fDesc=new Array();
fDesc[0] = "Create unlimited databases with unlimited tables, fields, and rows. Includes a custom report builder. Interface with ODBC compatible databases and create custom reports for them.
When installing on Windows Vista / 7 / 8 / 10, set the application to run as an "Administrator" including the setup install file.
Features Available:
- Filter tables instantly
- Ultra simple graphical-user-interface
- Open up to 5 databases simultaneously
- Export your data to comma separated files
- Create custom reports for all your databases
- Run SQL statements with the SQL query engine
- Access any ODBC compatible database of any size
- Print tables and queries straight from your data grid
- Open up to 5 tables of the same database simultaneously
- Full help file to assist you in creating custom database reports
- Use MonoBase as an Interface to any ODBC compatible database
- Create unlimited databases with unlimited tables, fields, and rows
- Supports any SQL standard that your ODBC compatible database requires
- Full administration capabilities of any ODBC compatible database through our SQL engine
- Monobase includes the Paradox ODBC driver for complete compatibility for other database software
*** NEW UPDATES ***
- Dynamic Form creation
- Export data in CSV or XML format
- Master / Detail view on linked tables
- Added 2D/3D charting on custom SQL Queries
- Insert or paste Images with unlimited size for archiving
- Enhanced data handling for edit/insert and viewing of data
- Tables now have referential integrity with primary and secondary keys
Important: Right-click on the setup install file and select "Run as Administrator" { Windows Vista / 7 / 8 / 10}.
Set the executable "MonoBase.exe" to run as an administrator.
No Java or DotNet required, Green Energy Software! Saving the planet one bit at a time...";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}