-
通过配置数据库连接并选择数据库表,数据库表…
通过配置数据库连接并选择数据库表,可自动生成数据库表的实体类,并且实体类中包含记录集合,可在类中对各记录集合进行修改后一次性提交保存,支持事务.-By configuring the database connection and select database tables, database tables can be automatically generated entity class and entity class collection contains records, you can type in the collection of the records submitted by the modified one-time preservation, support for Services.
- 2022-02-02 06:58:24下载
- 积分:1
-
使用T-SQL编写存储过程
应用背景介绍使用T-SQL编写存储过程的基本用法,供初学者学习之用。存储过程是预先编译好的一组 Transact-SQL 语句,作为一个单元存储在服务器端并在服务器端执行. 存储过程可以带输入、 输出参数, 具有返回值. 存储过程的优点如下:
(1) 存储过程可以强制应用程序的安全性, 可以防御 SQL 注入攻击.
(2) 存储过程大大减少网络通信流量.
(3) 存储过程在服务器上注册, 执行效率高.
(4) 存储过程大大提高应用程序的可维护性和设计效率.关键技术
在SQL Server 2008中定义、执行、修改存储过程。使用create procedure或create proc定义存储过程,使用exec或execute执行存储过程,使用alter proc或alter procedure修改已有存储过程。包含输入、输出参数的使用。包含用户登录、修改密码、模糊查询等存储过程。
- 2023-06-18 02:30:02下载
- 积分:1
-
northwind_mysql.sql
北风数据库代码. 推荐环境: MySQL(Northwind database in SQL. Recommend environment : MySQL)
- 2017-10-04 07:25:40下载
- 积分:1
-
LabSQL-ADO-functions
Labview数据库工具包,可以很方便的与数据库进行ADO连接,(Labview SQL)
- 2017-02-07 17:19:19下载
- 积分:1
-
介绍了一些数据库中常用的语句,及一些实际系统中常用的语句。...
介绍了一些数据库中常用的语句,及一些实际系统中常用的语句。-Introduce some database commonly used statement, and some actual system commonly used statements.
- 2022-01-28 09:33:13下载
- 积分:1
-
数据库连接,读,写,修改,储存,等等的函数!可以镶入任何的程序,这样编写数据库就节省了很多时间了!...
数据库连接,读,写,修改,储存,等等的函数!可以镶入任何的程序,这样编写数据库就节省了很多时间了!-Database connection, read, write, modify, store, and so the function! Can insert into any of the procedures, so that the preparation of database on save a lot of time!
- 2022-04-18 13:40:12下载
- 积分:1
-
编写触发器,记录表字段修改记录
编写触发器,记录表字段修改记录-The preparation of flip-flop, a record sheet to amend record field
- 2022-03-03 02:50:37下载
- 积分:1
-
.net下一个数据库数据互换,可以看看数据库的操作
.net下一个数据库数据互换,可以看看数据库的操作-. net data interchange under a database, you can look at the database operation
- 2022-03-23 23:42:54下载
- 积分:1
-
FormID set
FormID设置-------------------------------------
一、销售汇总与财务:
单据明细:Count100
现金日帐:Count400
销售汇总浏览:Count200
销售明细浏览:Count300
二、付款单管理:
单据浏览:FK200
单据打印:FK100
三、应付款报表:
打印报表目录:QK100
打印报表目录:QK200
四、仓库管理系统:
单据明细打印:Store100
仓库浏览打印:Store200
五、库存浏览:
打印目录:KC100
打印明细:KC200
六、订单管理:
单据明细:Order100
订单浏览:Order200
七、入库单管理:
单据明细:RK100
入库浏览:RK200
八、产品与客户:
产品明细:PD100
客户明细:GS100
权限设置-FormID set---------------------- 1, sales and financial summary : documentation Details : Count100 day cash account : Count400 sales summary here : Count200 sales Details here : Count300 two, Single Payment Management : documentation here : FK200 documents Print : FK100 3, payables statements : Print statements directory : QK100 Print statements Contents : QK200 4, warehouse management systems : print documents Details : Store100 warehouse View Print : Store200 5, inventory here : Print Catalog : KC
- 2022-07-09 23:06:27下载
- 积分:1
-
数据库的操作实例,对数据库进行了实例分析。学习
一个VC写的关于数据库操作的实用例子。可供学习-a VC was made on the operation of the database practical examples. For learning
- 2022-02-01 23:15:31下载
- 积分:1