Location:
Search - access dbhelper
Search list
Description: 本程序可根据用户指定的数据库自动生成WinWord 格式(因此用户必须首先安装Word 2000)的数据库数据字典。 (1) 自动生成数据库数据字典(2) Word2000格式(3) 支持Access,SQLServer,Sybase,Oracle,MySQL,DB2.(4) 使用方便-procedures under the user-specific database automatically generate Word format (users must first install Word 2000) database data dictionary. (1) Automatic generation database data dictionary (2) format Word2000 (3) Support Access, SQL Server, Sybase, Oracle, MySQL, DB2. (4) easy to use
Platform: |
Size: 354506 |
Author: 李华 |
Hits:
Description: 这是一个c#程序,主要是DBHelper类连接access数据库和vlc二次开发的程序。DBHelper类相当全面,从基础的增删改查,到分页和存储过程都详细写入,还有简单的增删改查例子。vlc的二次开发主要实现了播放,循环播放,进度条,快进/退,等功能...
Platform: |
Size: 14260781 |
Author: zwy1129924450 |
Hits:
Description: 本程序可根据用户指定的数据库自动生成WinWord 格式(因此用户必须首先安装Word 2000)的数据库数据字典。 (1) 自动生成数据库数据字典(2) Word2000格式(3) 支持Access,SQLServer,Sybase,Oracle,MySQL,DB2.(4) 使用方便-procedures under the user-specific database automatically generate Word format (users must first install Word 2000) database data dictionary. (1) Automatic generation database data dictionary (2) format Word2000 (3) Support Access, SQL Server, Sybase, Oracle, MySQL, DB2. (4) easy to use
Platform: |
Size: 354304 |
Author: 李华 |
Hits:
Description: /*********************************
* 类名:DBHelper
* 功能描述:提供基本数据访问功能
* ******************************/-/********************************** Class name: DBHelper* Function description: to provide basic data access functions*******************************/
Platform: |
Size: 1024 |
Author: 纪保宏 |
Hits:
Description: 一个用于C#开发的,连接access/sqlserver数据库的方法集成类,方便与access/sqlserver数据库操作。-One for the C# Development, connectivity access/sqlserver database integration category, convenience and access/sqlserver database operations.
Platform: |
Size: 2048 |
Author: linwei |
Hits:
Description: 三层音乐网站源码
技术架构:是不是三层不太清楚(很难理解),采用的是伪静态URL重写.后台数据采集AJAX..
程序简介:主要实现了数据管理,添加,修改,删除.以及数据采集功能.由于时间的关系,有一部分功能还没完成!
程序目录:
Music.Common
Music.Config
Music.Data.Access
Music.Data.SqlServer
Music.DbHelper
Music.Model
Music.Search
URLRewriter
Music.Web
Music.Forums
sysadmin/ 后台(默认帐号密码:admin 123456)
后台主要功能模块有:音乐类别 添加歌手 歌手管理 添加专辑 专辑管理 音乐管理
数据采用ACCESS(App_Data下为Access数据库文件),SQL2008(DB_51aspx下为数据库文件和数据库生成脚本,但是数据为空),默认为Acce-Three-tier music site source technology framework: Is it not very clear three-tier (very difficult to understand), using pseudo-static URL rewriting. AJAX .. background data acquisition process Introduction: the main achievement of the data management, to add, modify, deleted. as well as data acquisition functions. Due to the time the relationship between the part features not yet complete! directory: Music.Common Music.Config Music.Data.Access Music.Data.SqlServer Music.DbHelper Music.Model Music.Search URLRewriter Music. Web Music.Forums sysadmin/background (the default password: admin 123456) background of the main functional modules are: add singer singers music category management add album album management music management data using ACCESS (App_Data under the Access database file), SQL2008 (DB_51aspx for database files and database to generate a script, but the data is empty), the default for acce
Platform: |
Size: 3840000 |
Author: 多杀 |
Hits:
Description: 三层音乐网站源码
技术架构:是不是三层不太清楚(很难理解),采用的是伪静态URL重写.后台数据采集AJAX..
程序简介:主要实现了数据管理,添加,修改,删除.以及数据采集功能.由于时间的关系,有一部分功能还没完成!
程序目录:
Music.Common
Music.Config
Music.Data.Access
Music.Data.SqlServer
Music.DbHelper
Music.Model
Music.Search
URLRewriter
Music.Web
Music.Forums
sysadmin/ 后台(默认帐号密码:admin 123456)
后台主要功能模块有:音乐类别 添加歌手 歌手管理 添加专辑 专辑管理 音乐管理
数据采用ACCESS(App_Data下为Access数据库文件),SQL2008(DB下为数据库文件和数据库生成脚本,但是数据为空),默认为Access
更换数据库,请将 web.config 里的
<appSettings>
...
...
<add key="DbType" value="Access"/>要是SQL数据库请更换成 SqlServer
</appSettings>
<connectionStrings>//这里对应修改.
<!--<add name="ConnStr" c/>-->
<add name="ConnStr" c/>
</connectionStrings>-Three music site source
Technical Architecture: Is the three-tier is not clear (hard to understand), uses a pseudo-static URL rewriting. Background Data Acquisition AJAX ..
Procedure Description: The main achievement of the data management, add, modify or delete. As well as data capture. Because of time, some function is not yet complete!
Program directory:
Music.Common
Music.Config
Music.Data.Access
Music.Data.SqlServer
Music.DbHelper
Music.Model
Music.Search
URLRewriter
Music.Web
Music.Forums
sysadmin/background (default account password: admin 123456)
Background main function modules include: music, artist management class to add singers to add album album management music management
Data used ACCESS (App_Data under the Access database file), SQL2008 (DB database files and the database under the build script, but the data is empty), the default for Access
Repla
Platform: |
Size: 2045952 |
Author: 小K |
Hits:
Description: ACCESS数据库连接类,还有其他的好功能哦,自己-ACCESS database connection class, there are other good feature Oh, look at their own
Platform: |
Size: 2048 |
Author: wushuang |
Hits:
Description: 强大的数据库访问类dbhelper 2.0
1、多数据库支持
2、多数据库类型支持
3、强大的查询公用方法,如支持返回泛型实体对象集合,泛型值类型集合,实体对象,数据集等。
4、所有方法都支持参数化与非参数化访问db,调用十分方便。
5、使用了线程本地存储,使之能支持在业务逻辑层显式控制事务。
6、注释较为详细,配置十分简单,方法较为简洁(加上注释总共200多行代码)。
7、开源,容易修改。-Powerful database access class dbhelper 2.0 1, 2 multi-database support, multi-database support 3 types, powerful query utility methods, such as support to return a collection of generic physical object, a collection of generic value types, entity objects, data sets and so on. 4, all the way to support parametric and non parametric access db, calling very convenient. 5, the use of thread local storage, so that it can support business logic explicitly control transactions. 6, more detailed comments, configuration is simple, relatively simple method (with a total of more than 200 lines of code comments). 7, open source, easy to modify.
Platform: |
Size: 749568 |
Author: jwx007 |
Hits:
Description: DbHelp数据库操作类,支持SqlServer, Access, Oracle三种数据库-DbHelp class database operations, support SqlServer, Access, Oracle
Platform: |
Size: 4096 |
Author: SwordElf |
Hits:
Description: 首先新建一个项目 选择解决方案-空白方案
其次 添加一个项目 选择类库 取名 MOD 数据模型层
再添加一个项目 选择类库 取名 DAL 数据访问层
再添加个项目取名 选择类库 取名 BLL 业务逻辑层
最后添加一个web应用程序
然后右击DAL 选着依赖 MOD 还有 添加引用 选project 选择 MOD
右键 BLL 选择依赖MOD DAL 添加引用 MOD DAL
最后web 引用 BLL
这样我们就搭建好了环境 然后开始编码
测试的时候注意DAL/DBHelper.cs的数据库物理路径的修改并编译
默认登陆帐号/密码:51aspx/51aspx
-First, create a new project to select the solutions- the blank program Secondly add an item to select the class library named the MOD data model layer to add an item to select the class library named DAL data access layer and then add a class library project named Select name BLL business logic layer added last DAL and then right-click the selected dependent the MOD also add reference selected project select MOD Right MOD DAL add a reference to the last web references MOD DAL BLL BLL choose to rely so we build a good environment and then start coding test a web application Note DAL/DBHelper.cs database physical path modify and compile the default login account/password: 51aspx/51aspx
Platform: |
Size: 73728 |
Author: sdfgwaei |
Hits:
Description: c#数据库访问封装类,可直接使用,打开文件一看即知-c# database access wrapper class can be used directly, open the file to see that is known
Platform: |
Size: 2048 |
Author: kxz |
Hits:
Description: 1)匿名用户可以浏览留言内容,在管理员开启“允许匿名用户留言”功能的情况下可以留言。
2)已登录用户可以留言、编辑以及删除自己的留言。
3)管理员具有管理用户(例如添加删除用户),管理留言(删除与回复留言),管理留言本(如设置分页每页显示的留言记录条数,开启/关闭匿名用户与已登录用户留言等)
4)必须采用N层架构(比如三层结构表示层/业务逻辑层/数据访问层)、使用自定义的DBHelper类、界面必须要采用CSS+DIV来进行布局、需要使用校验控件(比如RequiredFieldValidator)。
5)后台数据库需要自行设计(其中需要包含留言者的ip地址,留言日期,留言内容等),必须使用到存储过程。
6)开发环境VS 2005+SQL Server2005。
-1) Anonymous users can view message content, the administrator opens the " Allow anonymous users to comment" feature in case you can leave a message. 2) has been logged users can post, edit, and delete their own comments. 3) administrators with administrative user (for example, add and delete users), Management Message (deleted and reply to messages), management Guestbook (such as setting the paging message Show number of records, turn on/off the anonymous user and logged in user comments, etc. ) 4) must use N-tier architecture (such as three-tier structure of the presentation layer/business logic/data access layer), using a custom DBHelper class, the interface must be used CSS+DIV for layout, you need to use the calibration controls (eg RequiredFieldValidator) . 5) back-end database design their own needs (which needs to include a message' s ip address, message date, message content, etc.), you must use the stored procedure. 6) Development Environment VS 2005+SQL Server200
Platform: |
Size: 3254272 |
Author: 沈文娟 |
Hits:
Description: ADOConnectionPool.pas为连接池实现单元。DbHelper.pas为为了方便访问数据库操作的实用单元,里面有关于连接池的用法。-ADOConnectionPool.pas implementation unit for the connection pool. DbHelper.pas to access the database in order to facilitate the operation of the utility unit, which has about the connection pool usage.
Platform: |
Size: 3072 |
Author: shachongg |
Hits:
Description: 用工厂模式写的数据库访问类。外部使用时是通过DBHelperFactory创建一个接口IDBHelper的对象,而MySqlDBHelper继承DBHelper,DBHelper又实现了IDBHelper。DBHelper是一个抽象类.-With a factory pattern write database access classes. When creating an interface for external use by DBHelperFactory IDBHelper object, and MySqlDBHelper inherited DBHelper, DBHelper has achieved IDBHelper. DBHelper is an abstract class.
Platform: |
Size: 188416 |
Author: |
Hits:
Description: 个人曾经写过的数据访问接口,包含:MSSQL、Mysql、Oracle等数据库的公共处理接口。可以拿过来直接使用,放在手里好多年了。-Wrote personal data access interface, including: common processing interface MSSQL, Mysql, Oracle and other databases. You can take over the direct use, on hand for many years.
Platform: |
Size: 584704 |
Author: |
Hits: