Welcome![Sign In][Sign Up]
Location:
Search - sqlite3 VC

Search list

[ADO-ODBCsqlite_res

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: 173720 | Author: jiaopeng | Hits:

[ADO-ODBCsqlite3_demo_test

Description: 一个基于VC的sqlite3数据库API调用测试程序,可以参考程序理解如何通过API在VC中嵌入sqlite3
Platform: | Size: 249508 | Author: wwgddt | Hits:

[ADO-ODBCsqlite_res

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:

[ADO-ODBCsqlite3_demo_test

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:

[ADO-ODBCDB

Description: 实现在vc6.0下如何与数据库SQLITE3想关联以及基本数据库操作-Vc6.0 how to achieve at SQLITE3 want associated with the database and basic database operations
Platform: | Size: 1523712 | Author: 霍丽丽 | Hits:

[Other Databasessqlitemaster

Description: 一个简单的sqlite3 vc 调用(回调函数方式)-sqlite_exec call_back select* from sqlite_master look table info
Platform: | Size: 460800 | Author: xbdcbd | Hits:

[ADO-ODBCCppSQLite_1_4_demo_and_src

Description: 这个程序用来操作SQLite3的数据库,经过本人使用,感觉非常方便。对于经常需要使用VC,C++等语言开发又需要保存数据的朋友非常有用。-This procedure is used to operate SQLite3 databases through the use of I feel very convenient. For the frequent need to use the VC, C++ and other language development also need to store data in a friend very useful.
Platform: | Size: 158720 | Author: houjingshan | Hits:

[ADO-ODBCVC_SQLITE

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:

[ADO-ODBCsqlite3

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:

[ADO-ODBCsqlite3_lib

Description: vc++ sqlite3 静态库,可静态编译-vc++ sqlite3 static library can be statically compiled
Platform: | Size: 888832 | Author: diy20500 | Hits:

[Other DatabasesSQLite-Summary

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:

[Other Databasessqlite-autoconf-3071000.tar

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:

[File OperateSqliteTool_bak7

Description: 利用VC开发的SQLITE3的配置工具。支持单记录和EXCEL批处理操作。-VC SQLITE3 TOOL EXCEL
Platform: | Size: 2403328 | Author: yan | Hits:

[ADO-ODBCUsingSQLite

Description: 用嵌入式数据库SQLite3.0的例程,在VS2003下调试通过。-This is example for using SQLite 3.0 in VC++.It have been debugged in Microsoft Visual Studio 2003.
Platform: | Size: 7710720 | Author: 周炳莹 | Hits:

[Windows DevelopSkillsSummary

Description: 纯个人兴趣开发。 VS插件 安装位置:自行拷贝至 \My Documents\Visual Studio 2008\Addins 目录下 开发环境:VC++2008 代码库管理:将自己平时总结的信息保存至sqlite3数据库,通过菜单调用查看等。 该插件不够完善,部分功能没有开发完成。但是不影响使用。 使用sqlite3数据库,不支持加密。如果需要密码支持,可以自行下载或修改sqlite3加密版(网上有加密的版本,请自行搜索) 部分功能不够完善,可自行完成或不予理会。 对该代码有修改,可以将修改后的副本发到代码中指定的邮箱里(不是必须)。-Development of purely personal interest. VS plug-in installation location: copy itself to \ My Documents \ Visual Studio 2008 \ Addins directory development environment: VC++2008 code base management: summary of the information she usually kept to a sqlite3 database, using the menu call, and much more. The plug-in is not perfect, part of the feature is not developed. But does not affect use. Using the sqlite3 database, does not support encryption. If you need password support, you can download or modify its own version of sqlite3 encryption (the Internet with an encrypted version of your own search) part of the function is not perfect, self-completed or ignored. To amend the code can be sent to the modified copy of the mailbox specified in the code (not required).
Platform: | Size: 1223680 | Author: | Hits:

[Windows DevelopvcPP-APP_CODE_15

Description: 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 暴风压力测试2010(V7.0)源码.RAR 超级下载.zip 窗体透明、窗体上控件和DC绘图不透明.rar 大型多媒体视频会议服务器端和客户端源码VC.zip 带加密功能的SQLite3.3.6封装类 .rar 点对点多线程断点续传软件《传圣》源代码.rar 断点续下.zip 多个VC++加密解密算法库(CRYPT++).zip 多任务多线程断点续传DLL.rar 多线程查找文件(功能增强版).zip 多线程高速文件搜索程序源码.rar 多线程文件下载.rar 发一个界面库skin#全集合.zip 仿360杀毒软件界面源码.rar 仿QQ2011界面的源码.rar 仿QQ、MSN信息提示窗口.rar 仿QQ和飞秋的局域网聊天程序(文件+语音).zip 基于CDialogBar的IE多标签栏的实现.rar 基于IE内核的多进程浏览器Raptor.zip 极速FTP客户端程序(VC++版).rar 截屏mfc和dll程序.rar 精美挂机锁源码 .rar 枚举进程 系统监视.zip 媒体播放器.rar 闹钟软件V1.0 (带VC++源码).rar 能弹出复选框组合列表的combobox.rar -Independent package, extract, containing a large number of source, collected from the Internet. A total of 10 a few packs of each package of dozens of megabytes. The contents of the package: xml.zip Storm stress test 2010 (V7.0) source. RAR Super download. Zip Transparent form, form controls, and DC drawing opaque. Rar Large multimedia video conferencing server and client source code VC.zip With encryption function SQLite3.3.6 wrapper class. Rar Chuan-sheng of the point-to-point multi-threaded HTTP software source code. Rar Breakpoint under. Zip Multiple VC++ encryption and decryption algorithm library (CRYPT++). Zip Multi-tasking multi-threaded HTTP DLL.rar Multithreaded find files (Enhanced Edition). Zip Multi-threaded high-speed file search program source code. Rar Multi-threaded file download. Rar The hair an interface library skin# full set. Zip Imitation 360 anti-virus software interface source code. Rar The imitation QQ2011 interface source code. Rar Imitation
Platform: | Size: 49527808 | Author: 李东波 | Hits:

[ADO-ODBCsqlite3-class-for-vc

Description: 纯C++ sqlite封装类,有静态库和源代码。在VS在编译通过,wince平台下使用已久,稳定快速,没有问题。 -Sqlite3 class for nature C++。fast and bistable。
Platform: | Size: 713728 | Author: 杰哥 | Hits:

[Other DatabasesSQlite3.5.7-VC(NEW)

Description: 这是SQLite的最新版的VC封装源码,功能很全,可以编译为VB、Delphi等调用-This is the latest version of the VC SQLite package source
Platform: | Size: 2576384 | Author: 音乐虫子 | Hits:

[SQL Serversqlite-amalgamation-3_6_21

Description: sqlite3 VC编程数据库文件,请大家参考-sqlite3, VC++ database files
Platform: | Size: 1081344 | Author: lixinxin | Hits:

[Windows Developsqlite3

Description: sqlite3封装成一个类,使用非常方便,WinCE下也可以使用(SQLite3 packaged into a class, very convenient to use, WinCE can also be used)
Platform: | Size: 368640 | Author: Along822 | Hits:
« 12 »

CodeBus www.codebus.net