文件名称:vc+qlite
- 所属分类:
- 数据库编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.12mb
- 下载次数:
- 1次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
文档图解vc平台上sql的基本操作,包括编译器的设置,以及sql数据库的读写修改删除等基本操作。源码编译通过可行。-Vc platform document sql diagram of basic operation, including the compiler settings, as well as the sql database to delete, such as reading and writing to amend the basic operation. Through a viable source compiler.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
vc+qlite
........\SQLiteTest
........\..........\Common
........\..........\......\CppSQLite3.cpp
........\..........\......\CppSQLite3.h
........\..........\......\sqlite3.def
........\..........\......\sqlite3.dll
........\..........\......\sqlite3.exp
........\..........\......\sqlite3.h
........\..........\......\sqlite3.lib
........\..........\ReadMe.txt
........\..........\RecordDlg.cpp
........\..........\RecordDlg.h
........\..........\res
........\..........\...\SQLiteTest.rc2
........\..........\Resource.h
........\..........\SQLiteTest.aps
........\..........\SQLiteTest.clw
........\..........\SQLiteTest.cpp
........\..........\SQLiteTest.dsp
........\..........\SQLiteTest.dsw
........\..........\SQLiteTest.h
........\..........\SQLiteTest.ncb
........\..........\SQLiteTest.opt
........\..........\SQLiteTest.plg
........\..........\SQLiteTest.rc
........\..........\SQLiteTestDlg.cpp
........\..........\SQLiteTestDlg.h
........\..........\sqlite_src
........\..........\..........\alter.c
........\..........\..........\analyze.c
........\..........\..........\attach.c
........\..........\..........\auth.c
........\..........\..........\btree.c
........\..........\..........\btree.h
........\..........\..........\build.c
........\..........\..........\callback.c
........\..........\..........\complete.c
........\..........\..........\date.c
........\..........\..........\delete.c
........\..........\..........\expr.c
........\..........\..........\func.c
........\..........\..........\hash.c
........\..........\..........\hash.h
........\..........\..........\insert.c
........\..........\..........\keywordhash.h
........\..........\..........\legacy.c
........\..........\..........\main.c
........\..........\..........\opcodes.c
........\..........\..........\opcodes.h
........\..........\..........\os.c
........\..........\..........\os.h
........\..........\..........\os_common.h
........\..........\..........\os_os2.c
........\..........\..........\os_unix.c
........\..........\..........\os_win.c
........\..........\..........\pager.c
........\..........\..........\pager.h
........\..........\..........\parse.c
........\..........\..........\parse.h
........\..........\..........\pragma.c
........\..........\..........\prepare.c
........\..........\..........\printf.c
........\..........\..........\random.c
........\..........\..........\select.c
........\..........\..........\shell.c
........\..........\..........\sqlite3.h
........\..........\..........\sqliteInt.h
........\..........\..........\table.c
........\..........\..........\tclsqlite.c
........\..........\..........\tokenize.c
........\..........\..........\trigger.c
........\..........\..........\update.c
........\..........\..........\utf.c
........\..........\..........\util.c
........\..........\..........\vacuum.c
........\..........\..........\vdbe.c
........\..........\..........\vdbe.h
........\..........\..........\vdbeapi.c
........\..........\..........\vdbeaux.c
........\..........\..........\vdbefifo.c
........\..........\..........\vdbeInt.h
........\..........\..........\vdbemem.c
........\..........\..........\where.c
........\..........\StdAfx.cpp
........\..........\StdAfx.h
........\..........\test.db
........\基于SQLite的数据库开发.doc
........\SQLiteTest
........\..........\Common
........\..........\......\CppSQLite3.cpp
........\..........\......\CppSQLite3.h
........\..........\......\sqlite3.def
........\..........\......\sqlite3.dll
........\..........\......\sqlite3.exp
........\..........\......\sqlite3.h
........\..........\......\sqlite3.lib
........\..........\ReadMe.txt
........\..........\RecordDlg.cpp
........\..........\RecordDlg.h
........\..........\res
........\..........\...\SQLiteTest.rc2
........\..........\Resource.h
........\..........\SQLiteTest.aps
........\..........\SQLiteTest.clw
........\..........\SQLiteTest.cpp
........\..........\SQLiteTest.dsp
........\..........\SQLiteTest.dsw
........\..........\SQLiteTest.h
........\..........\SQLiteTest.ncb
........\..........\SQLiteTest.opt
........\..........\SQLiteTest.plg
........\..........\SQLiteTest.rc
........\..........\SQLiteTestDlg.cpp
........\..........\SQLiteTestDlg.h
........\..........\sqlite_src
........\..........\..........\alter.c
........\..........\..........\analyze.c
........\..........\..........\attach.c
........\..........\..........\auth.c
........\..........\..........\btree.c
........\..........\..........\btree.h
........\..........\..........\build.c
........\..........\..........\callback.c
........\..........\..........\complete.c
........\..........\..........\date.c
........\..........\..........\delete.c
........\..........\..........\expr.c
........\..........\..........\func.c
........\..........\..........\hash.c
........\..........\..........\hash.h
........\..........\..........\insert.c
........\..........\..........\keywordhash.h
........\..........\..........\legacy.c
........\..........\..........\main.c
........\..........\..........\opcodes.c
........\..........\..........\opcodes.h
........\..........\..........\os.c
........\..........\..........\os.h
........\..........\..........\os_common.h
........\..........\..........\os_os2.c
........\..........\..........\os_unix.c
........\..........\..........\os_win.c
........\..........\..........\pager.c
........\..........\..........\pager.h
........\..........\..........\parse.c
........\..........\..........\parse.h
........\..........\..........\pragma.c
........\..........\..........\prepare.c
........\..........\..........\printf.c
........\..........\..........\random.c
........\..........\..........\select.c
........\..........\..........\shell.c
........\..........\..........\sqlite3.h
........\..........\..........\sqliteInt.h
........\..........\..........\table.c
........\..........\..........\tclsqlite.c
........\..........\..........\tokenize.c
........\..........\..........\trigger.c
........\..........\..........\update.c
........\..........\..........\utf.c
........\..........\..........\util.c
........\..........\..........\vacuum.c
........\..........\..........\vdbe.c
........\..........\..........\vdbe.h
........\..........\..........\vdbeapi.c
........\..........\..........\vdbeaux.c
........\..........\..........\vdbefifo.c
........\..........\..........\vdbeInt.h
........\..........\..........\vdbemem.c
........\..........\..........\where.c
........\..........\StdAfx.cpp
........\..........\StdAfx.h
........\..........\test.db
........\基于SQLite的数据库开发.doc