-
898t
简单课设学生成绩管理系统---VB程序模块,VB与SQL的结合,包括增删\改查等功能,还包括连表查询.-simple lesson student performance management system -- the VB program modules, VB and SQL integration, include additional deleted reform investigation, and other functions, including even table inquiries. (Simple lesson for student achievement management system--- VB program modules, VB and SQL combination, including additions and deletions to search functions, including even the table inquiries .- simple lesson student performance management system- the VB program modules, VB and SQL integration, include additional deleted reform investigation, and other functions, including even table inquiries.)
- 2008-12-26 13:44:39下载
- 积分:1
-
MyBatis3--MyBatis-3-User-Guide-zh_CN
MyBatis3的用户说明,是对象数据库,详细的说明使用方法,(MyBatis3 user instructions, the object database, a detailed description of use,)
- 2011-07-19 16:56:11下载
- 积分:1
-
《c++ cookbook》 o reily的经典系列书籍,详细介绍sql语言的书籍,绝对值得一看。...
《c++ cookbook》 o reily的经典系列书籍,详细介绍sql语言的书籍,绝对值得一看。-" C++ cookbook" o" reily the classic series of books detailing sql language books, absolutely worth a visit.
- 2022-09-12 07:20:03下载
- 积分:1
-
MSSQL-Error-40-02082.com
在建立与服务器的连接时出错。在连接到 SQL Server 2005 时,在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败。 (provider: 命名管道提供程序, error: 40 - 无法打开到 SQL Server 的连接)(Error creating a connection to the server. When connecting to SQL Server 2005, under the default settings SQL Server does not allow remote connections may cause this failure. (Provider: Named Pipes Provider, error: 40- Can not open connection to SQL Server))
- 2012-08-16 01:27:15下载
- 积分:1
-
SQL Server 2000安装步骤图解
SQL Server 2000安装步骤图解-SQL Server 2000 installation steps diagram
- 2022-09-15 13:50:03下载
- 积分:1
-
可以使用,可以得到一些帮助。这就是我所做的2…
可以用的,可以对你们取到一些帮助.这是我有两个多星期做的-Can be used, and can you get some help. This is what I have to do more than two weeks of
- 2023-04-03 17:35:04下载
- 积分:1
-
Oracle
Oracle的sql*plus是与oracle进行交互的客户端工具。在sql*plus中,可以运行sql*plus命令与sql语句。
我们通常所说的DML、DDL、DCL语句都是sql语句,它们执行完后,都可以保存在一个被称为sql buffer的内存区域中,并且只能保存一条最近执行的sql语句,我们可以对保存在sql buffer中的sql 语句进行修改,然后再次执行。
除了sql语句,在sql*plus中执行的其它语句我们称之为sql*plus命令。它们执行完后,不保存在sql buffer的内存区域中,它们一般用来对输出的结果进行格式化显示,以便于制作报表。
本文章就介绍一下一些常用的sql*plus命令。
-Oracle
- 2023-04-04 08:20:04下载
- 积分:1
-
Archive5
Sql Server Management Scripts
- 2012-12-12 22:46:08下载
- 积分:1
-
一套不错的库存管理系统 简单实用 个人觉得不错
一套不错的库存管理系统 简单实用 个人觉得不错-A good inventory management system is simple and practical feel good
- 2022-03-21 15:14:40下载
- 积分: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