http://www.freetds.org/ 메인 Page
transelate/Database 2008/06/24 14:42FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases.
FreeTDS 는 Unix 와 Linux 에서의 프로그램을 MS SQL 이나 Sybase data 베이스와 통신하기 위한 library다
Technically speaking, FreeTDS is an open source implementation of the TDS (Tabular Data Stream) protocol used by these databases for their own clients.
It supports many different flavors of the protocol and three APIs to access it.
Additionally FreeTDS works with other software such as Perl and PHP, providing access from those languages as well.
기술적으로 말하면 FreeTDS 는 MS SQL 혹은 Sybase Client 가 사용하는 TDS(Tabular Data Stream) protocol 을 사용하는 도구다.
FreeTDS 는 세가지 API 를 제공함으로서 많은 장점을 제공한다.
더불어 FreeTDS 는 Perl 과 PHP 같은 다른 Software 와도 잘 동작 한다.
If you are looking for a Java implementation, we refer you to the jTDS project on SourceForge.
혹시 Java 와 관련된 내용을 알고 싶다면 SourceForge 에 jTDS project 를 참고하길 권한다.
--이부분 번역 다시 해볼것.
FreeTDS has many possible uses.
It has been used by Unix/Linux webservers to present data stored in SQL Server to the web,
to port SQL Server database code from NT to Unix, to import data into SQL Server from a Unix source,
and to provide database access on platforms (such as realtime systems) that have no native drivers.
FreeTDS 는 많은 것들을 가능하게 해준다.
SQL Server에 저장되어 있는 데이터를 웹으로 보여주기도 하고 SQL Server code 를 NY에서 Unix로 전달하기도 한다.
또 Unix 로 부터 Sql Server 로 가져오기도 하고 본래 내장된 드라이버가 없는 시스템에서도 접근이 가능하도록 한다.
The FreeTDS C libraries are available under the terms of the GNU LGPL license, consult the COPYING.LIB file in the distribution for details.
FreeTDS C 라이브러리는 GNU LGPL 라이센스를 준수하며 자세한 내용은 배포된 COPYING.LIB 를 참고하시기 바란다.
Trackback Address :: http://www.microstrong.pe.kr/tt/trackback/21

