Welcome![Sign In][Sign Up]
Location:
Search - OLEDB

Search list

[CSharpSPL_Robot

Description: SPL_Robot是配合SmartPersistenceLayer使用的一个XML数据库框架的代码生成工具。 SmartPersistenceLayer(SPL)是.NET系统框架持久层。强调是框架带来的灵活性与扩展性。 一、 引用 SPL的发布形式是一个名为PersistenceLayer.Dll的DLL文件,可以在我的BLOG上下载目前最新版:SmartPersistenceLayer3.2,因此只需要在项目中“添加引用”即可: 若要使用ODP.NET连接Oracle数据库,则用以上方式添加Oracle.DataAccess.dll 若要使用SPL连接MySql数据库,则用以上方式添加MySql.Data.dll 二、 配置文件与实体类 SPL的配置文件与实体类可以使用我提供的SmartRobot进行生成(SPL_Robot已经公开源码,请看这里),这可以大大加快开发效率,但工具毕竟是工具,不属于SPL持久层的必选部分。 连接数据库: 目前SmartRobot支持Ms Sql Server、Ms Access、Oracle数据库,如果是其他数据库只能只好手写实体类了或者等我升级喽 ) 确定好要生成的实体类存放的地址,到时生成时会生成到相应的目录里。 配置每个表对应的实体类属性,默认实体类名称为“表名”加“Entity”字符,属性名默认与列名相同,上图中的“2”“3”操作对每个表都要- <database name="Northwind" type="MsSqlServer"> <parameter name="Provider" value="SQLOLEDB.1" /> <parameter name="Password" value="tintown" /> <parameter name="Initial Catalog" value="Northwind" /> <parameter name="User ID" value="sa" /> <parameter name="Data Source" value="(local)" /> <classMapFile path="ClassMap.xml" /> </database> Ms Access例如下: <database name="DMBCN" type="MsAccess"> <parameter name="Provider" value="Microsoft.Jet.OLEDB.4.0" /> <parameter name="Data Source" value="dmbcn.mdb" /> <classMapFile path="ClassMap.xml" /> </database>
Platform: | Size: 155648 | Author: AaronChen | Hits:

