-
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
-
code for the operation of the database is sql server database
该代码是对数据库操作的数据库是sql server-code for the operation of the database is sql server database
- 2022-02-06 08:50:10下载
- 积分:1
-
Guito certification . MCTS 70
Guito certification . MCTS 70-431 - SQL Server 2005 Implementation and Maintenance.-Guito to certification . MCTS 70-431- SQL Server 2005 Implementation and Maintenance.
- 2022-04-15 11:28:21下载
- 积分:1
-
一个vb开发,可以动态生成SQL的"拼装类".
例如:
sql.strsql="select ? from ? "
sql.setFieldEx...
一个vb开发,可以动态生成SQL的"拼装类".
例如:
sql.strsql="select ? from ? "
sql.setFieldEx "field1"
sql.setFieldEx "tbl"
debug.print sql.strsql
输出:select field from tbl-a vb development, dynamically generated SQL "assembled category." For example : sql.strsql = "select from" sql.setFieldEx "fi eld1 "sql.setFieldEx" tbl "debug.print sql.s trsql output : select field from tbl
- 2022-09-29 14:55:03下载
- 积分:1
-
MySQL.n.J.Devs.Guide-virTuAlZin
Java and MySQLMySQL.Press.MySQL.Administrators.Guide.and.Language.Reference.2nd.Edition.Apr.2006
- 2009-08-11 12:14:38下载
- 积分:1
-
In this book, two of Microsoft s leading consultants illustrate how to use SQL S...
In this book, two of Microsoft s leading consultants illustrate how to use SQL Server 2005 Business Intelligence (BI) technologies to solve real-world problems in markets ranging from retail and finance to healthcare. Drawing on extensive personal experience with Microsoft s strategic customers, John C. Hancock and Roger Toren offer unprecedented insight into BI systems design and step-by-step best practices for implementation, deployment, and management.
- 2022-07-02 21:37:26下载
- 积分:1
-
ATM自动提款机SQL代码,大家交换一下意见,我初学乍道,希望各位前辈多多指教啊!...
ATM自动提款机SQL代码,大家交换一下意见,我初学乍道,希望各位前辈多多指教啊!-ATM automatic teller machine SQL code, we exchanged views, I am beginner" s Road, I hope that the exhibitions predecessors ah!
- 2022-05-25 07:43:27下载
- 积分:1
-
HCDB
超市管理系统,主要应用了ADO对象操作数据库的技术。在数据库操作中涉及复杂SQL语句的构造方法、列表控件、Tab控件及树型控件的使用方法。
代码来源:《亮剑Visual C++ 项目开发案例导航》第三章(Visual C++ code about supermarket management sys)
- 2015-03-11 13:59:34下载
- 积分:1
-
SQL
SQL技术培训文档,SQL语句操作性能进行优化方面,很有技术参考价值。(SQL technical training documents, SQL statements, operating performance optimization, very technical reference value.)
- 2015-11-03 11:10:49下载
- 积分:1
-
SQLiteVB
SQLite VB 版的,有兴趣的来看看哦(SQLiteVB)
- 2010-08-06 12:22:35下载
- 积分:1