Home General Staff Contact Partners Alumni Research Areas Projects Papers Books Reports Awards Teaching Lectures Exams B.Theses M.Theses PhD Theses Go Abroad Misc Talks Library Gallery Links Search Webmaster |
Project "Accessing ODBC Databases from Oberon Programs" of Christoph SteindlDescription
ODBC is a call level interface to databases which has been defined by Microsoft Corp. In contrast to embedded SQL and PL/SQL, programs using ODBC are meant to be database independent. This is achieved by a driver manager which passes the calls from the application program to the database. The ODBC library contains function calls that allow an application to connect to a DBMS, execute SQL statements, and retrieve results. Furthermore it defines standard error codes and standard data types. While embedded SQL is efficient and portable across different hardware and operating systems, the source code must be recompiled for each new environment. Additionally the program is tightly coupled with the database it was compiled for. There is no need for implementation specific transformations on the source code of ODBC programs (such as pre-processing). Publications
Download the ODBC package |