-
万能查询主要代码, 可按配置无限选择查询条件,自动生成SQL语句....
万能查询主要代码, 可按配置无限选择查询条件,自动生成SQL语句. -Universal check with their key code, can configure an unlimited choice of query, automatically generates SQL statements.
- 2022-03-07 03:33:35下载
- 积分:1
-
文件是用VB开发的,对于初次学习者有借鉴作用,可以提高学习的效率,认真学习 ,程序作的还是比较好的...
文件是用VB开发的,对于初次学习者有借鉴作用,可以提高学习的效率,认真学习 ,程序作的还是比较好的-document is the development of VB for the first time be useful learners can improve the efficiency of learning, serious study, or the procedures for the better
- 2022-03-15 04:48:51下载
- 积分:1
-
用ADO+CListCtrl操作SQL的示例程序,可方便地进行删除,更新,添加数据到SQL服务器。(网上非常少)。其中在ADOConn类中的Server和Dat...
用ADO+CListCtrl操作SQL的示例程序,可方便地进行删除,更新,添加数据到SQL服务器。(网上非常少)。其中在ADOConn类中的Server和Database 应根据所在的具体环境进行修改,
希望对广大VC++爱好者有所帮助。-With ADO+ CListCtrl operation examples of SQL procedure can be easily delete, update, add the data to SQL server. (Online is very little). In category adoconn Server and Database should be based on the specific environment where amended in the hope that the general VC++ Lovers help.
- 2022-01-20 23:46:19下载
- 积分:1
-
SQL
运用SQL语言进行各种查询。。。。一个简单的实验(The use of a variety of SQL query language. . . . A simple experiment)
- 2011-06-12 16:54:39下载
- 积分:1
-
企业人事管理系统中的数据流主要贯穿于管理工作中的信息操作过程之中,
包括:员工信息的录入、修改、查询;部门信息的录入、修改、查询;培训信息的录入、修改、查询...
企业人事管理系统中的数据流主要贯穿于管理工作中的信息操作过程之中,
包括:员工信息的录入、修改、查询;部门信息的录入、修改、查询;培训信息的录入、修改、查询;员工调动信息的录入、修改;管理员信息操作。
-Personnel management system data flow primarily through the management of the information in the operation of the process, including: employee information input, modify, query sector information entry, modify, query training input, modify, query staff to mobilize information entry, modify administrator of information operations.
- 2022-04-07 21:08:57下载
- 积分:1
-
sql/asp code for shopping cart
sql/asp code for shopping cart
- 2022-01-25 17:26:02下载
- 积分: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
-
using连接数据库,执行SQL命令,使用适配器返回数据集。我们不需要去关心它的conn的资源是否关闭。当我们不用到它时。系统自动帮我们安全关闭...
using连接数据库,执行SQL命令,使用适配器返回数据集。我们不需要去关心它的conn的资源是否关闭。当我们不用到它时。系统自动帮我们安全关闭-using to connect the database, the implementation of SQL commands, use the adapter to return data sets. We do not need to care about it whether the resources conn closed. When we do not have to it. Automatic safety system shut down to help us
- 2023-07-16 05:05:03下载
- 积分:1
-
学生信息管理系统
(1) 操作系统:Windows XP(2) 数据库软件:SQL Server 2005(3)开发工具:Microsoft Visual C++ 6.0该软件用C++语言编写,用SQLServer2005数据库作为后台的数据库进行信息的存储,用SQL语句或直接用鼠标操作完成学生信息的录入,查询,修改,删除的操作以及成绩的录入,查询等。用ADO驱动实现前台VC++与后台SQL
- 2022-01-31 12:56:15下载
- 积分:1
-
Northwind and pubs database script for MSSQL the script file, suitable for begin...
Northwind与pubs数据库脚本
为MSSQL的脚本文件,适合MSSQL的初学者学习数据库结构使用。
这两个数据库都是微软本身的经典数据库。不知为什么,SQL体验版不带这两个数据库了-Northwind and pubs database script for MSSQL the script file, suitable for beginners to learn the MSSQL database structure to use. These two databases are Microsoft s own classic database. I do not know why, SQL experience version without these two databases of
- 2023-08-01 08:00:03下载
- 积分:1