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

카일릭스 자유게시판
[37] DbExpress driver for SQLite
이갑연.에릭 [neoic] 3943 읽음    2002-07-22 20:27
오늘 메일이 왔는데 DbExpress driver 를 받아보라고 하네요..
개발자버전 같은데 암튼 dbexpress도 지원을 하는군요..

http://www.bcp-software.nl/artikelen/sqlite.html


SQLite is a small footprint fast sql database engine designed for single user computers. The DbExpress driver is created by Bommeljé Crompvoets en partners and is still work in progress. Although most of it works by using a simple TSqlClientDataSet, no guarantees are made for proper working. All you do with this driver is your own responsibility and at your own risk. For questions about using SQLite please visit the home page or ask questions in the appropriate maillist.


Installation of DbxSQLite.dll in a few simple steps:

1 Locate the dbxdrivers.ini on your computer.
2 Add the following lines to it:

  [Installed Drivers]
  SQLite=1

  [SQLite]
  LibraryName=C:\....\DbxSQLite.dll
  GetDriverFunc=getSQLDriverSQLite
  VendorLib=C:\....\sqlite.dll

3 Fire up Delphi
4 Add a TSqlConnection component
5 Set the DriverName to "SQLite"
6 Open the component editor ("Edit connection properties")
7 Create a new connection and set the Database to a file
  (If you don't have a file it will be created upon connecting)
8 Create some ClientDataSet structure
  enter your SQL and build your applications

For support mail me or use the sqlite@yahoogroups.com maillist.

Notes


SQLite.Dll is required to be the version 2.6.0 for compatibility issues.
Use the SQLMonitor to see what is happening in the DbxSQLite driver.
Known Issues


Support for BCD, Blob, Bytes, Date, Double, Time, Timestamp is missing.
I need to implement an encoding back and forth the SQLite text format.
This development version is work in progress and expires after 30 days. 

+ -

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