Conector ODBC para DES
Loading...
Download
Official URL
Full text at PDC
Publication date
2025
Authors
Advisors (or tutors)
Editors
Journal Title
Journal ISSN
Volume Title
Publisher
Citation
Abstract
El estándar ODBC (Open Database Connectivity), desarrollado por Microsoft y Simba, describe una API desde el estándar SQL para acceder a fuentes de datos, principalmente bases de datos relacionales. La mayoría de sistemas de gestión de bases de datos (e incluso otros sistemas como MS Excel) poseen su propio conector ODBC para acceso a sus fuentes de datos. Este trabajo presenta el desarrollo de un nuevo conector ODBC bautizado DESODBC para el sistema de bases de datos deductivas DES (Datalog Educational System) desarrollado por Fernando Sáenz Pérez, que soporta SQL entre otros lenguajes de consulta. Para el desarrollo se parte del conector ODBC open-source de MySQL (MyODBC), adaptándola adecuadamente a las características de DES. Finalmente, el conector ofrece versiones para Windows, GNU/Linux y macOS, que son las plataformas para las que DES está disponible.
The ODBC (Open Database Connectivity) standard, developed by Microsoft and Simba, describes an API from the SQL standard to access data sources, mainly relational databases. The majority of the database management systems (and even other systems like MS Excel) provide their own ODBC Driver for accessing their own data sources. This work presents the development of a new ODBC driver named DESODBC for the database management system DES (Datalog Educational System) developed by Fernando Sáenz-Pérez, which supports SQL among other query languages. In the development we will start from the open-source ODBC Driver for MySQL (MyODBC), adapting it properly to the characteristics of DES. Finally, the driver offers versions for Windows, GNU/Linux y macOS, which are the platforms in which DES is supported.
The ODBC (Open Database Connectivity) standard, developed by Microsoft and Simba, describes an API from the SQL standard to access data sources, mainly relational databases. The majority of the database management systems (and even other systems like MS Excel) provide their own ODBC Driver for accessing their own data sources. This work presents the development of a new ODBC driver named DESODBC for the database management system DES (Datalog Educational System) developed by Fernando Sáenz-Pérez, which supports SQL among other query languages. In the development we will start from the open-source ODBC Driver for MySQL (MyODBC), adapting it properly to the characteristics of DES. Finally, the driver offers versions for Windows, GNU/Linux y macOS, which are the platforms in which DES is supported.
Description
Trabajo de Fin de Doble Grado en Ingeniería Informática y Matemáticas, Facultad de Informática UCM, Departamento de Ingeniería de Software e Inteligencia Artificial, Curso 2024/2025.