delphi 1 & TITAN ! Need help !

delphi 1 & TITAN ! Need help !

Post by Lorger Bori » Tue, 17 Apr 2001 21:57:05



Hello !

I'm still using D1 and TITAN to acces btrieve Tables.
Now, I have a problem. I'm trying to open a table which in a directory which
has no DDF.
I'm using TITAN's functions and objects to open the table, but I have no
documentation on how to read
field values from the table.

Anyone done it ? I need some help to finish it.

here is the code

TitanTable := TWinBtr.Create(nil);
  try
    TitanTable.Open(Filename, '', 0);
    TitanTable.First_Item;
    // Here I'd like to read a certain field value form the table
   ?????????????
    TitanTable.Close;
  finally
    TitanTable.Free;
  end;
--
Tnx, Boris

www.ugankar.net - Ugankarski slovar ON-LINE

 
 
 

delphi 1 & TITAN ! Need help !

Post by Walter B. Matt » Thu, 19 Apr 2001 11:13:12


You still need a ddf.

Try TBtr ... it can be found on www.torry.ru.

Walter


> Hello !

> I'm still using D1 and TITAN to acces btrieve Tables.
> Now, I have a problem. I'm trying to open a table which in a directory
which
> has no DDF.
> I'm using TITAN's functions and objects to open the table, but I have no
> documentation on how to read
> field values from the table.

> Anyone done it ? I need some help to finish it.

> here is the code

> TitanTable := TWinBtr.Create(nil);
>   try
>     TitanTable.Open(Filename, '', 0);
>     TitanTable.First_Item;
>     // Here I'd like to read a certain field value form the table
>    ?????????????
>     TitanTable.Close;
>   finally
>     TitanTable.Free;
>   end;
> --
> Tnx, Boris

> www.ugankar.net - Ugankarski slovar ON-LINE


 
 
 

1. INFO Needed about TITAN for Delphi !

I develop applications with Delphi 2.01 under WIN95 currently with
Paradox tables.
I would need using BTrieve tables.
Where can I find information about TITAN for Delphi ? Somebody adviced
me www.regatta.com but it is under construction.
Did somebody compared TITAN to BTrieve via ODBC driver ? Any comments,
benchmarks ?

Please send your answares not only to the newgroup but also to:

Thanks a lot.

2. Restore

3. Titan for Delphi -Help

4. Nested Transactions

5. Help wanted about Btrieve, Delphi, Titan

6. REGISTERING ACTIVEX CONTROLS ON WEB PAGES

7. Help needed: Clipper-NTX & Delphi

8. Network error: index does not match table

9. Need Help with Sql-Server ODBC & Delphi

10. Delphi & Informix - ERROR 408 Help Needed