박상길
Sang-Kil Park

Home > Articles

ODBC: The Unix Story


What is ODBC?

ODBC is a system for providing an abstraction on top of database access, transferring SQL and meta-data queries to the database and conveying the results back.

From the end-user perspective, one application can be used quickly, easily and uniformly against many different backend sources of data.

From the programmer's perspective, ODBC is a C-based API that saves time and effort writing applications. Instead of writing using native access methods for Oracle, Sybase, PostgreSQL etc, you write once against ODBC and point the data-source wherever you desire at run-time.

From the system administrator's perspective, it's just another small package to maintain.

From the LikeJAzz's perspective ;) ODBC 는 Microsoft 가 개발한 Windows 기반의 전용규약이나 Java 계열에서 JDBC 라는 규약으로 따라할만큼 그 유용성이 입증된바 있고 Unix 계열에서는 iODBC 란 이름으로 ODBC 를 이용하기위한 open source 프로젝트가 추진중입니다.

이미 단순한 Database API 수준을 넘어 실무에 적용할수 있을만큼 좋은 성능을 보여주고있으며 Perl, PHP, Python, Ruby 등의 언어에서 ODBC 를 이용할 수 있는 API 를 제공하고 있습니다.

http://www.iodbc.org/index.php?page=docs/odbcstory

from iODBC.org (http://www.iodbc.org/)


트랙백

코멘트


이글에 대한 트랙백과 코멘트는 더이상 지원하지 않습니다.

| 다음 글