Location:
Search - SQLite VC
Search list
Description: 这是介绍vc控件类使用大全的,通过学习,你能够快速的领略到编程带来的乐趣-This is the type introduced vc control the use of the Encyclopaedia, through learning, you can quick taste of the fun of programming
Platform: |
Size: 1428480 |
Author: 杨文豪 |
Hits:
Description: sqlite3,编译好的dll用于VC,内部有头文件,lib文件和dll文件.将其插入vc工程可以进行sqlite的操作-sqlite3, compiled dll for the VC, head of internal documents, lib dll files and documents. will be inserted vc project to carry out the operation sqlite
Platform: |
Size: 173056 |
Author: jiaopeng |
Hits:
Description: 我收集的Sqlite的PHP模块,化费很多收间收集的,非常全面,除了可用VC编译的源代码外,还有日本、韩国、国内及sourceforge的编译版本。-I collected the PHP sqlite module, a lot of collection of fees collected, and very comprehensive, in addition to the available source code VC compiler, there are Japan, South Korea, domestic and sourceforge compiler version.
Platform: |
Size: 577536 |
Author: netxiao |
Hits:
Description: sqlite在VC下调用所需要的DLL文件,适用于VC的sqlite开发-sqlite in VC under the call of the DLL files needed for the development of VC in sqlite
Platform: |
Size: 188416 |
Author: jiaopeng |
Hits:
Description: 一个基于VC的sqlite3数据库API调用测试程序,可以参考程序理解如何通过API在VC中嵌入sqlite3-VC-based API calls the sqlite3 database testing procedures, you can understand how to reference the procedures in the VC through the API to embed sqlite3
Platform: |
Size: 1446912 |
Author: wwgddt |
Hits:
Description: 这是一个在VC下面使用sqlite数据库的简单的程序 如果有需要可以参考用一下-This is a VC use sqlite database, the following simple procedure can refer to if there is a need to use some
Platform: |
Size: 485376 |
Author: ZHOU |
Hits:
Description: Sqlite在windows下的应用,vc++源代码,例程演示了如何应用Sqlite数据库-Sqlite in windows applications under, vc++ Source code, routines demonstrate how to use sqlite database
Platform: |
Size: 642048 |
Author: 李大嘴 |
Hits:
Description: 一个对SQLite文本数据库的完美封装,别外还有包括所有SQLite支持功能的测试。-A text database SQLite perfect package, but also have other support functions, including all SQLite test.
Platform: |
Size: 3493888 |
Author: jndy |
Hits:
Description: sqlite读写VC例子,很不错,值得收藏研究!-sqlite read VC example, it is good, worthy of study collections!
Platform: |
Size: 201728 |
Author: 代华 |
Hits:
Description: sqlite大家都知道吧,一个数据库系统,该demo演示sqlite在vc下的使用.-sqlite we all know it, a database system, the demo presentation at vc under sqlite use.
Platform: |
Size: 296960 |
Author: editasp |
Hits:
Description: SQLite在VC下的使用SQLite 是用C语言编写的开源数据库,主要用于嵌入式,你也可以把它集成在自己的桌面程序中,也有人将其替代Access,用作后台数据库。-SQLite在VC下的使用
Platform: |
Size: 5120 |
Author: hxt |
Hits:
Description: SQLite在VC中的调用演示程序,SQLite是一种轻量级数据库-SQLite call in the VC in the demonstration program, SQLite is a lightweight database
Platform: |
Size: 297984 |
Author: lsd |
Hits:
Description: sample using sqlite in Vc++ with CLR
Platform: |
Size: 5120 |
Author: thor |
Hits:
Description: 用VC++ 将sqlite封装成ocx. 采用OCX可以很方便嵌入其他应用程序中.-Sqlite with VC++ will be packaged as ocx. Using OCX can be easily embedded in other applications.
Platform: |
Size: 6583296 |
Author: momo |
Hits:
Description: VC6开发
c++ sqlite
创建数据库
创建数据表
插入数据
查询数据
包含全部必要的
DLL
LIB
.H-VC6 development c++ sqlite create database to create tables of data into the data query that contains all the necessary DLL LIB. H
Platform: |
Size: 323584 |
Author: 张晓楠 |
Hits:
Description: 一个较好用sqlite管理工具,是用vc开发的,功能很强大。-A good management tool with sqlite, is vc developed very powerful.
Platform: |
Size: 921600 |
Author: 陈和 |
Hits:
Description: sqlite数据库在vc环境中使用的.h,.lib,.dll文件,在link中添加.lib文件即可使用-sqlite database for use in the vc environment. h,. lib,. dll files, add in the link. lib files can be used
Platform: |
Size: 538624 |
Author: |
Hits:
Description: 学过一段时间的WIN CE,感觉那是一个很难的东西,这里上传一个老师分享的一个东西,是关于sqlite在WINCE上的使用+vc++的,有兴趣的人看看吧!-Studies over a period of time WIN CE, feeling that it is a very difficult thing, here to upload a teacher to share one thing, is on the SQLite WINCE in the use of VC++, interested people to have a look!
Platform: |
Size: 557056 |
Author: 永华 |
Hits:
Description: 这是我在最近一段时间内学习SQLite的一些资料,有SQLite简介、SQLite的简单使用、SQLite3 C/C++ 开发接口简介(API函数)、在VC下使用SQLite等等,这些资料让我很快地入门,对我来说很有帮助,所以上传跟大家一起分享。-This is what I learn in the most recent SQLite some information About a SQLite, SQLite s simple to use, SQLite3 C/C++ programming interface profile (API functions), the VC use SQLite, etc., let me quickly the information entry, very helpful for me, so upload to share with everyone.
Platform: |
Size: 20480 |
Author: leebin |
Hits:
Description: sqlite3.7.10版本的数据库源码。可以移植到各种操作系统-This is the SQLite extension for Tcl using the Tcl Extension
Architecture (TEA). For additional information on SQLite see
http://www.sqlite.org/
UNIX BUILD
==========
Building under most UNIX systems is easy, just run the configure script
and then run make. For more information about the build process, see
the tcl/unix/README file in the Tcl src dist. The following minimal
example will install the extension in the /opt/tcl directory.
$ cd sqlite-*-tea
$ ./configure--prefix=/opt/tcl
$ make
$ make install
WINDOWS BUILD
=============
The recommended method to build extensions under windows is to use the
Msys+ Mingw build process. This provides a Unix-style build while
generating native Windows binaries. Using the Msys+ Mingw build tools
means that you can use the same configure script as per the Unix build
to create a Makefile. See the tcl/win/README file for the URL of
the Msys+ Mingw download.
If you have VC++ then you may wish to use th
Platform: |
Size: 1801216 |
Author: 杨利团 |
Hits: