|
ANN: DBISAM Viewer
ANN: DBISAM viewer v1.57: direct viewer for DBISAM files
This tool allow to read/open the dat-tables on any computer.
An application don't use any external libraries (no BDE, no ODBC, no ADO etc) and you may run this tool on computer without any additional setup/install.
You may see the full DBISAM system information (file version, header size
etc), table structure and data in grid.
All field types supported (including MEMO, BLOB, graphic, rtf-formatted memo etc)
When DBISAM table loaded, you may save the data to different file formats (CSV, Text, HTML, XML, MS Excel, SPSS etc) or copy to clipboard.
Addionally you may generate SQL-script with data dump.
All features are available via command-line arguments so you could automate any your tasks.
Multilingual support allows to translate the interface to any language
To download or view screenshots please visit product homepage:
http://www.scalabium.com/dbisam
PS: engine from Elevate Software is not used. The alternative direct parser used in viewer (for details see the SMImport suite at http://www.scalabium.com/smi)
Related Discussions - YOUR FAVORITE BDE ALTERNATIVE? (2001-01-13 10:44:19)I joined the company I am currently working for three years ago. MsAccess databases were managed with the BDE. Since we ship our application to...
- COSMETIC TIMER+PROGRESS BAR (2001-02-05 08:09:16)The timer can be turned off with one statement on your button click event. The only thing is to be sure and set your timer's enabled property to...
- HOW TO CATCH A MOUSE CLICK AND POSITION FROM ANY APPLICATION ? (2001-02-08 05:53:10)for this the most efficeint solution is using software hooks
to provide ready help on the subject i am posting an article below which is quite...
- QREPORT VIEWER, PRINTER SETTING & PRINT SPEED BUTTONS SHOWN UN-ENABLED (2001-02-15 01:52:55)Actually it is, but it is a shared one....!!!
There is something else,,, when the printer - the shared one - is not available, the TQuickRep...
- ACCESS VIOLATION IN TCOMPONENT.DESTROYCOMPONENTS() ?? NEED HELP (2001-02-17 00:25:45)may be you are using some custom component which tries to destroy some non existant component raising this error
this happens quite often in...
- READING BETWEEN THE SEPERATORS (2001-02-23 03:29:26)var
f1 : textfile;
str : string;
ch : char;
begin
str := '';
AssignFile(F1, 'FileName');
Reset(F1);
while not Eof(F1) do...
- CAN SOMEONE PLEASE GIVE ME AN EXAMPLE HOW TO READ AN *.MDB FILE (2001-03-03 18:00:38)You have an access 2000 Database with a few table and are not very familiar with ADO. You want to, at least, connect you database to your...
- ACCESS 2000 DATABASE PASSWORD (2001-03-27 00:07:45)You have an access 2000 Database with a few table and are not very familiar with ADO. You want to, at least, connect you database to your...
- APPEND() FUNCTION. (2001-04-05 11:53:56)program Project1;
{$APPTYPE CONSOLE}
Uses SysUtils;
Var i : Byte; F : Text;
begin
Assign(F, 'test.dat');
if FileExists('test.dat') then...
- FUNCTION RETURN VALUE PROBLEM (2001-04-09 11:50:11)Can you send me a copy of the text file you created? Maybe multiple versions (with different test data)?
scottg@texnet.net
What happens if...
|