odbc

From Free Pascal wiki
Revision as of 14:01, 20 September 2012 by BigChimp (talk | contribs) (typo in link)
Jump to navigationJump to search

ODBC : Universal database access.

This package contains one unit odbcsql which contains the header file translations of the ODBC system. It works on the windows ODBC implementation and works with UnixODBC as well - it was tested on both.

The test program testodbc accesses a MS-Access database and runs a query on it.

The FCL contains a unit fpodbc which contains an OOP wrapper around the ODBC calls, which makes ODBC programming considerably easier and more pascal-like.

Also, there is an SQLDB ODBC driver so you can use recordsets, visual database components in Lazarus, etc.

Go to back Packages List