CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - .net SQL
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - .net SQL - List
[
Button control
]
NETTransactions
DL : 0
NET的事务控制 在分布式应用程序中,不可避免地会经常使用到事务控制。事务有一个开头和一个结尾,它们指定了事务的边界,事务在其边界之内可以跨越进程和计算机。事务边界内的所有资源都参与同一个事务。要维护事务边界内资源间的一致性,事务必须具备 ACID 属性,即原子性、一致性、隔离性和持续性。 本地事务和分布式事务 -------------------- 本地事务是其范围为单个可识别事务的数据资源的事务(例如,Microsoft SQL Server 数据库或 MSMQ 消息队列)。例如,当单个数据库系统拥有事务中涉及的所有数据时,就可以遵循 ACID 规则。在 SQL Server 的情况下,由内部事务管理器来实现事务的提交和回滚操作。-NET Services in distributed control applications, will inevitably be used to control affairs. Services have a beginning and an end, they have designated border affairs, in its affairs within the borders across process and computers. Services within the borders of all resources involved with a transaction. Services to protect the resources within the borders of consistency, the Panel must possess ACID properties, that is, atomicity, consistency, isolation and sustainability. Local Affairs and the Distributed Transaction -------------------- domestic affairs of its range of single - Services could be the identification of resources data services (for example, Microsoft SQL Server database or MSMQ Message Queue). For example, when a single database system with affairs involving all the data,
Date
: 2008-10-13
Size
: 4.47kb
User
:
name
[
Button control
]
welcome_qywzxm
DL : 0
Dotnet版1.0(C#+Sql server) 介绍: 1.基于微软.net framework 1.1架构,C#+sql server 2.新闻发布系统 3.产品发布系统 4.人才招聘发布 5.企业留言系统 6.公司介绍内容 7.其它内容 安装说明: 1.首先将DB文件夹下数据库文件附加到sqlserver数据库服务器 2.修改webconfig文件为您的数据库连接信息!
Date
: 2008-10-13
Size
: 1.78mb
User
:
快乐
[
Button control
]
19870123class
DL : 0
本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可 #if(false) //如果是Access数据库请把这儿改为#if(true) 否则改为#if(false) public class MyPage : LeeHom.Web.UI.OlePage { } public class MyMasterPage : LeeHom.Web.UI.OleMasterPage { } #else public class MyPage : LeeHom.Web.UI.SqlPage { } public class MyMasterPage : LeeHom.Web.UI.SqlMasterPage { } #endif Sql的执行语句在App_Data下DataBase.sql 后台管理:http://网址/admin/ 默认管理员:admin 密码:admin 可注册一个新用户后设置新用户为管理员后删除admin用户 由于本人学习.net只有半年多,所以做出来的作品在代码上有些乱,有可能存在不少bug 如果有什么bug或是好的意见,希望大家给我发说明一下. 我的邮箱地址是:dotnetlee@qq.com 或到 http://www.19870123.cn/ 留言 同时,本系统使用的类库请在 http://www.19870123.cn/?tid=157 下载 说明文档在 http://doc.19870123.cn/
Date
: 2008-10-13
Size
: 463.91kb
User
:
快乐
[
Button control
]
NetHelp
DL : 0
此帮助系统基于visual studio 2005 + Sql 2000制作。 运行环境:.net framework 2.0,IIS 5.0+,IE5.5+ 使用说明:先将此文件下面的HELP还原到数据库中。 更改WEB.config里面的数据库联接参数。 配置IIS。即可使用。 初始帐号:admin 初始密码:admin888 后台登录地址/admin/login.aspx 前台浏览地址/help.html 制作人:DengXi QQ:6458450,Email:qwsf01115@163.com
Date
: 2008-10-13
Size
: 967.88kb
User
:
快乐
[
Button control
]
cn700_vc45888224441
DL : 0
软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等 程序中有几个BUG还没解决, 实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 //====================================================================== 程序还用了Active Skin 对程序进行了换肤
Date
: 2008-10-13
Size
: 967.87kb
User
:
xiaomin
[
Button control
]
NETTransactions
DL : 0
NET的事务控制 在分布式应用程序中,不可避免地会经常使用到事务控制。事务有一个开头和一个结尾,它们指定了事务的边界,事务在其边界之内可以跨越进程和计算机。事务边界内的所有资源都参与同一个事务。要维护事务边界内资源间的一致性,事务必须具备 ACID 属性,即原子性、一致性、隔离性和持续性。 本地事务和分布式事务 -------------------- 本地事务是其范围为单个可识别事务的数据资源的事务(例如,Microsoft SQL Server 数据库或 MSMQ 消息队列)。例如,当单个数据库系统拥有事务中涉及的所有数据时,就可以遵循 ACID 规则。在 SQL Server 的情况下,由内部事务管理器来实现事务的提交和回滚操作。-NET Services in distributed control applications, will inevitably be used to control affairs. Services have a beginning and an end, they have designated border affairs, in its affairs within the borders across process and computers. Services within the borders of all resources involved with a transaction. Services to protect the resources within the borders of consistency, the Panel must possess ACID properties, that is, atomicity, consistency, isolation and sustainability. Local Affairs and the Distributed Transaction-------------------- domestic affairs of its range of single- Services could be the identification of resources data services (for example, Microsoft SQL Server database or MSMQ Message Queue). For example, when a single database system with affairs involving all the data,
Date
: 2026-01-10
Size
: 4kb
User
:
name
[
Button control
]
welcome_qywzxm
DL : 0
Dotnet版1.0(C#+Sql server) 介绍: 1.基于微软.net framework 1.1架构,C#+sql server 2.新闻发布系统 3.产品发布系统 4.人才招聘发布 5.企业留言系统 6.公司介绍内容 7.其它内容 安装说明: 1.首先将DB文件夹下数据库文件附加到sqlserver数据库服务器 2.修改webconfig文件为您的数据库连接信息! -Dotnet version 1.0 (C#+ Sql server) Introduction: 1. Based on Microsoft. Net framework 1.1 framework, C#+ Sql server 2. Press Release System 3. Product Distribution System 4. Recruitment Release 5. Enterprise Message System 6 . Company Introduction 7. other elements of the installation instructions: 1. First, under the DB folder database file attached to sqlserver database server 2. webconfig modified files for your database connection information!
Date
: 2026-01-10
Size
: 1.78mb
User
:
快乐
[
Button control
]
19870123class
DL : 0
本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可 #if(false) //如果是Access数据库请把这儿改为#if(true) 否则改为#if(false) public class MyPage : LeeHom.Web.UI.OlePage { } public class MyMasterPage : LeeHom.Web.UI.OleMasterPage { } #else public class MyPage : LeeHom.Web.UI.SqlPage { } public class MyMasterPage : LeeHom.Web.UI.SqlMasterPage { } #endif Sql的执行语句在App_Data下DataBase.sql 后台管理:http://网址/admin/ 默认管理员:admin 密码:admin 可注册一个新用户后设置新用户为管理员后删除admin用户 由于本人学习.net只有半年多,所以做出来的作品在代码上有些乱,有可能存在不少bug 如果有什么bug或是好的意见,希望大家给我发说明一下. 我的邮箱地址是:dotnetlee@qq.com 或到 http://www.19870123.cn/ 留言 同时,本系统使用的类库请在 http://www.19870123.cn/?tid=157 下载 说明文档在 http://doc.19870123.cn/
Date
: 2026-01-10
Size
: 464kb
User
:
快乐
[
Button control
]
NetHelp
DL : 0
此帮助系统基于visual studio 2005 + Sql 2000制作。 运行环境:.net framework 2.0,IIS 5.0+,IE5.5+ 使用说明:先将此文件下面的HELP还原到数据库中。 更改WEB.config里面的数据库联接参数。 配置IIS。即可使用。 初始帐号:admin 初始密码:admin888 后台登录地址/admin/login.aspx 前台浏览地址/help.html 制作人:DengXi QQ:6458450,Email:qwsf01115@163.com-This help system is based on visual studio 2005+ Sql 2000 production. Runtime Environment:. Net framework 2.0, IIS 5.0+, IE5.5+ Usage: first this file to revert to the following HELP database. Web.config changes inside the database connection parameters. Configure IIS. To use. Initial account: admin initial password: admin888 background registry address/admin/login.aspx front browser address/help.html producer: DengXiQQ: 6458450, Email: qwsf01115@163.com
Date
: 2026-01-10
Size
: 967kb
User
:
快乐
[
Button control
]
cn700_vc45888224441
DL : 0
软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等 程序中有几个BUG还没解决, 实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 //====================================================================== 程序还用了Active Skin 对程序进行了换肤
Date
: 2026-01-10
Size
: 968kb
User
:
xiaomin
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.