Difference between revisions of "Databases in Lazarus"

From Free Pascal wiki
Jump to navigationJump to search
(New page: == Aim == This page aims to provide a general overview of using databases in Lazaraus, and to provide a home from which other database pages can be linked ==Datasets== Database use in La...)
 
(set up MW-redirect)
Tag: New redirect
 
(34 intermediate revisions by 9 users not shown)
Line 1: Line 1:
== Aim ==
+
#REDIRECT [[Databases]]
This page aims to provide a general overview of using databases in Lazaraus, and to provide a home from which other database pages  can be linked
 
 
 
==Datasets==
 
Database use in Lazarus (or FreePascal) is fundamentally based on the TDataset class.  This represents a table or query to your application.  However, like many other such fundamental classes, you don't use the TDataset class it self, you use a descendant of it.  There are many of these.  They provide access to different kinds of databases, such as local dbase or text files, or back-end databases such as Postgres, Firebird, MySQl and so forth.  Some
 

Latest revision as of 02:00, 25 October 2019

Redirect to: