搜索资源列表
20062171141051
- 很不错的Access数据库结构打印工具,方便您在编程时助记数据库字段,可以输出到打印机,保存为HTML文件。能很清楚的列出数据库的所有表的字段信息、索引信息等。 -quite the Access database structure Print tool to facilitate the programming your reporter database fields, can be output to the printer, the depositary for the HTML
zm046
- 这是一个编程辅助查询工具。只要你把想做的查询方式告诉它,它就能马上告诉你需要用到的SQL语句或函数。非常实用的SQL数据库编程工具。-This is a tool for programming support. If you want the inquiry to tell it, it can tell you immediately need to use the SQL statement or function. Practical SQL database programming t
otl4_examples
- otl编程的举例,很好的例子,是oracle数据库编程的利器-otl programming, for example, a very good example is the oracle database programming tool
VBxiaoyunhuiguanlixitong
- 学校田径运动会管理系统是典型的信息管理系统,本系统为田径运动会运动会组织者提供方便、快捷的方法,系统的对运动会进行合理的安排与管理,实现无纸化工作,节省大量人力和物力。本论文首先使用了Visual Basic作为开发工具和Access作为后台数据库,然后再介绍了开发背景,最后通过截图和表格来说明该系统的开发与操作。设计充分利用VISUAL BASIC以及ACCESS数据库易于使用和快速开发的特性,提高了编程效率和可靠性。同时对系统的开发原理、系统的功能特点和设计方案进行了介绍。在对运动会管理体系
testoci
- OCI(Oracle Call Interface)是ORACLE公司开发的一个应用程序开发工具,是一个通过访问Oracle数据库的服务器,控制各类SQL语句的执行,进而创建应用程序的的应用程序接口(API)。它支持SQL所有的数据定义,数据操作,查询,事务管理等操作,支持C和C++的数据类型,调用,语法和语义。它提供了一组可对Oracle数据库进行存取的接口子例程(函数)。 OCI程序实质上就是用高级语言写的程序,其特点是内部含有对OCI子函数库的调用,通过在第三代程序设计语言(如C语
AssetManagementSystem
- 一个关于Access 2007数据库的小尝试,内容是资产管理的一个小系统 ~很有意思-a programming about the asset management system using Access 2007 as the developint tool
QA
- 本系统前台使用面向对象的可视化编程工具Visual C++6.0,后台使用Microsoft SQL Server 2000数据库来实现。-Front of the system using object-oriented visual programming tool for Visual C++6.0, the background using the Microsoft SQL Server 2000 database to achieve.
3107006368
- 宾馆管理系统 本系统的设计开发以Visual Basic 2005 + SQL Server 2005 为工具,应用的主要技术有:面向对象的程序设计、工程属性的设置、窗体和基本控件的使用、数据库参照完整性的实现和加密算法。-Hotel management system design and development of this system to Visual Basic 2005+ SQL Server 2005 as a tool for the application of the
Personnel-Management-System
- Visualc++/SQL+Server数据库应用实例完全解析1.rar及对应的开发ppt。内容是一个“人事管理系统” 人事工资管理系统是非常通用的管理信息系统,是企事业单位实现办公自动化的前提和基础。 后台数据库使用SQL Server,前台开发工具使用Visual C++。 本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势-Visualc++/SQL+ Se
rsgzgl
- 后台数据库使用SQL Server,前台开发工具使用Visual C++。本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势。-Background database using SQL Server, front development tool Visual C++. The system uses the more popular ADO data access tech
ORACLE-training-plan-
- ORACLE的简单介绍,以及各种sql语法的简单介绍,ORACLE公司是一家提供综合技术产品、方案、服务的数据库公ORACLE数据库设计成可大量存储数据,快速查询数据,保证数据的安全和一致性,跨网络的分布式管理及客户-服务器的配置等。RACLE SQL语法符合ANSI 1986标准SQL和数据库交流的命令式语言 QL*PLUS ORACLE的一种工具, 用来运行SQL和PL/SQL语句PL/SQL ORACLE的过程化编程语言 -ORACLE s simple introduction,
mysqldb
- vb.net MySQL数据库编程工具 详细的使用了 MySQL .net Connector 生成vb.net下的datatable代码-vb.net MySQL database programming tool for the detailed use of MySQL. net Connector under datatable vb.net code generation
sy
- 数据查询语句是SQL语句的重要组成部分,合理使用数据查询语句,可以极大的简化应用程序编制、快速的定位分析数据库系统的故障,查询语句是编程人员与数据库管理人员必不可少的工具,通过试验,加深学生对查询语句基本概念的理解与掌握,最终达到灵活应用的目的。-Data query SQL statement is an important part of the rational use of data query, you can greatly simplify application programm
exam_Data
- SQL是高级的非过程化编程语言,是沟通数据库服务器和客户端的重要工具,允许用户在高层数据结构上工作。它不要求用户指定对数据的存放方法,也不需要用户了解具体的数据存放方式,所以,具有完全不同底层结构的不同数据库系统,可以使用相同的SQL语言作为数据输入与管理的接口。它以记录集合作为操作对象,所有SQL语句接受集合作为输入,返回集合作为输出,这种集合特性允许一条SQL语句的输出作为另一条SQL语句的输入,所以SQL语句可以嵌套,这使它具有极大的灵活性和强大的功能,在多数情况下,在其他语言中需要一大段
LearningPL-SQL
- Oracle数据库的学习,PL/SQl是编程工具,对实际问题的解决需要将问题转化为这种工具,并且能够得到很好的掌握-Learning of the Oracle database, PL/SQl programming tools, the solution of practical problems need to be transformed into such a tool, and be able to get a good grasp of
Delphi_develop
- Delphi是开发数据库前端的优秀工具,它以其简洁明快的编程语言、功能强大的组件和灵活方便的编程环境在竞争激烈的市场中越来越赢得青睐。采用Delphi来开发数据库应用程序具有更大的灵活性和可扩展性。-Delphi is an excellent tool for database front-end development, and its concise programming language, components of a powerful and flexible programmin
MyService---
- 基于托管C++和netframework技术的桌面型关系数据库管理工具源代码。windows窗体编程的典范。-Source code based on the the hosting C++ and netframework desktop relational database management tool. windows form programming model.
cvx-w64
- 这是凸优化工具包,无需编程,能够直接调用,方便快捷-This is a convex optimization tool kit, without programming, can be called directly, convenient and quick
Worker-information-management-system
- 职工信息管理系统采用Delphi 7编程工具及Access数据库实现系统应用的设计要点,重点阐述系统实现过程中的重点和难点问题的分析及其解决方案,解决企业对员工的计算机管理。-Worker information management systemUsing Delphi 7 programming tool and Access to realize the design points of the application system, realize the important and
[PHP编程].dev-php(ED2000.COM)
- 这是一款PHP开发工具,使用它可以更快捷对PHP编程。(This is a PHP development tool, using it can be more efficient programming on the PHP.)