-
SQLite是一个小型的、快速的、可嵌入的数据库。是什么使它受欢迎的组合…
SQLite is a small, fast, embeddable database. What makes it popular is the combination of the database engine and interface into a single library as well as the ability to store all the data in a single file. Its functionality lies between MySQL and PostgreSQL, however it is faster than both databases.
- 2023-05-15 04:05:03下载
- 积分:1
-
phpMyAdmin是一个用PHP编写的,可以通过互联网控制和操作MySQL。通过phpMyAdmin可以完全对数据库进行操作,例如建立、复制/删除数据...
phpMyAdmin是一个用PHP编写的,可以通过互联网控制和操作MySQL。通过phpMyAdmin可以完全对数据库进行操作,例如建立、复制/删除数据-phpMyAdmin is a PHP prepared to use, you can control and operation via the Internet MySQL. PhpMyAdmin can be completely through the database operations, such as the establishment, copy/delete data
- 2022-05-23 08:26:22下载
- 积分:1
-
简单的VC与SQL Sever连接的小程序
简单的VC与SQL Sever连接的小程序-Simple VC and SQL Sever connection applet
- 2022-05-31 16:36:23下载
- 积分:1
-
数据库访问的一个简单演示,里面包含如何连接数据库,及CRrecordset和CDatabase这两个类的使用...
数据库访问的一个简单演示,里面包含如何连接数据库,及CRrecordset和CDatabase这两个类的使用-Database access with a simple demonstration, which includes how to connect to the database, and CRrecordset and CDatabase the use of these two classes
- 2022-03-31 06:26:08下载
- 积分:1
-
明日科技 的 VC数据库系统开发案例精选 中 客房管理系统 源码...
明日科技 的 VC数据库系统开发案例精选 中 客房管理系统 源码-Tomorrow science and technology In the Room Management System Source
- 2022-12-14 17:35:04下载
- 积分: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
-
对SQL数据库项目的脚本。
script of the sql data base of the project that.
- 2022-02-05 21:53:18下载
- 积分:1
-
数据库笔记
基础SQL数据库知识小解,适合新手入门,知识全,内容广。(Basic knowledge of SQL database, suitable for novice entry, full knowledge, wide content.)
- 2020-06-21 18:00:02下载
- 积分:1
-
根据数据库字段生成存储过程和c#引用代码
根据数据库字段生成存储过程和c#引用代码
- 2022-02-12 22:53:17下载
- 积分:1
-
own database operations, using them more convenient
自己封装的数据库操作类,使用起来比较方便-own database operations, using them more convenient
- 2023-03-16 05:35:03下载
- 积分:1