odbc

From Lazarus wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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