-
DataSet 到 T-SQL 脚本
翻译 maninwest@Codeforge 作者:Brad Joss@CodeProject static 类对外暴露了采用 System.Data.DataTable 或 DataSet并输出为 Transact SQL (T-SQL) 脚本的方法。当该脚本在 SQL Server 实例中运行时,可以创建#TEMP 表格形式的逻辑相似的结构。调试时特别有用,可用来分析 DataTable(s) 中的数据。 虽然这个代码的主要目标是用于调试,但是也可用于日志机制,来捕获日志报告详情,显示数据如何在系统中移动。使用代码要创建T-SQL 脚本,需要根据你的需求调用其中一个方法。代码提供了 3 个方法,输出结果到 Debug.Output 窗口,System.String 变量或者到一个文件。DataSet ds = // A DataSet filled with data....
// Write the script results to the Debug.Output window
DataSetToScript.DataSetToSqlScriptOutput(ds);
// Write th
- 2022-02-12 06:54:49下载
- 积分:1
-
BooksManagement
最全的图书管理系统。NET三层架构实现。资料包括: 1.源码 2.开题报告 3.验收展示PPT 4.数据库文件 5.程序截图 6.论文 开发工具:Visual Studio 2008+Server 2005 Express Edition 实现功能: 1.用户登录,包括读者、操作员和管理员三种身份 2、修改密码 3、添加用户 4、添加图书 5、修改用户信息 6、修改图书信息 7、借阅图书 8、过期图书提示 9、归还图书 10、读者所借图书列表 11、借阅历史查询 12、图书查询功能
(The most complete library management system. NET three-tier architecture for delivering the information includes: 1. Source 2. Opening report 3. Acceptance shows PPT 4. The database 5. Program Screenshot 6. Paper Development Tools: Visual Studio 2008+ Server 2005 Express Edition to achieve functions: 1. User login, including the reader, three kinds of operators and administrators as 2, modify the password 3, add the user 4, add books 5, 6 modify user information, modify information on seven books, borrow books 8, 9 prompted overdue books, return books 10, a list of books borrowed by the reader 11, borrow 12 historical inquiries, book search functions)
- 2020-06-25 23:40:01下载
- 积分:1
-
一个网页的BLOG实现的全部源代码。
实现了BLOG的所有功能。
一个网页的BLOG实现的全部源代码。
实现了BLOG的所有功能。-BLOG realization of a web page all the source code. BLOG achieved all the features.
- 2023-02-20 01:00:05下载
- 积分:1
-
实现对BMP位图的显示,主要了解dc(设备环境)的使用方法
实现对BMP位图的显示,主要了解dc(设备环境)的使用方法
- 2022-02-25 12:09:47下载
- 积分:1
-
1Club
asp.net编写的club网站系统,包含各个界面的源代码和数据库.(prepared by the club website, contains all the source code for the interface and database.)
- 2007-01-31 12:48:17下载
- 积分:1
-
free3
详细说明怎么使用NET三层结构来开发程序.对初学都很有帮助(detailing how to use the three-tier structure NET development process. Helpful to a novice)
- 2006-08-09 16:15:13下载
- 积分:1
-
simpleEncryptTXT
VB2005 简明TXT文件加密程序,需要.NET FRAMEWORK 2.0。(VB 2005 simple txt encryption application.)
- 2009-04-03 13:34:20下载
- 积分:1
-
kelijinchazhi
运用ArcEngine 10.2 功能库,实现点数据进行克里金差值并保存差值结果的功能(Use ArcEngine 10.2 function library that implements the data point kriging difference and save the difference between the results of the function)
- 2017-03-03 11:22:34下载
- 积分:1
-
crm客户关系管理系统
crm客户关系管理系统 最新干货分享 大神推荐
- 2022-03-02 00:42:42下载
- 积分:1
-
基于asp.net购买水果平台
本网站是基于asp.net语言的简单实例,实现了基本的增、删、改、查等基本功能,不过数据库部分没有备份,需要使用者根据需求和代码进行创建
- 2022-02-04 12:48:32下载
- 积分:1