搜索资源列表
SQLitePass_0.51_Sources
- SQLitePass is a simple set of components designed for Lazarus , Free Pascal Compiler and Delphi, to give access to SQLite databases. Tested with Lazarus 0.9.29 - FPC 2.4.x under Windows XP and 7- Linux/Unbuntu 10.04 - Delphi 4 - 6 - 7 - 2009 - 2010
sqlite3-using-summary
- sqlite提供的是一些C函数接口,你可以用这些函数操作数据库。通过使用这些接 口,传递一些标准 sql 语句(以 char * 类型)给 sqlite 函数,sqlite 就会为你操作数据库。sqlite 跟MS的access一样是文件型数据库,就是说,一个数据库就是一个文件,此数据库里可以建立很多的表,可以建立索引、触发器等等,但是,它实际上得到 的就是一个文件。备份这个文件就备份了整个数据库。sqlite 不需要任何数据库引擎,这意味着如果你需要 sqlite 来保存一些用户数据,