ODBC Library/en
Version vom 20. Juli 2019, 08:05 Uhr von Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Introduction == The ODBC Library contains action blocks to access databases via the ODBC interface, which is a common database access layer providing a comm…“)
Introduction[Bearbeiten]
The ODBC Library contains action blocks to access databases via the ODBC interface, which is a common database access layer providing a common API to different databases. Almost every relational database provides an ODBC driver and is thus accessable.
Make sure that ODBC has been installed and configured on your machine, when using ODBC actions (on most machines, this is already installed, and you have to define the mapping from logical database names to driver type, host, username etc. in a setup dialog).
Connecting / Disconnecting[Bearbeiten]
-- to be documented --
SQL Queries[Bearbeiten]
-- to be documented --