IBAccess features
- Free and opensource. Yes, it's a feature.
- All database level management options implemented, create shadows, secondary
files alter cache size database properties etc..
- All database management options are implemented to execute by Interbase
6 services or invoking Interbase command line tools (executing gfix,gbak...).
So it's compatible with classic and superserver architechture.
- Simple interface and useful interface, you can configure your database connections
as per user or system wide.
- Online help with context help. Need help? press F1 key, icons, hints, a
user friendly interface.
- MDI, you can connect and manage multiple databases on the same application
and you can open multiple instances of the application to do long task like
backups.
- Good source code quality.
- Optimized for slow connections, you can select to view details or summary
information, so the network load can be minimized.
- You can view, create, modify, all database objects including stored procedures,
triggers, views, generators, roles.
- Powerful sql execution window with dynamic parameters support and blob support.
- Visual query builder
Missing features (may be implemented in future versions)
- No printing support
- No script execution
- No field array support (only creation of domains and fields supported)
Source code statistics
- 61 source code files written by the main author (about 35.000 lines)
- 30 files from comunity (in memory table, syntax memo editor and header translations,
about 30.000 lines)
- 46 forms designed by the main autor
- 4 forms contributed