搜索资源列表
AdoC++
- 使用C++语音编写的Ado数据库操作类, 本代码中包含Connect、Command、Reocrd、Parameter等类的C++类代码实现,但有些具体功能没有实现
Database discreteness
- 本文分Activex 数据对象、操作记录集、使用命令三个部分并加以大量实例描述了对数据库的存取等操作-paper points ActiveX Data Objects, operational records set using the command three to be part of a large number of examples and describes the right of access to the database operational
VIPManager_V1.0
- 商场VIP管理系统(我的课程设计),用的是ACCESS,是我用记事本改的(原先是《JAVA项目开发实践》上的一个例子,但有问题),然后在命令行下编译调试,还用到一些批处理命令来管理文档。配置数据源后,可登入使用:username:guest,password:123456-VIP shopping center management system (my course design), is using ACCESS is the notebook I used to change (the o
MySQLTest
- 一个连接MySQL的demo,里面有插入一条的命令,欢迎下载-A connection to MySQL demo, which has inserted a command, please download
phone-command-system
- 本软件提供6个基本功能: 添加功能 添加新的记录(编号,姓名,地址,手机号码,邮编,email); 查询功能 显示所有; 按编号查询; 按姓名查询; 按手机号码。 删除功能 删除所有,删除单个。 排序功能 按编号排序,按姓名排序。 保存退出 保存数据。 不保存退出 信息没有保存-This software provides six basic functions: Add functionality Add new record
OceanmapVer1_1
- 这是一个通用的数组编辑器,OceanMap只是我给它起的一个名字。 主要功能: 1. 数组的行和列的个数可以自动进行保存,不必担心丢失数据; 2.可以以命令行方式调用OceanMap; 3.可以把输入的网格型数据转换成矩阵形式。-This is a common array editor, OceanMap only since I gave it a name. The main functions: 1. Array the number of rows and column
datagrid
- vb编写的datagrid控件与access相连的应用实例,利用连接字符串相连,点击命令按钮可添加当前时间到数据库。-vb prepared datagrid controls access linked with the application, using connection string connected, click the command button can be added to the database current time.
PL.SQL.Developer.v7.1.5
- PL/SQL Developer是一种集成的开发环境,专门用于开发、测试、调试和优化Oracle PL/SQL存储程序单元,比如触发器等。PL/SQL Developer功能十分全面,大大缩短了程序员的开发周期。强大的PL/SQL编辑器,完善的Debugger调试器(需要Oracle 7.3.4或以上版本)询问创建\SQL视窗\命令视窗\报告视窗\项目\浏览器\过程优化\HTML手册\Non-PL/SQL目标\模板目录\比较用户目标\输出用户目标\工具\lug-In扩展\Multi-thread
SuperMarket
- 超市进销存管理系统: 使用本系统,请按照以下流程操作: (1)首先在后台管理中的“基础信息”中添加商品、员工及供应商信息。 (2)通过“仓库管理”/“入库登记”命令,添加商品入库信息。 (3)商品入库后,即可通过前台执行销售操作。 (4)销售后,在后台可执行销售查询、销售退货及退货查询等操作。 (5)通过财务管理中可查看日销售额及月销售额。 -Supermarket Invoicing Management System: Using this system, ple
ADO_Command_based_on_the_classic_practical_informa
- ADO Command经典实用基础资料ADO Command based on the classic practical information-Practical information on classical basis of ADO Command ADO Command based on the classic practical information
sqlite.command.interface
- SQLite库包含一个名字叫做sqlite3的命令行,它可以让用户手工输入并执行面向SQLite数据库的SQL命令。本文档提供一个样使用sqlite3的简要说明。-SQLite library includes a name called sqlite3 command line, it allows users to manually enter and execute SQL commands for the SQLite database. This document provides
sql-jichu
- 数据库基础 - SQL语言 数据源配置 SQL语言-简介 SQL语言中的数据查询分为4种基本类型 简单SQL命令– 语法 SQL 函数-Based database- SQL language data source configuration SQL Language- Introduction SQL data query language is divided into 4 basic types of simple SQL command- Syntax SQL F
jbpm4[1].3workbook----chinese
- informix 数据库操作手册,包含常用的informix管理方法,数据库操作命令-informix database operations manual, including the commonly used informix management, database operations command
VFP
- 经典VFP命令集,VFP对于平时办公处理桌面式数据有用的多。-Classic VFP command set, VFP desktop for normal office processing the data more useful.
wn.1
- wn()wordnet的线性函数接口,用于访问wordnet的数据库-wn( ) provides a command line interface to the WordNet database, allowing synsets and relations to be displayed as formatted text. For each word, different searches are provided, based on syntactic category and
ex3_main
- 哈工大数据库实验,实现C语言和数据库的连接,并实现十余条一般数据库查询命令-HIT database experiments to achieve the C language and database connections, and achieve more than ten general database query command
SQL-CommandHelp
- Sql语句和函数及命令的合集,方便查询Sql语句的各种函数和命令-Sql statement and collection functions and commands easier to find a variety of functions and Sql statement command
ADO
- Windows运用系统ADO接口访问数据库 1. 数据库访问与数据库无关,可访问各种类型数据库 2. 本代码封闭了系统接口,CADOConnection,CADOQuery,CADOTable,CADOCommand分别实现数据库的连接,查询,执行命令 3. 同时也实现了向数据库中插入图片及读出图片等功能-Windows ADO interface to access the database using the system 1 with the database-independ
DB2
- 如何在DB2中配置远程数据库, 先用Telnet命令连接到服务器。 -How to configure a remote DB2 database, first use the Telnet command to connect to the server.
VFP--supplementary-command
- VFP 中的一些命令总结,希望能对各位朋友有一定的帮助。包括:一、表的操作命令 二、SQL语句 三、表单知识 四、报表知识 五、菜单知识 -In VFP command summary, I hope our friends will certainly help. Include: a table command Second, the SQL statement Third, the form of knowledge Fourth, the stateme