Readme.txt 1.3 KB

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