登录
首页 » 数据结构 » vb6 访问access技术 适合初学者调试学习

vb6 访问access技术 适合初学者调试学习

于 2022-02-22 发布 文件大小:726.05 kB
0 132
下载积分: 2 下载次数: 1

代码说明:

vb6 访问access技术 适合初学者调试学习-VB6 visit debug access technique is suitable for beginners to learn

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个计算逻辑表达式的程序,是化计算机组成课实习的作业...
    一个计算逻辑表达式的程序,是结构化计算机组成课实习的作业-a logical expression calculation procedures, the structure is composed of computer training classes operations
    2022-03-11 19:27:59下载
    积分:1
  • 该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计...
    该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计算出每个活动的最早开始时间,最迟开始时间和全工程可以完成的最早时间,并找出关键路径和关键活动。-the program can achieve the functional, if a circuit map activities can not be calculated critical path, that is a judgment to resolve the feasibility of the project. Right through the importation of construction activities, we can establish arbitrary judgment AOE network. The network for the importation can be calculated for each of the earliest start time, the latest starting time and the entire project will be completed in the first time, and identify key and critical path activities.
    2022-02-28 12:58:50下载
    积分:1
  • 四则运算实现,这个算法是用C语言实现的,算法程序代码明确易懂。...
    四则运算实现,这个算法是用C语言实现的,算法程序代码明确易懂。-four Operators realize that this algorithm is used to achieve the C language, the algorithm code clear and understandable.
    2022-06-15 16:25:28下载
    积分:1
  • use of this procedure is jdbc
    这个程序是使用jdbc-odbc访问access数据库的实例-use of this procedure is jdbc- odbc visit examples of database access
    2022-07-17 17:39:17下载
    积分:1
  • OCI(Oracle Call Interface)是ORACLE公司开发的一个应用程序开发工具,是一个通过访问Oracle库的服务器,控制各类SQL语句的...
    OCI(Oracle Call Interface)是ORACLE公司开发的一个应用程序开发工具,是一个通过访问Oracle数据库的服务器,控制各类SQL语句的执行,进而创建应用程序的的应用程序接口(API)。它支持SQL所有的数据定义,数据操作,查询,事务管理等操作,支持C和C++的数据类型,调用,语法和语义。它提供了一组可对Oracle数据库进行存取的接口子例程(函数)。 OCI程序实质上就是用高级语言写的程序,其特点是内部含有对OCI子函数库的调用,通过在第三代程序设计语言(如C语言)中进行调用可达到存取ORACLE数据库的目的。 本工程包含一个简单的oci封装,封装oci的基本操作,日常开发中对速度要求比较高而ado和普通的odbc方法满足不了要求的情况下可以考虑使用-OCI (Oracle Call Interface) was developed by an ORACLE application development tool, one by accessing the Oracle database server and control the implementation of various types of SQL statements, thereby creating the application s application program interface (API). It supports all SQL data definition, data manipulation, query, transaction management, operation, support C and C++, data types, call, syntax and semantics. It provides a set of Oracle database can access the interface sub-routines (functions). OCI program in essence is to use high-level language to write programs, characterized by an internal subroutine library that con
    2023-05-23 00:55:03下载
    积分:1
  • Self
    自制C语言贪食蛇小游戏,里面包含两个文件,一个是源程序,一个是图形化驱动,只要两个文件放在一个目录下即可运行,语句简单易懂-Self-made C-Snake game, which contains two files, one source, one is graphical driver, as long as two files in a directory to run, easy to understand statements
    2022-07-19 00:09:57下载
    积分:1
  • 1.定义线性表的链式存储 2.在线性表的链式存储上,编写函实现链表的初始化,插入、删除,输出、销毁等算法。...
    1.定义线性表的链式存储结构 2.在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。-1. The definition of a linear form chain storage structure 2. Online sex store chain structure of the table, write a function to achieve the initialization list, insert, delete, export, destruction algorithm.
    2023-02-08 10:00:04下载
    积分:1
  • SQL库基本操作源码
    步骤1:创建computer.mdb数据库,查找其中的CPU表,并将上市时间介于2009-1-1到2009-12-31的所有CPU产品按表格形式输入; 步骤2:访问computer.mdb数据库,查找其中的CPU表,并将上市时间介于2009-1-1到2009-12-31的所有CPU产品按表格形式输出; 步骤3:使用"Dim objAdapt As New OleDbDataAdapter(strcmd,objCon)"创建了DataAdapter对象; 步骤4:SQL查询命令实现对computer.mdb数据库中的显示器表进行查询,支持用户按显示器的常见属性如“型号”、“供应商ID”、“品牌类别ID”、“尺寸”、“分辨率”“单价”等进行检索。 步骤5:自定义类Book、Publication,并在page_load过程中引用了Book和Publication类中的成员; 步骤6:关闭数据库; 附SQL求自然对数小程序。
    2023-07-04 06:10:03下载
    积分:1
  • 中关于十字链表的实现,十字链表可以很好的对稀疏矩阵进行效率很高的存储和计算。比如在通信纠错编码的ldpc编译码中就要用到这种...
    数据结构中关于十字链表的实现,十字链表可以很好的对稀疏矩阵进行效率很高的存储和计算。比如在通信纠错编码的ldpc编译码中就要用到这种数据结构-data structure on the realization of Chain Cross, Cross List can be good for sparse matrix highly efficient storage and computing. For example, in communications-correction coding ldpc encryption it is necessary to use this data structure
    2022-02-01 10:20:09下载
    积分:1
  • 读入一个文本,转换成矩阵。
    读入一个文本数据,转换成矩阵。 -Reading into a text data, conversion into a matrix.
    2022-02-22 05:14:42下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载