-
微软SQL Server 2005内:T
Inside Microsoft SQL Server 2005: T-SQL Programming。-Inside Microsoft SQL Server 2005: T-SQL Programming.
- 2022-03-15 16:45:36下载
- 积分:1
-
VB+SQL 一款SQL库的宾馆管理信息系统 具有查询房间信息 设备 等功能...
VB+SQL 一款SQL库的宾馆管理信息系统 具有查询房间信息 设备 等功能-VB+ SQL a SQL database of hotel management information system has a query function room information equipment, etc.
- 2023-01-29 08:30:03下载
- 积分:1
-
delphi写的一个数据库存取图片的代码的例子用的是sql的数据库...
delphi写的一个数据库存取图片的代码的例子用的是sql的数据库-write access to a database of photographs of the code examples use the database sql
- 2022-03-17 21:09:43下载
- 积分:1
-
应用Visual c++.net连接数据库事例(ODBC)
应用Visual c++.net连接数据库事例(ODBC)-Visual c. Net to connect to the database instances (ODBC)
- 2022-12-08 13:30:03下载
- 积分:1
-
使用SQL Server2000客车售票系统的开发
用SQL server2000 开发的长途汽车售票系统-Developed using SQL server2000 bus ticketing system
- 2022-04-13 10:49:26下载
- 积分:1
-
Course Scheduling System, the user input information teachers, classroom informa...
排课系统,用户输入教师信息,教室信息,以及班级的上课信息,系统根据这些信息自动进行排课。-Course Scheduling System, the user input information teachers, classroom information, as well as classes in the school of information, According to the information system automatically schedule arrangement.
- 2022-01-22 02:06:47下载
- 积分:1
-
关于sql函数的一些个人总结,部分资源是在网上查到的,还有待完善,可以的话,朋友们可以帮忙补全...
关于sql函数的一些个人总结,部分资源是在网上查到的,还有待完善,可以的话,朋友们可以帮忙补全-Sql function on some of my personal summary of some of the resources is available online, and have yet to be perfect, if you can, friends who can help fill the whole
- 2022-04-26 10:13:40下载
- 积分:1
-
Development Tools: Eclipse+ SQl2000+ Tomcat+ Dreamnever. EMS material system tha...
开发工具:Eclipse+SQl2000+Tomcat+Dreamnever.
EMS物料系统,包含所有文件。-Development Tools: Eclipse+ SQl2000+ Tomcat+ Dreamnever. EMS material system that contains all the files.
- 2022-08-21 22:40:59下载
- 积分:1
-
small single
小E单班同学录系统,支持ACCESS、SQL
默认管理员:admin
密码:admin-small single-class alumni, support ACCESS, SQL default administrator : admin Password : admin
- 2023-04-10 05:15:03下载
- 积分: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