-
VC ADO programming package type VC ADO common database operations using the VC A...
VC编程封装ADO类 VC中利用ADO共同实现数据库的操作 在VC中使用ADO开发数据库应用程序 用C++访问SQLServer2000的实例-VC ADO programming package type VC ADO common database operations using the VC ADO database application development using C visit examples of CRM
- 2022-05-31 08:42:18下载
- 积分:1
-
下载后,要在F盘目录下建立“我输出的工程”程序才可运行!...
下载后,要在F盘目录下建立“我输出的工程”程序才可运行!-download, in the F disk directory to establish "I output of the project" procedures before running!
- 2022-08-21 15:40:50下载
- 积分: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
-
动态查询组件 可以自定义查询内容和字段
字段可以直接从GRID中获取...
动态查询组件 可以自定义查询内容和字段
字段可以直接从GRID中获取-Dynamic query component can customize the query fields and fields can be obtained directly from the GRID
- 2023-02-11 18:40:03下载
- 积分:1
-
成绩管理系统完整实现,包括数据库,可作学士毕业设计
成绩管理系统完整实现,包括数据库,可作学士毕业设计-performance management system to achieve complete, including database and can be used for design graduate degree
- 2022-01-28 22:56:40下载
- 积分:1
-
Visual Basic goods delivery logistics system
Visual Basic货物配送物流系统-Visual Basic goods delivery logistics system
- 2022-08-23 09:47:35下载
- 积分:1
-
SQL 学生管理系统 SQL 学生管理系统
SQL 学生管理系统 SQL 学生管理系统-SQL
- 2022-09-05 01:40:03下载
- 积分:1
-
shopping mall management system, still feel good with, I hope, we can support
商城购物管理系统,感觉还是很好用 的,希望大家多多支持-shopping mall management system, still feel good with, I hope, we can support
- 2022-03-06 08:00:13下载
- 积分:1
-
Enterprise Management System Memorandum, sql server 2000 database to create a sc...
企业备忘录管理系统,sql server 2000下数据库创建脚本-Enterprise Management System Memorandum, sql server 2000 database to create a script under the
- 2022-05-25 03:59:44下载
- 积分:1
-
众所周知,软件开发离不开对数据的访问。数据访问在整个软件开发的三层构架中属于数据层,是其它两层的基础。没有了它,存储的数据变的毫无意义。与此同时,数据访问的效率...
众所周知,软件开发离不开对数据的访问。数据访问在整个软件开发的三层构架中属于数据层,是其它两层的基础。没有了它,存储的数据变的毫无意义。与此同时,数据访问的效率将直接影响到软件的质量。一个数据访问缓慢的系统是客户无法容忍的。一个好的系统必然有一个高效的数据访问方法。由此可见,数据访问在软件开发过程中是非常重要的。如果能统一对数据的访问方法,那么一切有关数据访问方面的问题都可以得到解决。我的系统将可以面向所有的数据源,甚至是未来将会出现的数据源。 预期结果 实现对SQLServer,ODBC,OLEDB数据源以及工业中的Citect,IFix监控软件数据源的统一访问。 开发环境: Microsoft Windows2000开发平台 开发工具: Microsoft Visual C++.NET 数据源: Microsoft SQLServer2000,Citect,Ifix,ODBC 文件说明: DAServer2.dll是一个统一数据访问平台。提供OLEDB标准接口。用户可对其进行访问。 SQLServerProvider.dll是针对SQLServer数据源的提供程序。 config.ini是系统配置文件。- Data access in the entire software development framework is a three-tier data layer, the other is a two-tier basis. Without it, the data storage change meaningless. Meanwhile, the efficiency of data access will directly affect the quality of the software. A slow data access system is the customer can not be tolerated. A good system will be an efficient data access methods. This shows that access to data in the software development process is very important. If reunification of data
- 2022-08-07 12:26:37下载
- 积分:1