-
SQL Server 数据库结构查看程序(VC源码)(2[1].1).zip
SQL Server 数据库结构查看程序(VC源码)(2[1].1).zip-SQL Server database structure View (VC FOSS) (2 [1] .1). Zip
- 2022-03-06 09:11:27下载
- 积分:1
-
in VB DAO Database Programming
在VB中用DAO实现数据库编程-in VB DAO Database Programming
- 2022-05-17 07:47:47下载
- 积分:1
-
Delphi Programming. SQL database to be used to conduct inquiries.
Delphi Programming. 把SQL利用进行对数据库的查询。-Delphi Programming. SQL database to be used to conduct inquiries.
- 2022-01-26 01:48:20下载
- 积分:1
-
从数据库中读取数据进行图形显示, 需要MSChart OCX
从数据库中读取数据进行图形显示, 需要MSChart OCX-read from the database data graphics, the need Upstream OCX
- 2023-01-01 10:40:14下载
- 积分:1
-
软件采用以下控制:1.vclskin.v2.68 raize_components_v3.0.1 2…
软件用到了以下的控件:
1.Vclskin.v2.68
2.Raize_Components_v3.0.12_D9765
主要的作用是:
计算单位内部每个月内的各个科室按照月份排序的科室的可分配的人员工资。
系统内只设定了两类人员的分配方式。
有兴趣的朋友可以一起研究一下。-software uses the following controls : 1.Vclskin.v2.68 2.Raize_Components_v3.0.12_D9765 main role is to : Internal monthly calculation of the various sections of the order in accordance with sections of the distribution of wages. Within only two types of set the pattern. Interested friends can work together to study this.
- 2023-05-14 09:55:03下载
- 积分:1
-
对于一个单位的人员库,提供由姓名生成姓名首字符功能,并提供首字符的简单应用示例。本功能用于一些特殊的场合,但很好用。不需要记住职工的工号,用两三个字母即可实现输...
对于一个单位的人员库,提供由姓名生成姓名首字符功能,并提供首字符的简单应用示例。本功能用于一些特殊的场合,但很好用。不需要记住职工的工号,用两三个字母即可实现输入。(原创)-units for a pool, provide the names generated by the first names of characters function, and provide the first character of the simple application example. The function for some special occasion, but is useful. Employees do not need to remember the workers, with 23 alphanumeric input can be realized. (Original)
- 2023-05-15 00:05:03下载
- 积分:1
-
首先概要的论述了数据库的有关知识与现状。之后,对当代计算机数据库技术的现状,尤其是对关系型数据库作了系统的描述。在此基础上,论文重点对数据库的开发环境 ― Mi...
首先概要的论述了数据库的有关知识与现状。之后,对当代计算机数据库技术的现状,尤其是对关系型数据库作了系统的描述。在此基础上,论文重点对数据库的开发环境 ― Microsoft Visual FoxPro 6.0 作了详细的介绍,然后,对开发一个小型的现代流通企业综合管理系统所用到的语句、函数、对象进行了详细的阐述。最后,结合自己编写的现代流通企业综合管理系统,给出了完整的、可实际使用的数据库管理系统。并给出了该系统的使用方法和设计方法。-First of all, discusses the outline of the knowledge database with the status quo. After the computer database of contemporary technology, the status quo, especially for relational database systems were described. On this basis, the thesis focused on the database development environment- Microsoft Visual FoxPro 6.0 gave a detailed introduction, and then, on the development of a small-scale circulation enterprises of modern integrated management system used by the statement, function, object described in detail. Finally, the combination of their modern distribution companies to prepare an integrated management system, are given complete, the actual use of the database management system. And gives the system the use of methods and design methods.
- 2022-01-22 04:35:55下载
- 积分:1
-
ACCESS资料压缩源码,详见压缩档,请启动DELPHI后,引入comobj,然后复制本程序源程序即可....
ACCESS资料压缩源码,详见压缩档,请启动DELPHI后,引入comobj,然后复制本程序源程序即可.-ACCESS data compression source, as detailed in the tarball, please start Delphi, the introduction comobj and then copy the source of the present procedures can be.
- 2022-08-08 07:25:02下载
- 积分:1
-
本同学录系统演示地址: http://class.19870123.cn/
下载后请在Web.Config里更改设置,如数据库路径等
如果要换sq...
本同学录系统演示地址: http://class.19870123.cn/
下载后请在Web.Config里更改设置,如数据库路径等
如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可
public class MyPage : LeeHom.Web.UI.SqlPage
{
}
public class MyMasterPage : LeeHom.Web.UI.SqlMasterPage
{
}
并在Web.Config里设置数据库为SqlServer
Sql的执行语句在App_Data下DataBase.sql
后台管理:http://网址/admin/
默认管理员:admin 密码:admin
可注册一个新用户后设置新用户为管理员后删除admin用户-demonstration of the website address : http :// class.19870123.cn/downloading please Web.Config Lane Change settings , such as databases, etc. If they took the path sql database I would be grateful if the app_code Lane MyPage.cs code can be replaced by the following public class MyPage : LeeHom.Web.UI.SqlPage () public class MyMast erPage : LeeHom.Web.UI.SqlMasterPage () and Web.Confi g Lane SqlServer database for the implementation of SQL statements under the App_Data DataB ase.sql background Management : http:// website/admin/default administrator : admin Password : admin can register a new user after
- 2022-01-24 18:03:38下载
- 积分:1
-
本程序是设计一个通讯录,使其具有简单的数据库功能,如插入,删除,修改等实际应用功能。VC++和ODBC是用于创建数据库程序很好的工具,就快速开发和使用简便而言,...
本程序是设计一个通讯录,使其具有简单的数据库功能,如插入,删除,修改等实际应用功能。VC++和ODBC是用于创建数据库程序很好的工具,就快速开发和使用简便而言,这两个工具是最好的选择。所以我选用ODBC来进行数据库程序的开发。-this program is to design a directory, it will have a simple database functions, such as the insertion, deletion, modification and other practical applications. VC and ODBC database is used to create procedures good tools, rapid development and easy to use, the two tools is the best option. I chose to ODBC database development.
- 2022-12-06 13:25:03下载
- 积分:1