[.netSqlOledb

Description: VB.NET 写的一个SQL数据操作类,有SQL和ACCESS数据两种。-VB.NET write a SQL data manipulation classes, there are two kinds of SQL, and ACCESS data.
Platform: | Size: 78848 | Author: 老严 | Hits:

[Other Databasesxmlthumbplayer-green

Description: source code of oledb
Platform: | Size: 228352 | Author: master123 | Hits:

[VC/MFC01

Description: This the book on ADO.NET. ADO.NET is the latest database technology from Microsoft and represents the most powerful way to manipulate a database to date. A Programmer s Guide to ADO.NET in C# begins by taking readers through an overview of C# and then delves into ADO.NET. Author Mahesh Chand provides details on each of the major data providers of the .NET platform, such as OleDb, Sql, and ODBC, which enable developers to read and write data to the targeted databases. This book also serves as a good reference for finding detailed methods and properties for these data provider classes.-This is the book on ADO.NET. ADO.NET is the latest database technology from Microsoft and represents the most powerful way to manipulate a database to date. A Programmer s Guide to ADO.NET in C# begins by taking readers through an overview of C# and then delves into ADO.NET. Author Mahesh Chand provides details on each of the major data providers of the .NET platform, such as OleDb, Sql, and ODBC, which enable developers to read and write data to the targeted databases. This book also serves as a good reference for finding detailed methods and properties for these data provider classes.
Platform: | Size: 1838080 | Author: mit | Hits:

[OtherA__Net_Dat1787928312004

Description: Sample application/*.sln for beginners and intermediates using OLEDb. Other controls used are ListView, ListBox, and MenuItems. Also uses ArrayList as a collection holder for the entries in the DB. Comes with *.mdb file. Pretty good beginning point for OOD. Complete with Update/Delete/Add/Refresh SQL Commands.
Platform: | Size: 31744 | Author: mohamed alnoman | Hits:

[ADO-ODBColedb-12

Description: 利用ADO从自己的COM对象输入输出数据(41KB)-ADO seems to be the ideal way to expose tabular data from your own COM objects
Platform: | Size: 40960 | Author: Mirchen | Hits:

[ADO-ODBColedb-2-13

Description: ATL OLE_DB数据库引擎模板保存数据到一个简单的数组(42KB)-The ATL OLE_DB Provider templates appear to rely on the fact that your data is kept in a simple array
Platform: | Size: 43008 | Author: Mirchen | Hits:

[Other Databasesmatlab_OLEDB_connection_and_read_database

Description: matlab通过OLEDB方式读取数据库中的数据(Access版)-matlab way through the OLEDB to read data in the database (Access version)
Platform: | Size: 36864 | Author: godman | Hits:

[WEB CodeExcel2sql

Description: Excel导入SQLserver源码 Excel是一种非常灵活的电子表格软件,用它可以存储各种数据,本节将对如何将Excel导入SQL Server2000数据库进行详细介绍。 开发环境:NET2.0 开发工具:vs2005 开发语言:c# 数据库:server2000 1.方案分析 通过Microsoft.Jet.OLEDB.4.0方式可实现使用ADO.NET访问Excel的目的,如以下示例代码为连接Excel数据的字符串: string strOdbcCon = @"Provider=Microsoft.Jet.OLEDB.4.0 Persist Security Info=False Data Source= Server.MapPath(("~upfiles")+ filename) Extended Properties=Excel 8.0" 2.实施过程 程序开发步骤: (1)新建一个网站,命名为HHASPX,其主页默认为Default.aspx。 (2)Default.aspx页面中添加一个Table表格,用来布局页面,然后在该Table表格中添加一个一个FileUpload控件;一个Button控件和一个GridView控件。FileUpload控件用来选择上传文件,Button控件用来将指定Excel上传到服务器并将数据表中的数据导入到SQL Server数据库中;GridView控件用来显示导入SQL Server数据库中的Excel数据。 App_Data下为Sql数据库,附加后修改cs文件中的数据库连接字符串: string strConn = "Data Source=. DataBase=hhaspx Uid=sa Pwd=sa"
Platform: | Size: 156672 | Author: wanghu | Hits:

[OS programnorthwindoledb

Description: WinCE下VC实现的OLEDB编程 本地*.sdf文件的操作-OLEDB VC achieved under WinCE programming operation of the local*. sdf file
Platform: | Size: 324608 | Author: wuyong | Hits:

[SCMtuxiang

Description: 在这精神文明和物质文明高速发展的当今社会,人们对现代化和自动化的追求日益增长,同时对家庭居住安全及其报警方面也有很高的需求,而基于图像的智能小区防盗报警系统,适合人们的需求,可以给人们的生活带来很大的益处。 本系统只是模拟防盗报警,主要有两个大的模块。一为前端模拟信号的产生部分。二为后端接收报警信号和处理部分。本论文主要介绍后端数据库管理和报警处理部分。能实现对布防参数、处警参数、日志、操作员、报警图像等的管理。一旦接收到报警信号,可根据程序设定启动相应的报警动作(不同的触发事件有不同的处理方式),并在日志中记录触发事件的时间、名称和处警动作,以备查用。 程序使用ADO(ActiveX Data Object)管理数据库。ADO是Microsoft数据库应用程序开发的新接口,是建立在OLEDB之上的高级数据库访问技术。 -In spiritual civilization and current society that material progress develop at a high speed , people increase to modernization and pursuit of automation day by day, Live and monitor to family warning respect have high demand very too extremely safely at the same time, and this based on graph’s system for intelligent areola burglarproof alarm is suiting people , which can bring very great benefit to people s life . This system is a simulated burglarproof alarm, it has two main modules. The first module is front end which creates the simulated signals .The second module is backstage which receives and conducts the signals. This article mainly introduce backstage database management and alarm processing. This system could manage many entities including setting up defense parameter, warning parameter, log, operators, warning graphs, etc. Once it receives the signals, it can activate the corresponding alarm actions according program’s set up(different trigger event has different conduct
Platform: | Size: 56320 | Author: chengzi | Hits:

[SCMhongwai

Description: 本系统只是模拟防盗报警,主要有两个大的模块。一为前端模拟信号的产生部分。二为后端接收报警信号和处理部分。本论文主要介绍后端数据库管理和报警处理部分。能实现对布防参数、处警参数、日志、操作员、报警图像等的管理。一旦接收到报警信号,可根据程序设定启动相应的报警动作(不同的触发事件有不同的处理方式),并在日志中记录触发事件的时间、名称和处警动作,以备查用。 程序使用ADO(ActiveX Data Object)管理数据库。ADO是Microsoft数据库应用程序开发的新接口,是建立在OLEDB之上的高级数据库访问技术。 -Then the system receives the signal to start the telephone dialing and alarming at the help of dual-tone multifrequency module and speech sounds module. Lastly the image monitor part collects and stores the scene of alarming. It is very good for the practical value and suitable to be spreaded widely.
Platform: | Size: 185344 | Author: chengzi | Hits:

[ApplicationsTestHelpDB

Description: source code for manage sql and oledb db
Platform: | Size: 3122176 | Author: cyruslogic | Hits:

[ActiveX/DCOM/ATLADO

Description: ADO Data 控件使用 Microsoft ActiveX 数据对象(ADO) 来快速建立数据绑定的控件和数据提供者之间的连接。数据绑定控件是任何具有“数据源”属性的控件。数据提供者可以是任何符合 OLEDB 规范的数据源。使用 Visual Basic 的类模块也可以很方便地创建子集的数据提供者。
Platform: | Size: 3072 | Author: 许彻 | Hits:

[ADO-ODBCDatabase_ADO_OLEDB_ODBC_DAO_RDO_difference

Description: 数据库ADO,OLEDB,ODBC,DAO,RDO的区别Database, ADO, OLEDB, ODBC, DAO, RDO difference-Database, ADO, OLEDB, ODBC, DAO, RDO difference Database, ADO, OLEDB, ODBC, DAO, RDO difference
Platform: | Size: 6144 | Author: 88i | Hits:

[SCMOLEDB

Description: True DBGrid control version 7 some sample code
Platform: | Size: 290816 | Author: malike | Hits:

[SCMrheprovider20101204

Description: 我为实时历史数据库开发的OLEDB驱动,即 OLEDB Provider,开发者可能修改相应接口,实现自定义数据更新-My OLEDB Provider for rhedb
Platform: | Size: 61440 | Author: 陈青 | Hits:

[CSharpwlgs

Description: 物流公司的整个网站源码 本程序只是为了方便广大中小物流业主,是免费软件,在您安装时请修改数据库名称。App_Data/mydata.mdb和 App_Data/leaveword.mdb 修改后在用记事本打开web.config文件,在如下位置替换成你修改后名称 <connectionStrings> <add name="OLEDBCONNECTIONSTRING1" connectionString="Provider=Microsoft.Jet.OLEDB.4.0 Jet OLEDB:Database Password=lxhslmlz data source="/> <add name="OLEDBCONNECTIONSTRING2" connectionString="\App_Data\修改改后数据库名1.mdb"/> <add name="OLEDBCONNECTIONSTRING3" connectionString="\App_Data\修改改后数据库名2.mdb"/> </connectionStrings>-Logistics Code
Platform: | Size: 3300352 | Author: dhj | Hits:

[WEB Codeasp

Description: 这是简单例子,连接同一文件夹下 Access 数据库 MyFile.mdb,显示其中数据表 MyTable 的字段 MyField 的第一个记录数据: -Set cn = Server.CreateObject("ADODB.Connection") cn.Open "provider=microsoft.jet.oledb.4.0 data source=" & server.MapPath("MyFile.mdb") Set rs = Server.CreateObject("ADODB.Recordset") rs.Open "Select* From MyTable", cn Response.Write rs.Fields("MyField") rs.Close cn.Close Set cn = Nothing
Platform: | Size: 2048 | Author: midefeng | Hits:

[CSharpC_ACC

Description: 操作涉及的主要C#类有: DataSet:对应数据库表的一个集合,实际上是数据库表在内存中的一个缓存 DataTable:对应数据库表,是数据库表行的集合 DataRow:对应数据库表行 OleDbConnection:建立数据库连接 OleDbDataAdapter:由数据库生成DataSet,并负责DataSet与数据库的同步 OleDbCommandBuilder:生成更新数据库所需的指令 DataSet、DataTable、DataRow用于数据在缓存中的操作,这上面的操作只有更新到数据库中,修改结果才会被永久保存。OleDbConnection 是用OLEDB方法连接数据库所必需的。 -C# for the operation of the Access database
Platform: | Size: 16384 | Author: dreampeace | Hits:
« 1 2 3 4 5 6 7 89 10 11 »

CodeBus www.codebus.net