ODBC manager | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | odbc manager |
Related | Function: revOpenDatabase Glossary: DSN, Open Database Connectivity, database, function |
Description | A utility program that manages database connections made via ODBC. Typically, you use an ODBC manager program to create one or more DSNs with all the information needed to communicate with a database, such as its location and type. You use the DSN with the revOpenDatabase function to communicate with that database. |
Tags | database |