资源列表
修改更新数据示例
- vb编写的用来修改数据的小程序,练习一下vb中的数据组件-vb prepared by the revised data for a small procedure, practice vb components of the data
databasemanage
- 一些简单的数据库操作举例。非常适合初学者-Some simple database operations, for example. Very suitable for beginners
VC_programming_using_ADO_delete_records_database_i
- VC编程使用ADO在数据库中删除记录实例VC programming using ADO delete records in the database instance-VC programming using ADO delete records in the database instance
shopping-chapter8
- 商场VIP消费管理系统 版权所有,未经授权,不得擅自复制,作者保留所有权利。 1.本系统开发环境 (1)操作系统:win2k。 (2)数据库:Access。 (3)编译器:j2sdk-1_4_1_02-windows-i586.exe。 -malls VIP consumption Copyright Management System, without authorization, will be allowed to copy, the author All righ
MFCuseADO-visitdata
- 讲述在MFC中如何使用ADO在数据库中访问记录-MFC how to use ADO to access records in the database
E01.ZIP
- 本例介绍如何在VC中实现动态加载ODBC数据源。-how the cases in VC dynamic loading ODBC data source.
ADOPDataGrid
- 在VB中使用ADO+DataGrid操作数据库-Operation of the using ADO+ DataGrid
VCPPADO
- 本人使用VC++使用ADO访问读取数据库中记录,方法实践-I use VC++ to use ADO to access to read the database record practice
sql.trading.system.
- sql贸易系统设计经典代码sql trading system design classic code -sql trading system design classic code
mygsglxxxt
- 贸易公司信息管理系统vb+sql 1.将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。-Information Management System for Trading Company vb+ sql 1. Subdirectory will be copied to each item on your ha
migong
- 一、 实验目的: (1) 熟练掌握链栈的基本操作及应用。 (2) 利用链表作为栈的存储结构,设计实现一个求解迷宫的非递归程序。 二、实验内容: 【问题描述】 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 【基本要求】 首先实现一个链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,