Current version release notes
IBAccess is a tool to manage Interbase databases. IBAccess is opensource under the MPL license. You can include it in comercial applications but the enhacements to this tool must be opensource under MPL license
IBAccess 0.95 beta
Why 0.95 version number?
Because all features are implemented but not full tested.
You should report bugs to:
http://sourceforge.net/projects/ibaccess
Your contribution is very important for the succeful of the project, make sure the bug exists and if the cause is IBAccess, not Interbase or IBX before posting it.
What is not a bug:
For more information see on line help.
The Author:
Toni Martir |
Techni-web |
Spain |
toni@pala.com |
http://www.ibaccess.org |
IBAccess source release notes
IBAccess is a tool to manage Interbase databases. IBAccess is opensource under the MPL license. You can include it in comercial applications but the enhacements to this tool must be opensource under MPL license.
IBAccess source code.
It is composed by four basic directorys:
ibpack contains a package with components used in IBAccess source code, so you must install it before opening the ibaccess project. use contains the package for the syntax editor, base on mwedit, you must install it. kbmtable contains the in memory table component, you must install this package also. ibaccess is the application project, if you have configured the ibpack,use and kbmtable packages in your library path and you have Installed IBX components then you should compile the project. Note: If you have not installed the Interbase 6 client or server you can't open some forms containing IB Admin components, this is not a bug but a IBX feature.
Source code notes
IBX Update 4.3 has this bug
IBSec.Attach;try IBSec.DisplayUsers; finally IBSec.Detach; end;
Access violation when freeing the IBSec component, on IBXUpdate 4.2 it works ok and frees ok. If IBServices.pas is restored from the IBXUpdate 4.2, works ok. Getting the limbo transactions with the service option returns bad output buffer. May be the last IBX Update 4.3 fix this bug