Location:
Search - VB DAO
Search list
Description: 在VB中用DAO实现数据库编程-in VB DAO Database Programming
Platform: |
Size: 638187 |
Author: 阿达 |
Hits:
Description: 在VB中用DAO实现数据库编程-in VB DAO Database Programming
Platform: |
Size: 637952 |
Author: 阿达 |
Hits:
Description: vb中进行数据库编程的教程,主要是使用dao进行开发-vb for database programming guides, is mainly used for development dao
Platform: |
Size: 12288 |
Author: 温后珍 |
Hits:
Description: 这是一个小型的航空公司的管理系统,是用VB6.0编写的,里面使用DAO建立数据库,用ADO对数据库进行操作-This is a small airline management system, is used to prepare the VB6.0, DAO is used to establish a database with ADO operation of the database
Platform: |
Size: 327680 |
Author: 陈健 |
Hits:
Description: 事例介绍了19种为数据库添加新记录的方法。作为使用ADO和DAO以及SQL语句的各种操纵数据库的手段。使用注意:使用代码灵活但容易出错,直接配置控件简单但不灵活。本例中没有使用ODBC和DSN,而是用VB和ACCESS数据库通过JET连接为例子。请随便修改和使用本例,但在复制过程中请保留本例所有文件的完整性。-examples of 19 species to the database to add a new recording method. As DAO and use ADO and SQL database manipulation of the various means. Use of attention : the use of code but a flexible easy to make mistakes, direct distribution controls simple but flexible. The cases did not use ODBC and DSN, but with VB and Access database connectivity through the JET for example. Feel free to modify and use of the cases, but the replication process are requested to keep all of the cases the integrity of the document.
Platform: |
Size: 408576 |
Author: 留神 |
Hits:
Description: vb相关控件的应用,例如组合框、数据框、ADO、DAO、RDO等-vb controls related applications, such as portfolio box, data frame, ADO, DAO, RDO, etc.
Platform: |
Size: 124928 |
Author: xl |
Hits:
Description: Visual Basic学院,包括:
Visual Basic 2005中开发新一代控制台应用程序
Visual Basic程序中用ADO对象动态创建数据库和表
Visual Basic.NET实现双检锁(DCL)模式
Visual Basic编程的七个优良习惯
Visual Basic编程中的雕虫小技五则
Visual Basic数据库操作方法小结
“冲浪”靠边 Visual Basic 2005实现RSS览尽天下事
如何编写高质量的Visual Basic代码
如何在Visual Basic中使用导入API
提高Visual Basic访问数据库的效率
用Visual Basic.NET编写扑克牌游戏
用Visual Basic为软件增加注册功能
在Access数据库中实现密码管理
在Visual Basic中用DAO实现数据库编程
Visual Basic 2005打造SQLServer数据库阅读器
用Visual Basic 2005编制游戏存档修改工具
用Visual Basic 2005编程实现TCP连接实时监控
锻炼思维能力 巧用Visual Basic编写24点游戏
在Visual Basic中调用CHM帮助的几种方法
在Visual Basic 2005中使用泛型
Visual Basic 2005的重构支持之创建方法重载
Visual Basic 2005的重构支持之智能标记
用Visual Basic 2005构建反应灵敏的应用程序
在Visual Basic 2005中定制自己的异常
在Visual Basic 2005中实现VB重构
-err
Platform: |
Size: 944128 |
Author: 吴置 |
Hits:
Description: 一个关于VB能过DAO访问access数据库的教程.希望对大家有所帮助.-VB can have a visit to access the database DAO tutorial. I hope all of you to help.
Platform: |
Size: 6144 |
Author: 贾珍 |
Hits:
Description: VB/VC/C#操作数据库的代码,其中两个vc程序一个调用ADO,一个调用DAO,并且均为控制台程序,方便测试。-VB/VC/C# Operation code database, two of which a call vc procedures ADO, a call to DAO, and the console are procedures for testing.
Platform: |
Size: 3850240 |
Author: hanxiaohua |
Hits:
Description: 介绍VB数据库编程的资料,包括DAO、ADO等,包括常见问题,整理整合了多个资料-Introduction VB Database Programming, including DAO, ADO, including frequently asked questions, organize the integration of multiple data
Platform: |
Size: 88064 |
Author: john duan |
Hits:
Description: 很多个VB的数据库编程例程资料,包括ADO/DAO等编程实例-A number of VB database programming routines, including the ADO/DAO programming examples, etc.
Platform: |
Size: 9462784 |
Author: john duan |
Hits:
Description: VB实现各种方式连接数据库,包括ADO、DAO、RDO等多种方法。-VB to achieve a variety of ways to connect the database, including ADO, DAO, RDO and other methods.
Platform: |
Size: 14336 |
Author: 刘卫兵 |
Hits:
Description: VB Project with spalsh screen, image viewer, ADODC and DAO
Platform: |
Size: 20480 |
Author: Mizhar |
Hits:
Description: This a gym application that I created with VB . This App. keeps track of members, employees and inventory. This program
uses MS Access with SQL DAO.
-This is a gym application that I created with VB . This App. keeps track of members, employees and inventory. This program
uses MS Access with SQL DAO.
Platform: |
Size: 407552 |
Author: Mick |
Hits:
Description: VB做为快速应用开发(RAD)工具越来越得到开发人员的认可和接受。它对许多API(如ODBC API、SOCKET API等等)的封装使得编程变得简单起来。同时,它支持集成开发环境下的可视化、事件驱动、面向对象等编程特点。下面,我们谈谈在VB中调用存储过程的实现方法及其注意事项。
---- 我们知道,VB的数据库编程有许多种方法,比如直接用ODBC API编程,这种方法灵活、高效,程序员可以实现对数据库复杂的控制;也可以用VB中的数据对象,如RDO(远程数据对象)、DAO(数据访问对象)、ADO(ActiveX 数据对象),这种方法实现起来方便、快捷,但灵活性较差一些。由于存储过程在实现数据封装、隐藏以及代码的预编译、减少网络负载、维护方便等优点,所以被许多RDBMS和编程工具做支持。VB中的各类数据对象也提供对存储过程的支持。-savewithdatathroughvisualbasic
Platform: |
Size: 2048 |
Author: zyk |
Hits:
Description: 实用的工会会员管理系统
DAO+ACCESS+QR-Practical management system for union members DAO+ ACCESS+ QR
Platform: |
Size: 362496 |
Author: jiang |
Hits:
Description: 本例使用VB的数据库引擎DAO,创建数据库结构。示例中创建了一个通讯录的数据库结构。-This example uses the database engine VB DAO, create the database structure. Example, create a directory structure of the database.
Platform: |
Size: 153600 |
Author: homeland |
Hits:
Description: 本例使用VB的数据库引擎DAO,创建数据库结构。
示例中创建了一个通讯录的数据库结构。 -This example uses the database engine VB DAO, create the database structure. Example, create a directory structure of the database.
Platform: |
Size: 220160 |
Author: |
Hits:
Description: 6通道数据采集,用VB编写的,连上数据采集卡可以直接运行,界面一般,但是够用-6-channel data acquisition, written in VB, and can be run directly connected to the data acquisition card, the interface is in general, but good enough
Platform: |
Size: 112640 |
Author: jiao |
Hits:
Description: 数据库连接通用模块,三种方式连接 ADO DAO RDO-Database Connectivity Universal module are three ways to connect ADO DAO RDO
Platform: |
Size: 44032 |
Author: meizhen |
Hits: