1234567891011121314151617181920212223242526272829303132333435363738394041 |
- Firebird DB Viewer 0.9.2 Beta.
- Plugin for TC for view Firebird and Interbase database files (*.fdb, *.gdb, *.ib).
- Required Firebird installation (http://www.firebirdsql.org/en/server-packages/) with gds32.dll install.
- Setup
- File FirebirdDBViewer.ini, section [FirebirdDBViewer].
- ShowTablesPanel=0 - panel with list of tables;
- AddSystemTables=0 - add system tables to the list;
- ShowOpenError=1 - show errors when database opens;
- LoadEmbeddedDLL=0 - use embedded dll version (folders EmbeddedDLL_x64\ and EmbeddedDLL_x86\ in plugin dir);
- MemoAsText=1 - show MEMO fields as text;
- UseRowLimit=0 - use limit when select rows from table;
- LimitRows=10000 - row limit.
- License agreement
- This software provided "AS-IS" without warranty of any kind for non-commercial use.
- Changes history
- Ver 0.9 Beta:
- + simple table export to sqlite3 format table;
- * public release.
-
- Ver 0.9.1 Beta:
- + new DetectString extension: IB (re-install plugin or add it manually);
- + new setup options: MemoAsText, UseRowLimit;
- * first try open database with default user and password.
- Ver 0.9.2 Beta:
- + search panel (Ctrl-Shift-F);
- + sort on several column clicking with hold Ctrl key (sorting can be removed with Ctrl key also).
- ---
- Suggestions, Wishes and bug reports are welcome!
- ProgMan13, (ProgMan13@mail.ru)
|