搜索资源列表
code5
- 这是一个图书信息系统。这个程序可以向数据库中录入图书信息,使用不同方式查询图书信息以及删除指定的图书信息。-This is a library information system. This procedure can be input to the database library information, the use of different methods for information and library books to delete specified informatio
一个学生管理系统
- 基于ODBC的数据库模式,用MFC创建一个学生成绩管理软件。程序的实现主要在视图Cstudentview类中完成,其中可以完成的功能有:显示全部记录、增加记录、删除记录、修改记录、排序记录、查寻记录,并且在控件表格中直观的显示。-based ODBC database model, the MFC with the creation of a student performance management software. The main procedures in achieving Vie
访问SQL
- 这个程序提供了能过VC对SQL访问的功能,可以进行查询,更新等-this procedure can be provided over VC visit to the SQL functions, can query, update, etc.
dataset
- ADO.NET是.Net FrameWork SDK中用以操作数据库的类库的总称。而DataSet类则是ADO.NET中最核心的成员之一,也是各种开发基于.Net平台程序语言开发数据库应用程序最常接触的类。之所以DataSet类在ADO.NET中具有特殊的地位,是因为DataSet在ADO.NET实现从数据库抽取数据中起到关键作用,在从数据库完成数据抽取后,DataSet就是数据的存放地,它是各种数据源中的数据在计算机内存中映射成的缓存,所以有时说DataSet可以看成是一个数据容器。同时它
dy2006sqlquangongneng
- 动易2006sql全功能版 如果遇到MD5加密文件,而又不知道密码的, 请在数据库中换上这组加密的数据469e80d32c0559f8 密码就是admin888 此程序如需调试后方能使用,请您在百忙中抽出一点点时间,把调试好的程序打包发给我们。 为了您和大家都能使用到无错的代码,也为了程序的质量,请大家贡献自己的一份力量,为 创建更好的学习环境,让我们一起努力。 广告投放请与3E建站客服联系: QQ:486689 广告位置和价格请查
sql2
- SQL学习宝典2.0的使用说明: 1.在win95,win98下要安装PWS(win98安装盘里有). 2.把sql2目录设为虚拟目录。 2.在浏览器中运行http://localhost/sql2/index.asp. SQL学习宝典2.0的功能说明: 1.学习和检验SQL语句,输入SQL语句即可执行,及时显示结果。 2.assess数据库显示,显示数据库中的所有表名和所有表的记录, 包括字段类型。可以在conn.inc文件中把xx.mdb换成你自己的数据库
sc
- 三层数据配置程序 很简单,思路很清楚。 一般来说都可以看懂, delphi源码-three-tier data configuration process is very simple, very clear ideas. Generally can understand, delphi FOSS
SQLSRVENUMERATOR
- 本程序枚举SQL Server服务器.可以用它来列举出计算中所有的SQL服务器和数据库.-the procedure except to the SQL Server. Can be used to set out all the terms of SQL services Treasury devices and databases.
chap81236
- “代码”目录下的程序,需要安装SQL Server 2000,并建立起相应数据库。 各个实例的数据库文件存放在相应“建库脚本”目录下,有两种方法建立数据库。 一是在SQL Server的企业管理器中右击“数据库”节点,单击【所有任务】|【附加数据库】菜单命令, 选择相应的数据库文件(扩展名为mdf),单击【确定】按钮就可以了;另一种方法是通过SQL Server的企业管理器的恢复数据库功能, 从数据库备份文件恢复,备份文件的扩展名为bak。 -"code"
studentsql
- 文件是用VB开发的,对于初次学习者有借鉴作用,可以提高学习的效率,认真学习 ,程序作的还是比较好的-document is the development of VB for the first time be useful learners can improve the efficiency of learning, serious study, or the procedures for the better
studentsafss
- 学生成绩管理程序源码,可以用来管理学生的成绩-student performance management procedures source can be used to manage the academic performance of students
odbcEdit
- 用odbc方式访问数据库的vb程序,其中用了datdrid和文本双重连接数据源结构,可以查询删除插入等操作-using odbc way of accessing database vb procedures, There are a double datdrid and text data source linking structure, inquiries can delete, insert, etc
rentdvd
- 数据库程序,是一个DVD出租系统的源码! 能记录删除出租记录和录像带的信息-database program, is a DVD rental system source code! Records can be deleted video rental records and information
StoreProcNew
- 一般我们要根据数据库的纪录变化时,进行某种操作。我们习惯的操作方式是在程序中不停的查询表,判断是否有新纪录。这样耗费的资源就很高,如何提高这种效率,我想在表中创建触发器,在触发器中调用外部动态连接库通过消息或事件通知应用程序就可实现。而master的存储过程中最好能调用外部的动态连接库,我们在触发器中调用master的存储过程即可。本文提供了动态库与存储过程的具体实现 -we have to follow the general database records change, with
Pibazi_Client
- 元亨利贞网在线专业批八字算命程序,希望对大家有帮助,同时也希望大家都能共享自己的资源-chanting online network of professional fortune-telling charts approved procedures, we hope to help We also hope everyone can share their resources
SoftDocSystem
- 偶作的毕业设计程序,软件管理系统,采用VC++和SqlServer数据库,可作为信息管理系统开发的参考。-dual graduation for the design process, software management systems, using VC and SqlServer database. can be used as information management system developed by reference.
studentinfosystem
- 基于VB和ACCESS的成绩管理系统,此程序为毕业设计题目.采用ADO控件ADODC访问数据库并通过DATAGRID显示出来的结构.具有基本的添加查找删除等功能。涉及到多表联合查询。 文件包括info.mdb mainform.frm mainform.frx,mainform.text,moudel1.text,moude1.bas,工程1.dep,工程1.pdm,工程1.vbp,工程1.vbw,数据库作业.exe等文件。 下载解压可以运行。-VB and ACCESS on the
200591716427945
- 这个程序是一个个人考勤软件,它从系统时钟获取时间信息,只要上下班时按时在当日考勤栏内点击相应的栏目标题即可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以随意查看过去的记录,也可把记录按月打印出来.在年汇总栏内可以选择要查看或打印的月份。-the procedure is a personal appraisal software, it from the system clock access time information, If working in the day tim
SqlUnlock
- 破解加密存储过程的程序,可以还原ms sql server中加密过的存储过程。-decode the encrypted stored procedures can be reduced ms sql server over encrypted storage process.
ADOTEST111
- 我编写的用ado访问sql server2000的小程序,希望对大家在编写访问数据库时能有所帮助!-I prepared with the sql SERVER2000 ado visit the small program, and I hope to visit you in the preparation of the database can be helped!