搜索资源列表
-
0下载:
动态创建access或者oracle的ODBC数据源-create dynamic access to the oracle or ODBC data sources
-
-
0下载:
分析大型系统源代码中包含的SQL语句,解析这些SQL语句访问的数据表和条件表达式,连接数据库,探测对应的数据表包含的记录个数和参与条件过滤的字段的有效值个数,为数据表构建索引策略提供,并自动生成索引创建脚本。目前支持的开发语言有Java、C++、Delphi、Oracle(存储过程、触发器)。-Analysis of large system source code is included in SQL statements, explains these SQL statements to a
-
-
0下载:
ADO数据库用法,详细建立连接,直接通过ADO读、写Access文件示例实现用ADO从Access文件中读取相应数据并显示出来-ADO database usage in detail to establish a connection directly through ADO reading, writing sample Access file from Access using ADO to read the corresponding data file and displayed
-
-
0下载:
一个通用的数据转换工具的需求、设计和实现,介绍了向导程序的实现技术、元数据的获取方法,异构数据源之间数据类型的转换和映射等手段-A common instrument of the demand for data conversion, design and implementation, the introduction of the implementation technology wizard, metadata access methods, heterogeneous data so
-
-
0下载:
用vc 2005 ado 连接access数据库,读取并显示数据的示例,只需要修改连接字符串,也可以很方便地连接mysql,sqlserver,oracle等数据库-Vc 2005 ado connection with access database, read and display the sample data, only need to amend the connection string, it can easily connect mysql, sqlserver, oracle
-
-
0下载:
PMIS--------主程序代码
表示层,负责应用程序的表现形式、用户体验等。
-------DALFactory-----抽象工厂
抽象工厂,用于创建各种数据对象的方法,这里有配置文件和反射的运用。
-------IDAL--------数据接口层(控制是选择什么类型的数据库)
数据操作接口,数据访问层实现其接口并重写它(体现了面向接口的编程思想)。
-------BLL------
处理应用程序的业务逻辑,被表示层调用。
------
-
-
0下载:
SQL is a standard language for accessing databases.
Our SQL tutorial will teach you how to use SQL to access and manipulate data in:
MySQL, SQL Server, Access, Oracle, Sybase, DB2, and other database systems.
-
-
0下载:
vc环境下用oci方式访问oracle,实现快速数据访问-access to the oracle, the vc environment oci way and fast data access
-
-
0下载:
Source code for a generic Data Access Component implementation written in C# that supports SQL, Oracle, OLEDB and ODBC data providers, using the Factory design pattern for instantiating the specific data provider objects at run time based on the appl
-
-
0下载:
在VC中利用ADO接口技术访问Oracle数据库,实现了一个简易的租借DVD的数据管理系统。-Use ADO to access an Oracle database interface technology in VC to achieve a simple DVD rental data management system.
-