Kylix Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
카일릭스 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
자유게시판
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

카일릭스 자유게시판
[35] [추천 2탄] SQLite databases ..
이갑연.에릭 [neoic] 3303 읽음    2002-07-21 01:16
tsqlite.zip 9.8KB 델파이용 콤포넌트..
sqlite 라는 데이타 베이스를 아시나요..

RDBMS를 사용하지 않고 간단히 sql 데이타베이스를
구축할수 있네요..

특징은

1.Implements most of SQL92.
2.A complete database (with multiple tables and indices) is stored in a single disk file.
3.Atomic commit and rollback protect data integrity.
4.Small memory footprint: less than 20K lines of C code.
5.Four times faster than PostgreSQL. Twice as fast as SQLite 1.0.
6.Very simple C/C++ interface requires the use of only three functions and one opaque structure.
7.Built and tested under Linux and Win2K.
8.Sources are uncopyrighted. Use for any purpose.


속도도 엄청 빠른것 같아요. 구조가 간단해서 그런지...

델파이에서도 사용할수 있는 유닛이 나와있네요..
함 써봐야 할것같아요.

http://www.hwaci.com/sw/sqlite/
http://www.hwaci.com/sw/sqlite/sqlite.html


+ -

관련 글 리스트
35 [추천 2탄] SQLite databases .. 이갑연.에릭 3303 2002/07/21
37     DbExpress driver for SQLite 이갑연.에릭 3943 2002/07/22
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.