-
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
-
visualC++和sql的一个旅馆管理系统,里面自己看吧
visualC++和sql的一个旅馆管理系统,里面自己看吧-visualC and sql of a hotel management system, which themselves Look here
- 2022-04-11 13:24:17下载
- 积分:1
-
jiaohu
1. 掌握SQL的数据定义、数据操纵功能
2. 利用SQL语句进行多表查询和嵌套查询
3. 掌握SQL数据定义中修改、删除表功能
4. 掌握SQL语句中数据更新相关操作
5. 掌握视图基本操作:定义、查询、更新视图。
(1. Grasp the SQL data definition, data manipulation functions 2. The use of SQL statements for multi-table query and nested query 3. Master modify SQL data definition, delete the table function 4. Grasp the SQL statement to update data related to operations 5. Master view basic steps: define, query, update the view.)
- 2007-12-09 10:18:02下载
- 积分:1
-
This is prepared using VB ticket sales and inquiry management system, can be ach...
这是个用VB编写的机票销售与查询管理系统,可以实现对于机票的简直管理,该程序应在VB.net环境下运行,所用的后台数据库为SQL 2000,需将数据库备份还原后再运行-This is prepared using VB ticket sales and inquiry management system, can be achieved simply for the ticket management, the program should be run under VB.net environment, using the background database for SQL 2000, needs to be run after the database backup and restore
- 2022-02-02 18:03:40下载
- 积分:1
-
vc写的测试数据库连接,直接存在txt文本中,方便阅读
vc写的测试数据库连接,直接存在txt文本中,方便阅读-vc written test database connections, direct presence txt text, easy reading
- 2023-01-23 12:50:04下载
- 积分:1
-
这是用sql编写的售后服务网站,有数据库备份文件等,希望对您有说帮助...
这是用sql编写的售后服务网站,有数据库备份文件等,希望对您有说帮助-It is written with sql service website, have a database backup file in the hope that you are meant to help the
- 2022-02-06 09:20:53下载
- 积分:1
-
CarService
说明: 汽车维修管理系统。系统是在VC++和SQL Server 2000下开发的. 数据库文件需要在SQLSERVER的查询分析器中恢复. 因为程序极为经典,所以上传。编程环境: visual stdio c++ .net,Ado + SQL2000 。SQL设置: 将在SQL2000下建立CarService数据库,导入数据文件。主要用ADO访问数据库。。。 主要功能: 查询,添加,删除,显示信息(Vehicle Maintenance Management System. System is in VC++ and SQL Server 2000 under the development. SQLSERVER database files need to recover the query analyzer. Because the program is extremely classic, so upload. Programming environment: visual stdio c++. Net, Ado+ SQL2000. SQL settings: Under the establishment of CarService in SQL2000 database, import data files. The main access to the database using ADO. . . Main functions: query, add, delete, display information)
- 2021-04-05 12:29:03下载
- 积分:1
-
用delphi编写的工资管理系统,用的是sql的数据库
用delphi编写的工资管理系统,用的是sql的数据库-Prepared using delphi wage management system, using a sql database
- 2022-11-08 13:10:03下载
- 积分:1
-
L-Blog是一套BLOG系统,你可以用来自己架设一个服务器,给自己开通BLOG系统,你就拥有了自己的blog了。-L- Blog is a BLOG system, you can use to build a own servers, BLOG to open their systems, you have a blog of its own.
- 2023-03-10 00:50:03下载
- 积分:1
-
pilot
一个简单的数据库SQL2000管理查询,列举,更新,插入还有MFC控件的设置等,里面有一个SQL脚本支持库表(A simple database query SQL2000 management, list, update, insert, as well as the MFC control settings, etc., which has a SQL script support library table)
- 2014-08-30 00:23:02下载
- 积分:1