Donate Share

tDBF component for Delphi and BCB

Code

Programming Languages: Pascal, Delphi/Kylix

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics svn co https://tdbf.svn.sourceforge.net/svnroot/tdbf tdbf

Show:

What's happening?

  • Error compiling in BCB5

    Awesome component, however 1 small flaw when compiling under BCB5. DBF_PRSDEF.PAS will not compile, comes up with the error PDouble not defined (I don't recall exact wording). Anyway, the fix is to define it in the Type section, I placed the following: PDouble = ^Double; after line 23 (PInteger = ^Integer) Thanks again for the component.

    2009-09-25 03:29:49 UTC by profm2

  • Comment: Delphi 2009

    There is progress?.

    2009-09-12 14:37:28 UTC by nobody

  • Followup: RE: AddIndex('FFIdx', 'FIELD1;FIELD2',[]) Problem

    the index expression should be like this: STR(Field1,12)+STR(Field2,12) Because originally DBASE tables had all fields internally as texts, it is the easiest way to combine any fields be turning them into string form.

    2009-09-04 23:41:26 UTC by vrull

  • AddIndex('FFIdx', 'FIELD1;FIELD2',[]) Problem

    How to create index on two integer fields? Why standard method for TTable does not work? Error: 'Index based on unknown field ";".' Anybody help me?.

    2009-09-03 11:32:53 UTC by primak

  • Comment: Delphi 2009

    D2009 support will be added soon.

    2009-07-25 12:24:26 UTC by pl71

  • Delphi 2009

    TDBF does not compile under Delphi 2009 Are you guys already working on a solution?.

    2009-06-05 14:26:04 UTC by bob_marlowe

Our Numbers