CB4 Tables
version 1.01 Trial
Copyright (c) MCMXCIX by Tiriss/TCHIP


DISCLAIMER

Before experimenting with this software, you should protect your data by backing
it up and using a copy of any existing projects for added protection!

Tiriss can be in no way held responsible for any loss of data or 
any other failure due to using CB4 Tables.


STARTING

Before using this version of CB4 Tables, be aware that it is a trial product that
only works if Delphi is running.

Please mail any problems, suggestions or questions you have about CB4 Tables to 
info@tiriss.com.


INSTALL

This archive contains the trial version of CB4 Tables for Delphi 3 and 4. You can
install the correct version of CB4 Tables by adding the appropriate package to
Delphi. Use CB4D3.DPL for Delphi 3 and CB4D4.BPL for Delphi 4.
When you have installed the package, you'll find two new components in your
component palette ('Data Access'): TCB4Table and TCB4Database.

Anywhere you would/could normally use a TTable you can now use TCB4Table!

For the two components to work at all, you'll have to have a CodeBase c4dll.dll
(version 6.3 or higher!) in your dll-searchpath (preferable in your windows system
directory). For more information on CodeBase contact Sequiter Software Inc.


ABOUT TCB4Table

TCB4Table is a replacement of a TTable, using Codebase instead of the BDE. It's
behaviour is almost completely the same as a TTable using a Foxpro, dBase or 
Clipper table.

The DatabaseName property of a TCB4Table can be used to refer to a TCB4Database
so you can refer to tables with just their filenames and no filepath. You can use
a TCB4Table without a TCB4Database by setting the Tablename property to a complete 
filepath.

See the enclosed file cb4tableinfo.html and the Delphi help on TTable for more 
information about the public interface of TCB4Table.


ABOUT TCB4Database

TCB4Database can be used in two ways: as a container for the path information of
your tables, or to connect to a Codebase server.

See the enclosed file cb4database.html for more information about the public
interface of TCB4Database.


ADDRESSES

Tiriss
http://www.tiriss.com
e-mail: info@tiriss.com

Sequiter Software Inc.
http://www.sequiter.com


TRADEMARKS

CodeBase is a Trademark of Sequiter Software Inc.
Delphi is a trademark of Inprise International.
Other brand and product names are trademarks of their respective holders


