[fpc-pascal]DB unit
Michael Van Canneyt
michael.vancanneyt at wisa.be
Wed Jan 15 09:34:18 CET 2003
On Tue, 14 Jan 2003, Martin Filteau (Iquebec) wrote:
> Hi,
> Where I could read about procedures and funtions available in the bd unit. I
> would like to have a kind of user manual for this unit?
I assume you mean the db unit ?
The db unit is a port of the Delphi db unit; It implements an abstract
TDataset class, which you cannot use directly. You can use
units such as dbmysql or dbf which implement descendent clases that
access Mysql or DBase files.
>
> Also is there a program (*.pas) which shows all example of this unit?
The various directories under fcl/db contain examples.
Michael.
More information about the fpc-pascal
mailing list