搜索资源列表
vfpcontrol_dial
- VFP的拨号上网远程网站登录管理源码,提供联接网站邮箱和实现底层邮件通讯的功能
ODBCApiDataManager
- 通过ODBC API实现对数据库的访问.虽然用ODBC访问数据库比较麻烦,但却很灵活,效率高,又便于了解ADO、DAO的底层封装方式,对提升整体软件思想是很有好处的。
DBApp
- 用JAVA开发的数据库底层核心,是学习用JAVA开发数据库系统的必要资料。-with JAVA development of the database underlying core, Java is used to study the development of a database system the necessary information.
SQL
- 本代码简单明了,讲解细致,让你很快学会运用sql开发底层-The code is simple and clear, detailed briefings to let you quickly learn how to use sql to develop the underlying
14160_1239592890aB1K
- 纯C语言写的小型通用数据库,一个C数据结构组科技小组的作品,附有开发思路PPT,这可是一个宝贵的资源哦,更底层的东西,运行于DOS提示符,可以新建数据库等操作。C的编程高手们值得参考一下。-Pure C language to write a small general-purpose database, a data structure C Group Technology Group works to develop ideas with PPT, this is a valuable re
ccl
- 一个教务管理系统的程序设计作业,基于vc++6.0底层开发。使用sqlserver2000数据库,详情参见里面的help.doc。-The Educational Manager System is one of my programing works ,which is developed based on VC++ 6.0. This System uses sqlserver2000 database. see the details inside help.doc.
sql_kechengsheji17.1_final_beta
- 数据库课程设计+——本科生教学培养计划~使用C#做外设应用程序~使用SQL建立底层数据库~-Database of curriculum design+- undergraduate teaching training program ~ the use of C# application so peripheral to establish the bottom-use SQL database ~
otlv4h
- OTL是Oracle 和 ODBC 的模板库,它屏蔽数据库操作的底层,提供数据库连接功能,以标准 C++ 流的方式完成嵌入式 SQL 语句、存储过程的执行和光标操作。 -OTL is the Oracle and ODBC Template Library, which shield the underlying database operations to provide database connectivity to standard C++ stream manner embedded
DateUtils
- 数据库查询util封装,包装了底层方法\数据库查询util封装,包装了底层方法-data base manager data base manager data base manager data base manager
PGvsInnoDB
- PostgreSQL与mysql InnoDB并发控制机制实现方法的比较 分底层实现和上层方法两部分-PostgreSQL and mysql InnoDB concurrency control mechanism to achieve method
exam_Data
- SQL是高级的非过程化编程语言,是沟通数据库服务器和客户端的重要工具,允许用户在高层数据结构上工作。它不要求用户指定对数据的存放方法,也不需要用户了解具体的数据存放方式,所以,具有完全不同底层结构的不同数据库系统,可以使用相同的SQL语言作为数据输入与管理的接口。它以记录集合作为操作对象,所有SQL语句接受集合作为输入,返回集合作为输出,这种集合特性允许一条SQL语句的输出作为另一条SQL语句的输入,所以SQL语句可以嵌套,这使它具有极大的灵活性和强大的功能,在多数情况下,在其他语言中需要一大段
AdoInterface
- 数据库访问层的通用设计。可根据配置文件的更改适应不同的底层数据库。-The universal design of the database access layer.According to the configuration file changes to adapt to different underlying database.
DatabaseAccessLayer
- 数据库访问层的通用设计。可根据配置文件的更改适应不同的底层数据库。-The universal design of the database access layer.According to the configuration file changes to adapt to different underlying database.
PM_SQL
- 基于SQLServer的口袋妖怪查询系统~ 支持底层SQL命令执行,存储过程查询等-SQLServer Pokemon-based query system to support the underlying implementation of SQL commands, stored procedures, etc.
pdo-for-mysql
- 使用PDO底层类,实现对数据的访问和操作。并附有前台和后台可供参考,注意修改Mysql的配置文件-it is php by using pdo.class to connect to mysql
sqlbasedao
- 实现基础数据库操作功能,基于dao数据库底层操作。-Implement basic operation function, based on the underlying operating dao .
otl4_examples
- OTL 是 Oracle 和 ODBC 的模板库,它屏蔽数据库操作的底层,提供数据库连接功能,这个是OTL的程序例子,很实用。-OTL is Oracle and ODBC template library, it shields the underlying operations, provide connectivity, this is an example of OTL program, it is practical.
oraclConn
- java实现 oracle数据库的连接 操作的是数据库底层,使用的是jdbc连接-By analyzing the commonly used Oracle connection methods, the convenient and efficient java connectivity ( JDBC) data access technique is utilized to achieve the connection between JSP page and the server.