-
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
-
简单投票系统,投票的数据保存在Sql数据库中,只保存投票的项目及票数。本系统的实现是用户每投一次,将在数据库中对应的项目票数上加1。该系统数据源采用了SqlDa...
简单投票系统,投票的数据保存在Sql数据库中,只保存投票的项目及票数。本系统的实现是用户每投一次,将在数据库中对应的项目票数上加1。该系统数据源采用了SqlDataSource,其中自定义了很多方法和函数。-Simple voting system, the voting data stored in the Sql database, only to vote to preserve the items and the number of votes. Realize the system is to vote once for each user will be in the database corresponds to the item number of votes plus one. The system data source using the SqlDataSource, which a lot of custom methods and function.
- 2023-03-13 12:35:04下载
- 积分:1
-
[zj_kpi]
SQL 多表联合查询,实现动态语言查询,可加注到储存过程实现每天自动更新数据数。(SQL multi-table queries, dynamic language queries, stored procedures can be raised to automatically update data per day.)
- 2014-02-02 13:53:29下载
- 积分:1
-
一个很有意思的点菜系统前后台连接齐全~做课程设计的同学可以参考...
一个很有意思的点菜系统前后台连接齐全~做课程设计的同学可以参考-a very interesting system after Taiwan ordered link to complete the design courses so students can refer to
- 2023-07-10 03:40:03下载
- 积分:1
-
personnel services management system a more useful procedures and the need to be...
人事服务管理系统一个比较有用的程序,有需要的可以下载.-personnel services management system a more useful procedures and the need to be downloaded.
- 2022-11-15 20:40:03下载
- 积分:1
-
如果你是ORACLE开发者,或者是DBA,都是一本重要的书籍
如果你是ORACLE开发者,或者是DBA,都是一本重要的书籍-this is a very usefull book,whether you are a programe or a dba ,it will help you a lot,let s download and have a look,wish you have a good lucky
- 2022-02-05 09:51:54下载
- 积分:1
-
员工培训管理系统VB+SQL源代码+可执行文件+论文+作品..
员工培训管理系统vb+sql源代码+可执行文件+论文+开题报稿+答辩ppt,给需要的朋友参考参考-Staff training management system vb+ Sql source code+ Executable file+ Paper+ Open title report is issued on+ Reply ppt, a reference to the need to refer to a friend
- 2022-07-05 01:44:28下载
- 积分:1
-
[zj_kpi]
SQL 多表联合查询,实现动态语言查询,可加注到储存过程实现每天自动更新数据数。(SQL multi-table queries, dynamic language queries, stored procedures can be raised to automatically update data per day.)
- 2014-02-02 13:53:29下载
- 积分:1
-
理解使用数据库的原因
掌握数据库的基本概念和特点
理解Microsoft SQL Server简史
理解Microsoft SQL Server系统...
理解使用数据库的原因
掌握数据库的基本概念和特点
理解Microsoft SQL Server简史
理解Microsoft SQL Server系统的体系结构
理解数据库和数据库对象的特点
理解管理工具的特点
理解数据库管理员的任务
-Understand the reasons for using the database to master database to understand the basic concepts and features of Microsoft SQL Server A Brief History of understanding of Microsoft SQL Server system architecture understanding of databases and database objects to understand the characteristics of management tools to understand the characteristics of the task of database administrator
- 2022-03-04 23:21:15下载
- 积分:1
-
VC++写的订单管理系统源码
资源描述使用C++语言、结合MFC、数据库等语言写了一个订单管理系统,很好的练习学习初级项目,只有扎实的从基础学起,才能学习好编程知识。尤其是C++不重视项目永远写学不好!
- 2023-06-08 22:50:03下载
- 积分:1