-
SqlBulkCopyTest
利用BulkCopy实现批量写SQL SERVER 的完整实例代码,大大提高了海量记录插入数据库的效率(Using BulkCopy to write complete instance codes of SQL SERVER in batch greatly improves the efficiency of inserting massive records into the database.)
- 2019-02-23 20:24:47下载
- 积分:1
-
VB6 SQL 2000 plus a complete sample program! A total of 10, I wanted to learn da...
VB6加SQL 2000完整的示例程序!共十个,想学数据库编程的赶快下载!-VB6 SQL 2000 plus a complete sample program! A total of 10, I wanted to learn database programming quickly download!
- 2022-03-26 00:50:03下载
- 积分:1
-
Financial-management-system
用visual studio开发的基于sql server2005的财务管理系统。财务凭证管理系统主要由【系统管理】、【凭证管理】、【科目信息】、【账目查询】和【报表】等模块组成(Development with visual studio, sql server2005-based financial management system. Financial certificate management system mainly consists of the [System Management], [Certificate Management] [subject information], [accounts query】 【Report】 modules)
- 2012-07-05 14:52:38下载
- 积分:1
-
ASP.net+ Sql server2000 complete the preparation of fresh flowers online sales s...
ASP.net+sql server2000编写的完整鲜花在线销售系统-ASP.net+ Sql server2000 complete the preparation of fresh flowers online sales system
- 2022-03-17 04:25:10下载
- 积分:1
-
返回一个包含行集的字符串格式。方法,getXML,TA…
This returns a string containing row sets in XML format. The method, GetXML, takes as parameters:
DBService = SQL Server connection parameters, i.e.
“Data Source=XXX Initial Catalog=YYY Integrated Security=SSPI ”
ProcedureName = stored procedure, or query statement with parameter markers.
Parameters = NULL for no query parameters or a variant containing either a scalar value or safe array of multiple query parameters. Make sure the client declares any parameter vector as an array of variants, i.e. in VB, Dim Params(1 to 3) as Variant … Scalar entries can be any type recognized by the STD_SWITCH macro defined in QueryHandler.cpp.
Result = Output string that holds the resulting row set XML.
DocumentElementName = optional specification of the XML root node name. Default value is “root”.-This returns a string containing row sets in XML format. The method, GetXML, takes as parameters:
DBService = SQL Server connection parameters, i.e.
“Data Source=XXX Initial Catalog=YYY In
- 2022-04-08 23:07:17下载
- 积分:1
-
A small hotel management system, is learning the meaning of. Simple and practica...
一个小型的酒店管理系统,很有学习意义.简单实用.-A small hotel management system, is learning the meaning of. Simple and practical.
- 2022-04-07 19:05:42下载
- 积分:1
-
vc++ free development, use of the database. U.S. soon ah, good things, ah, ah lo...
vc++免费开发,用数据库.大家快下啊,好东西啊,大家看啊,共乡啊啊,呵呵,-vc++ free development, use of the database. U.S. soon ah, good things, ah, ah look everyone, a total of rural ah ah, Oh,
- 2022-07-07 13:41:35下载
- 积分:1
-
一本很不错的书,大家可以好好看看,适合初学者来学习sql!...
一本很不错的书,大家可以好好看看,适合初学者来学习sql!-A very good book, everyone can be a good look at, suitable for beginners to learn sql!
- 2022-07-22 22:54:05下载
- 积分:1
-
SQL2000 using MFC interface even realize management operations
使用MFC界面连SQL2000实现管理操作-SQL2000 using MFC interface even realize management operations
- 2022-03-24 04:01:39下载
- 积分:1
-
vc108423425252
软件介绍:
编程环境:
windows2003 +visual stdio c++ .net
Ado + SQL2000
/####################################/
**
SQL设置:
将在SQL2000下建立schooldata数据库
导入数据文件
导入数据:
data目录下有school_back数据库备分文件
操作:用SQL企业管理器还原数据库来导入数据
访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同
主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等
程序中有几个BUG还没解决,
实现功能:
操作:在选择查询条件:选择一个,tree控件里显示相关信息
可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内
双击LIST控件显示具体信息
也可以在窗口里单击右键或操作菜单具体操作
主要功能:
查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息(software introduced : Programming Environment : windows2003 visual c stdio. net Ado SQL2000 /## SQL##################################/** set up : the establishment schooldata SQL2000 database into data files into data : data directory is a breakdown school_back database file operations : using SQL Enterprise Manager Database reduction visit to the local data into the database server, Password is set as the, um, schooldata operation of the database user name and password the same as the main database with ADO visit, Several display data and control the Treectrl, listctrl. datagrid procedures are several BUG has not yet been solved, realization of functions : : On the choice of inquiries conditions : one tree to demonstrate control information related to the tree Lane click controls to s)
- 2007-01-10 12:07:01下载
- 积分:1