
My Visual DataBase is a simple program that allows you to create databases without any programming. It can make self-contained database applications that work on Windows. Advanced users can also use SQL programming to create sophisticated database tools.
Ten sample databases are included with this application. These databases keep track of service providers, library inventory & patrons, equipment, student performance, invoicing, (marine) engine specifications, phone book, internet purchases, and commercial (paypoint) terminals.
v6.3 [Mar 26, 2020]
- Added a new function ExportAllToCSV, now you can export whole the database to csv files.
- Added a new class Application.
- Now you can specify for a ComboBox component sorting order, using properties "SoftField" and "SortOrder" via Object Inspector.
- Added two new methods for Image component: function PasteBitmapFromClipboard: boolean and function CanPasteBitmapFromClipboard: boolean.
- Added a new event OnAfterEdit for TableGrid component.
- Added a new method ScaleBy for Form.
- Fixed some bugs.