Difference between revisions of "odbc"

From Free Pascal wiki
Jump to navigationJump to search
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
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.  
 
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 [[ODBCCON|SQLDB ODBC driver]] so you can use recordsets, visual database components in Lazarus, etc.
+
Also, there is an [[ODBCConn|SQLDB ODBC driver]] so you can use recordsets, visual database components in Lazarus, etc.
  
 
Go to back [[Package_List|Packages List]]
 
Go to back [[Package_List|Packages List]]
 +
 +
[[Category:Databases]]
 +
[[Category:Packages]]

Latest revision as of 08:59, 30 April 2013

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