-
mysql-manual
本书适合于准备用MySQL进行系统开发的设计人员和编程人员学习。(This book is suitable for development of systems ready to use MySQL designers and programmers to learn.)
- 2014-09-11 16:15:57下载
- 积分:1
-
使用 DELPHI(C++BUILDER),存储二进制数据与文件的方法,经过测试,该方法可适用于sqlserver 和 oracle...
使用 DELPHI(C++BUILDER),存储二进制数据与文件的方法,经过测试,该方法可适用于sqlserver 和 oracle -using Delphi (C BUILDER), binary data storage and documentation methods, after testing, the method can be applied to SQLServer and oracle
- 2022-03-16 06:41:51下载
- 积分:1
-
使用SQL Server2000客车售票系统的开发
用SQL server2000 开发的长途汽车售票系统-Developed using SQL server2000 bus ticketing system
- 2022-04-13 10:49:26下载
- 积分:1
-
商店管理系统 Visual c+++ MSSQL源代码
商店管理系统 Visual c+++ MSSQL源代码-failed to translate
- 2023-09-08 13:50:03下载
- 积分:1
-
sql inject rf online 2232
SQL injection for rf online 2.2.3.2
- 2020-06-21 19:00:01下载
- 积分:1
-
sqlStat
使用sql语句分别按日,星期,月,季度,年统计销售额(Respectively, using sql statement daily, week, month, quarter, sales statistics)
- 2014-06-30 16:26:12下载
- 积分: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
-
excel to sql从excel导入到ms sql server
excel to sql从excel导入到ms sql server-excel to sql from excel into ms sql server
- 2022-08-09 14:51:32下载
- 积分:1
-
SQL-Server-2005
sqlsever2005
- 2011-02-25 23:37:38下载
- 积分: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