搜索资源列表
VCPPDBF
- 用VC++写的读取小型数据库文件DBF文件的程序,已编译通过,方便实用。-With VC++ to write a small database file DBF file reading program, compiled by, convenient and practical.
AccesstoXML
- 用vb.net写的把access转为xml文件的源代码。为自己亲手创作。有的下载网站已提供下载。如果要看编译好的程序,在网上搜索“access数据库生成xml文件”即可找到。-Using vb.net write access to xml document to the source code. For their own creative hands. Some download sites have been available for download. If the compiler
diary
- VC++写的日记本程序及源代码,直接在VC6.0下编译即可,自带数据库,小巧实用,可以记录日记,随时保存,还可以查询某年某天的历史日记。程序虽然简单,但挺好用。-VC++ to write the diary of the procedures and source code, directly under the VC6.0 compiler can simply bring their own database, compact and practical, the diary can be
diary
- VC++写的日记本程序及源代码,直接在VC6.0下编译即可,自带数据库,小巧实用,可以记录日记,随时保存,还可以查询某年某天的历史日记。程序虽然简单,但挺好用。-VC++ to write the diary of the procedures and source code, directly under the VC6.0 compiler can simply bring their own database, compact and practical, the diary can be
savewithdatathroughvisualbasic
- VB做为快速应用开发(RAD)工具越来越得到开发人员的认可和接受。它对许多API(如ODBC API、SOCKET API等等)的封装使得编程变得简单起来。同时,它支持集成开发环境下的可视化、事件驱动、面向对象等编程特点。下面,我们谈谈在VB中调用存储过程的实现方法及其注意事项。 ---- 我们知道,VB的数据库编程有许多种方法,比如直接用ODBC API编程,这种方法灵活、高效,程序员可以实现对数据库复杂的控制;也可以用VB中的数据对象,如RDO(远程数据对象)、DAO(数据访问对象)、