Release of CB4 Tables v1.60 (accessing xBase tables)


Tiriss has announced version 1.60 of CB4 Tables, its Delphi, C++Builder and Kylix wrapper for using Sequiter's CodeBase Library instead of the BDE. The main differences with previous versions is the support for Kylix 2 (Linux) and C++Builder 6 and support for OEM-ANSI translations on Windows.

CB4 Tables is a set of components that can be used anywhere you want to access dBase IV, FoxPro or Clipper tables (using CodeBase), but don't want to use the BDE.

TCB4Table (the TTable replacement of CB4 Tables) has almost all functions a TTable has, and is developed to be completely compatible with TTable. CB4 Tables has also some extra functionality like smart recognition of expression tags and better scrollbar support for DBGrids.

The major advantages of CB4 Tables:
* No BDE install, but a DLL (Windows) or a shared object (Linux) sold by Sequiter software inc.
* Fast and proven CodeBase database engine.
* Compatible with the BDE, so it is easy to change ('find and replace') from using the BDE to using CB4 Tables. (And if required: it is also easy to change back).
* Compatible with all standard and third-party Database components. (TDataSet descendant)
* Support for Delphi 3 - 6, C++Builder 3 - 6 and Kylix 1 & 2.
* Extra functionality (not found in the BDE) like tag expression recognition.

Pricing and Availability: CB4 Tables 1.60 is available for US$ 60 including source code. (Pre v1.50 version owners can upgrade for US$ 16.)

More information and trial versions can be found on the Tiriss website: http://www.tiriss.com.

The CodeBase library is available from Sequiter, see http://www.codebase.com for more information.

Related Discussions
  • USING DLLS (2001-01-03 23:47:50)
    Hi again Goober ... :o) Let's take NETAPI32.DLL as an example. This DLL is created by Microsoft and the explanation of its use is described in...
  • RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)
    In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
  • HOW TO MAKE MASTRE/DETAIL TABLES LIKE THIS ? (2001-01-04 09:14:14)
    You will need to add a TDataSource for Table 1 & 2 and connect to the respective tables. In the Table2 object set the "Table2.MasterSource =...
  • GETKEYBOARDSTATE TOGGLES,I DONT WANT TO. (2001-01-08 01:10:05)
    var KS: TKeyboardstate; begin GetKeyBoardState(KS); if KS > 1 then label1.caption := 'Ctrl Key Down' else label1.caption := 'Ctrl Key...
  • INDEX PROBLEMS (2001-01-12 08:28:01)
    I've worked with a configuration like yours. Please specify the method you use to access Pervasive database (ODBC, DBE, ADOExpress, Titan, P.SQL...
  • 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...
  • A TECHNICAL QUESTION ABOUT ADO (2001-01-16 07:18:42)
    If you use MsAccess, things will behave the same way as with BDE.
  • DATABASE DESKTOP CLONE (2001-01-18 15:37:48)
    It depends on your database format. If you use DBase, check www.grifsolu.com. They develop a BDE-replacement and they supply a file...
  • SOMEBODY USE PARADOX WITHOUT PROBLEMS? (2001-01-18 23:12:54)
    Yes, I started with Paradox tables, but found out that they were very slow when they grew big ... I'm now using Access Tables with...
  • INSTALLING A DATABASE APPLICATION... (2001-01-20 11:02:10)
    That should do it. If you use this in a network, there is a file, pdoxusr.net, which must be common to all users. Use BDEADMIN.EXE on each PC to...
Latest News
Submit News Form Past News
Latest Forum Entries