[Lazarus] Lazarus Newbie Question about DB programming

Funky Beast funkybeast at pacific.net.sg
Thu May 8 02:37:07 CEST 2008


Daniel Stritt wrote:
> Hello, I am fairly new to Lazarus, and even newer to database 
> programming, so I have a few questions.
> 
> For simple db usage, which components should I use? Also, if I add a 
> database component to my app, do I have to distribute any kind of 
> database server with it? I'm trying to keep the redistributables to a 
> minimum, which is one of the reasons I like Lazarus so much.
> 
> Also, is there any kind of tutorial that any of you know about on how to 
> do database things with Lazarus/FPC?
> 
> 
> Thanks in advance, and thanks to the developers/maintainers for creating 
> such a nice programming package.
> _______________________________________________
> Lazarus mailing list
> Lazarus at lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
> 
Hi,

For simple lightweight database use TDbf, the database system compiles directly
into your executable, you only need to distribute your dbf tables files.

Examples here:
http://wiki.lazarus.freepascal.org/Lazarus_Tdbf_Tutorial

HTH,
Funky Beast



More information about the Lazarus mailing list