CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 搜索资源 - 用法

搜索资源列表

  1. 数据库123

    0下载:
  2. 数据库文件。对sql数据库的基本用法和创建做了介绍,同时还通过实例来说明了创建过程。-database files. Sql database of the basic usage and the creation of an introductory, but also through the creation of clear examples term process.
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:57906
    • 提供者:开心
  1. sql手册

    0下载:
  2. 讲解了sql的基本用法,适合初学sql语言的群体,请认真学习,为进一步深造打下坚实基础-explained the basic usage, suitable for beginners sql language groups, earnestly study and To lay a solid foundation for further studies
  3. 所属分类:MySQL数据库

    • 发布日期:2008-10-13
    • 文件大小:29962
    • 提供者:焦巍
  1. oracle10g

    0下载:
  2. 关于ORACLE10G的详细解说和介绍,对ORACLE10g的用法和配置进行了透彻和详尽的说明和举例-ORACLE10G on the detail and, right ORACLE10g usage and configuration for a thorough and detailed descr iption and examples
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:12523233
    • 提供者:李建国
  1. usagesoforacle

    0下载:
  2. 本文件归纳了oracle所有的基本的命令、操作语句及其详细用法,希望对大家有所帮助,谢谢!-This document summarizes the oracle of all the basic order, operating statements and detailed usage, we want to help, thank you!
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:169168
    • 提供者:suxiaowen
  1. cadtools

    0下载:
  2. acad表格转excel, 用法120979788@qq.com-Academy of forms to excel, usage 120979788@qq.com
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:98583
    • 提供者:flq
  1. lrt119_CreateDataBase

    0下载:
  2. 控件作用: 自动创建SQL数据库(可以同时间创建多个数据库) 控件用法: 1:添加数据库(可以添加多个数据库)选择相应的数据库. 2:添加SQL文件(创建数据表,视图,过程.可从SQL文件中加载) 3:添加基础数据库基础默认数据(可从SQL文件中加载) 4:保存并退出 调用方法 : cCreateDBV21.Execute 其它 : cCreateDB(进度显示)-control role : automatic creation of the SQL
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:63269
    • 提供者:type
  1. kucun

    0下载:
  2. 商品库存管理系统,可以了解列表框控件,组合框控件的用法,适合初学者参考。
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:742732
    • 提供者:tanjiwu
  1. kehu

    0下载:
  2. 客户管理系统,可以了解 activex 控件用法,适合初学者参考。
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:996604
    • 提供者:tanjiwu
  1. SQL+HELP

    0下载:
  2. SQL 中文帮助文档 帮助你学习SQL 语句 了解SQL 的用法 熟悉SQL知识 强烈推荐
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:206991
    • 提供者:江龙飞
  1. sql000

    0下载:
  2. SQL相关用法 用中值排序基数法实现树状结构 SQL Server 6.5 配置使用要点等等
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:862380
    • 提供者:has
  1. SQL

    0下载:
  2. CHM版的SQL学习大全,里面有着所有SQL的语法,以及用法。 让你可以轻松的学习SQL
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:29376
    • 提供者:lisi
  1. SQLsdas

    0下载:
  2. 本文介绍了SQL的一些基本用法,大家可以下来
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:206996
    • 提供者:zqf
  1. fd

    0下载:
  2. 一个ADO+VC的源码,适用于初学者,里面还有其他控件用法
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:11525
    • 提供者:test3
  1. powerdesigner12.5CRACK

    0下载:
  2. powerdesigner12.5 破解补丁,压缩包中包含两个文件,用法: 1、将pdflm12.rar文件解压到PD 安装目录下, 2、进入PD,打开Tools -> License Parameters.. 3、选择Standalone Seat - Local License 4、将license.rar解压到一临时目录 5、导入license.lic 适用与PD12.5版本,已经试过有效,可以先到SYBASE官网下载12.5试用
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:572731
    • 提供者:cys
  1. otlcopy

    0下载:
  2. 使用otl包实现oracle表数据的复制 命令用法: tabcopy <源数据> <目标表> <源库> <目标库> 源数据:可以是数据表名或者是SQL查询语句(用双引号括起来)。 目标表:目标数据表名,不存在则自动创建。 源库:格式为\"用户名/密码@//IP:端口/服务名\" 目标库:格式为\"用户名/密码@//IP:端口/服务名\"-Copy the table data oracle command usage: ta
  3. 所属分类:Oracle

    • 发布日期:2017-04-03
    • 文件大小:5610
    • 提供者:muren
  1. OCI-Guide

    0下载:
  2. Oracle OCI编程指南 详细的介绍了OCI编程的步骤以及各个函数的用法,是学习OCI编程不少缺少的一份文档-Oracle OCI Programming Guide for a detailed descr iption of OCI programming steps and the usage of each function is essential to learn a lot of OCI programming documents
  3. 所属分类:Oracle

    • 发布日期:2017-04-09
    • 文件大小:1502506
    • 提供者:kulong
  1. freescaleMC9S12XS128PLL

    0下载:
  2. 飞思卡尔MC9S12XS128之锁相环PLL 单片机 三 272011通过设置XS128的锁相环,可以方便改变内部总线频率,轻松实现超频。下面是16MHz~120MHz的设置函数,后面有各寄存器用法。-The phase-locked loop PLL chip Freescale MC9S12XS128 three 272,011 PLL by setting the XS128, you can easily change the internal bus frequency, easy
  3. 所属分类:Database system

    • 发布日期:2017-03-31
    • 文件大小:1149
    • 提供者:lihaitao
  1. Rookie-levelSQL21daythroughself-study

    0下载:
  2. SQL 各种语句详细用法 截图 超完美经典详细数据库教程 比较清晰的 pdf教程 -Details of usage of various SQL statements detailed database screenshots Perfect classic clearer tutorial pdf tutorial
  3. 所属分类:SQL Server

    • 发布日期:2017-05-10
    • 文件大小:2073921
    • 提供者:sdgsdsdfw
  1. sql

    0下载:
  2. 全面介绍sql语法,并提各种函数的查询,以及相存储过程以及触发器等高级用法的介绍-Comprehensive introduction sql grammar, and a variety of functions to query, as well as with stored procedures and triggers, such as introduction of Advanced Usage
  3. 所属分类:SQL Server

    • 发布日期:2017-05-10
    • 文件大小:2205586
    • 提供者:dxbin
  1. the-easist-way-to-use-SQL

    0下载:
  2. 介绍了sql的用法及其应用,对我们更深入的了解sql有指导作用。-Introduced the use of sql and its application to our better understanding of the role of guiding sql.
  3. 所属分类:SQL Server

    • 发布日期:2017-03-21
    • 文件大小:239271
    • 提供者:李四化
« 12 3 4 5 »
搜珍网 www.dssz.com