当前位置:
首页 资源下载
搜索资源 - sqlite3 for delphi
搜索资源列表
-
0下载:
对SQLite3 简单的封闭,结构类似Delphi中ADODB的封装,所以数据库能够很容易的在嵌入式和C/S架构中切换-This is a small class wrapper for SQLite3. It is structured similar to an ADODB class wrapper that I m using, so I can easily switch between an embedded database and a client/server database
-
-
0下载:
最新版本的sqlite封装for delphi-The latest version of sqlite package for delphi
-
-
0下载:
A Delphi wrapper for the freeware/opensource sqlite3 dll which could be kept simple because it does not implement Delphi s TDataset interface.
-
-
0下载:
Simplified interface for SQLite. It needs a sqlite3.dll with it
-
-
0下载:
SQLite3-based database framework, with full source code for Delphi. User Interface generation, ORM persistency.
-
-
0下载:
封装了sqlite3 数据库用法的delphi 类-delphi source code for sqlite3 db
-
-
0下载:
SQLiteWrapper.pas : A Delphi Class Interface to the SQLite3.dll Database Engine-SQLiteWrapper.pas : A Delphi Class Interface to the SQLite3.dll Database Engine
The Database
Creating a TSQLiteDatabase object gives you access to your datab
-
-
1下载:
Delphi使用连接SQLite上例子,n ASGSqlite set the correct declaration:
// enable this if you want to link the SQLite library statically. (No need for dll)
{.$DEFINE SQLite_Static}
The most actual obj files needed for linking can be downloaded the down
-