-
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
-
利用简单框架结构vb+asp+sql,实现小型考试系统,适用于初学者。...
利用简单框架结构vb+asp+sql,实现小型考试系统,适用于初学者。-using simple structure vb+asp+sql,realizing mini-type exam system,suitiable for the learner in his first step.
- 2022-02-10 11:23:16下载
- 积分:1
-
SQL的查询语言,提供有需要的人查询,谢谢大家使用,这是英文版的...
SQL的查询语言,提供有需要的人查询,谢谢大家使用,这是英文版的-SQL query language to provide those in need inquiries, Thank you for the use of, this is the English version of
- 2022-05-13 05:59:17下载
- 积分:1
-
这是一个库存管理系统
这是一个库存管理系统-This is an inventory management system
- 2022-07-19 07:40:05下载
- 积分:1
-
SQL sever 2000中有关安全性的学习资料,需要的请下载
SQL sever 2000中有关安全性的学习资料,需要的请下载-SQL sever 2000 relating to the safety of learning materials, need to download ....
- 2022-05-20 18:06:10下载
- 积分:1
-
社区服务信息管理系统
通过在windos2003和iis6.0的环境下利用Visual Studio.Net(C#)和SQL SERVER2000进行编程实...
社区服务信息管理系统
通过在windos2003和iis6.0的环境下利用Visual Studio.Net(C#)和SQL SERVER2000进行编程实践,系统总结了基于ASP.NET(C#)和网络数据库技术实现,充分实现社区服务信息管理系统的各项功能。-Community Services Information Management System by windos2003 and iis6.0 environment using Visual Studio.Net (C#) And SQL SERVER2000 programming practice, systematically summed up based on ASP.NET (C#) And web-based database technology to achieve full to achieve community service information management system for various functions.
- 2022-12-19 03:35:04下载
- 积分:1
-
文本分类的数据预处理。
data preprocessing for text classification.
- 2022-05-09 01:29:45下载
- 积分:1
-
一款用VB开发基于B/S模式的图书管理系统。
适用于大学课程设计。...
一款用VB开发基于B/S模式的图书管理系统。
适用于大学课程设计。-Based on using VB to develop a B/S model library management system. Applicable to the design of university courses.
- 2022-01-26 07:06:22下载
- 积分:1
-
java for sqlserver 的驱动,是厂商提供的在做纯驱动时需要它
java for sqlserver 的驱动,是厂商提供的在做纯驱动时需要它-SQLServer for the driver is provided by the manufacturers to purely driven need it
- 2023-06-03 22:25:03下载
- 积分:1
-
Generador de Mysql procedimientos
存储过程从发电机 vb
_________________________________________________________________________________________
这个项目的目的是创建一种更快的方式
从 VB 到 MySQL 服务器的存储的过程
与 mysql 使用 OLEDB 连接使用 ADO 2.5
引用还添加 SQL 对的调用中创建过程
操作的说明
________________________________________
需要连接到 SQL server,提供的用户名和密码
(我使用 SA)
当你看到第二个屏幕时,我们要选择的第一件事是
与我们的工作将数据库。我们必须然后选择一个表,我们
- 2022-02-06 12:38:41下载
- 积分:1