-
Data Warehouse developed a very good example of development using sql2005 to ach...
数据仓库开发的很好的一个例子,用sql2005开发实现-Data Warehouse developed a very good example of development using sql2005 to achieve
- 2023-01-07 23:10:05下载
- 积分:1
-
SQL 服务器连接对话(可扩展)
翻译maninwest@Codeforge作者: Chris Winkelmann @CodeProject
显示具有扩展功能的 SQL 连接对话框,保存其生成的连接字符串到任何位置的连接
介绍:
首先要感谢 TWallick 想出了使用 Microsoft.Data.ConnectionUI.dll 和 Microsoft.Data.ConnectionUI.Dialog.dll 来表示Visual Studio 提供的 SQL 连接 UI 的原创想法。此版本是使用 C# 而不是 VB 语言编写的。但是,我整理了一下,在设计时显示 Visual Studio 连接控制,而不是在将其构建到代码中仅在运行时显示。
背景
抽象出SAVE() 功能,不管想保存到其他任何位置的连接字符串仍可以使用此对话框。 此模块的设计目的是能够 “依原样”插入任何人的解决方案中,可以按需扩展且无需重写。
Save 函数迁移到新的类:
public class SaveHelperDefault : ISaveHelper
任何人均可以通过 ISaveHelper接口的实现来创建一个新的SaveHelper 类 :
public interface ISaveHelper
{
///
/// A SaveHelper class
- 2022-08-05 10:42:20下载
- 积分:1
-
是一个宾馆客房管理的系统,功能较完整
是一个宾馆客房管理的系统,功能较完整-Hotels Rooms is a management system that functions more complete
- 2023-01-01 12:45:04下载
- 积分:1
-
B/S版ERP安装方法
1、安装IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000
2、将目录C...
B/S版ERP安装方法
1、安装IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000
2、将目录Copy_of_ERP和webctrl_client复制到C:/Inetpub/wwwroot下,并将Copy_of_ERP目录设置成IIS虚拟目录
3、在SQL Server2000中新建一个Storage用户和LXTXERP数据库,然后将Data目录中的LXTXERP.BAK数据库备份文件还原
4、修改Copy_of_ERP目录下的Web.config文件的连接属性sa用户的密码:
5、在Windows管理工具中打开Internet 服务管理器,运行Copy_of_ERP中的Login.aspx打开ERP登录页面,默认用户:admin 密码:123
6、OK-B/S version of ERP installation method 1, the installation IIS5.0, Microsoft. NET Framework 1.1 and SQL Server20002, will webctrl_client directory Copy_of_ERP and copied to C:/Inetpub/wwwroot under Copy_of_ERP directory and IIS virtual directory set to 3, in SQL Server2000 in Storage to create a new user and LXTXERP database, and then Data directory LXTXERP.BAK database backup file to restore the 4, to amend Copy_of_ERP directory Web.config file Connection Prop
- 2022-01-25 22:42:09下载
- 积分:1
-
一个对新生入住寝室进行信息管理的SQL数据库系统,附详细结构说明及附图。...
一个对新生入住寝室进行信息管理的SQL数据库系统,附详细结构说明及附图。-1 pairs of new information management for occupancy bedroom SQL database system, with a detailed structure of the description and drawings.
- 2022-10-07 16:15:03下载
- 积分:1
-
数据库实验报告模式,SQL语句,里含五个实验,
数据库实验报告模式,SQL语句,里含五个实验,-Experiments reporting model database, SQL statements, where with five experiments,
- 2022-07-19 10:55:42下载
- 积分:1
-
在SQL中删除重复记录
学习sql有一段时间了,发现在我建了一个用来测试的表(没有建索引)中出现了许多的重复记录。后来总结了一些删除重复记录的方法,在Ora...
在SQL中删除重复记录
学习sql有一段时间了,发现在我建了一个用来测试的表(没有建索引)中出现了许多的重复记录。后来总结了一些删除重复记录的方法,在Oracle中,可以通过唯一rowid实现删除重复记录;还可以建临时表来实现...这个只提到其中的几种简单实用的方法,希望可以和大家分享(以表employee为例)。-SQL delete duplicate records sql learning for a long time, I found in a building used for the test (not built Index) There"s a lot of duplication of records. Later up in the deletion of duplicate records, Oracle, can only achieve rowid delete duplicate records; Also temporary tables can be built to achieve ... the only mention of several simple, practical methods, and we hope to share (table employee example).
- 2023-05-24 08:40:03下载
- 积分:1
-
建立数据库连接的加密字符串,使用户可以方便的建立与SQL的连接...
建立数据库连接的加密字符串,使用户可以方便的建立与SQL的连接-establish the database connection string encryption, so that the user can establish a link with SQL
- 2022-02-26 17:40:47下载
- 积分:1
-
sql server report service的例子。给dw开发者
sql server report service的例子。给dw开发者-sql server report service example. Developers to dw
- 2022-07-12 12:26:15下载
- 积分:1
-
实现网上购物源数据库设计代码和相应的接口…
源码实现Internet购物的数据库设计代码以及相应的操作界面。通过本程序可以了解数据库的存储过程内容和WEB程序的设计。-Realize Internet shopping source database design code and the corresponding interface. Through this program can understand the contents of the database stored procedure and WEB design process.
- 2022-03-02 19:20:49下载
- 积分:1