Welcome![Sign In][Sign Up]
Location:
Search - DB-Library

Search list

[Database systemDBTest

Description: DB test 是连接oracle数据库的测试程序 连接,读取,增删差,,含有动态库 oracle.d-DB test is a test program to connect oracle database connection, read, additions and deletions poor, with dynamic library oracle.dll etc.
Platform: | Size: 3877888 | Author: 学风 | Hits:

[Database systemOTLguide

Description: OTL使用指南,OTL 是 Oracle, Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持当前所有的各种主流数据库,例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS等等 OTL使用简单方便,只需要包含一个头文件即可!-OTL Guide, OTL is Oracle, Odbc and DB2-CLI Template Library' s initials, is a C++ compiler in the manipulation of relational database template library, it is now almost support all the mainstream databases such as Oracle, MS SQL Server, Sybase , Informix, MySQL, DB2, Interbase/Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS, etc. OTL easy to use, simply include a header file can be!
Platform: | Size: 144384 | Author: majia | Hits:

[ADO-ODBCotl_user_guide

Description: OTL 是 Oracle, Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持当前所有的各种主流数据库,例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS等等。-OTL is the Oracle, Odbc and DB2-CLI Template Library acronym, is a C++ compiler in the manipulation of relational database template library, it currently supports almost all current mainstream databases such as Oracle, MS SQL Server, Sybase, Informix, MySQL , DB2, Interbase/Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS and so on.
Platform: | Size: 144384 | Author: 吴飞 | Hits:

[Database systemrealse

Description: 数据库访问操作 数据库操作类: 支持 SQLServer mysql sqlite Sybase Oracle等DB 数据库操作类 包括执行SQL或者存储过程,返回DataSet、DataTable等功能 完全支持存储过程和参数调用 javascriptClassLibrary 包括一些JavaScript 类封装 StringValid:字符串校验类 说明: 代码全部都是用 C# 语言(除JavaScript部分) 基于.net 2.0平台, 纯IL语言 Asp.net 和Winform WPF都可以使用 类库还分X86 和ANY 两种平台,满足将来 64位操作系统需要! 怎么使用呢? 1、ConnectionStrings.com 查找到 所需要的数据连接 字符串 2、找连接所需要类 我差不多都给你准备好了 3、区分好X86 和ANY的库 对于32位数据库只能用X86,64位的话用Any 比如 Sql Server 就有32位和64位之分 假如 你都用 32位,就用X86 如果 你打算 32位系统用32位Sql Server ,64位系统用64位Sql Server 那么可以使用Any 另外要注意 有的数据库只有32位,截至软件发布 2009-11-6 Sql Server Express和Access 都只有32位 4、 使用Microsoft Visual Studio 或者其他工具引用你需要的库 像 Sybase sqlite 都有链接库 就必须都要拷贝过去-Database operations categories: support for SQLServer mysql sqlite Sybase Oracle database operations such as DB Category Including the implementation of SQL or stored procedure and return DataSet, DataTable etc. Fully support the call stored procedures and parameters javascriptClassLibrary including some JavaScript class encapsulates StringValid: String Validation Class Description: All the code with C# language (except for some JavaScript) Based. Net 2.0 platform The language of pure IL Asp.net and Winform WPF can be used ANY library also points X86 and two platforms to meet the needs of the future 64-bit operating system! How to use it? 1, ConnectionStrings.com find the required data connection string 2, to connect the required class I am almost ready to give you 3, the distinction between good and ANY X86 libraries Database can only be used for 32-bit X86, 64-bit words with Any Such as Sql Server have 32-bit and 64-bit divided If you are
Platform: | Size: 1550336 | Author: Valiant | Hits:

[Crack HackAES

Description: AES文件加解密工具 本软件利用AES加密库"AesLib"进行加解密处理,能对文件进行128位、192位或256位这3种不同强度的加密,打开请直接运行"EncryptFileTest.exe"。 本加密工具还可以通过命令运行: AES [0|1] [file] 其中,参数为可选,但若仅有1个参数时则为[file]参数。0表示对[file]解密,1表示对[file]加密。 对于任何文件,若打开方式为AES,则程序会自动根据文件扩展名来默认决定是加密还是解密(若文件扩展名为“.aes”或“.AES”则默认为解密)。此外,还可以将文件拖拽到程序窗口来。 "源码"文件夹内为AES加密库"AesLib"的源码、本加密工具的源码以及一个简易的AES加密文件web管理程序源码。 AES加密文件web管理程序源码中的目录解释:UserFiles内为各注册用户的目录,用来保存用户自己的AES加密文件。数据库文件在DB文件夹内,数据库除保存用户信息外,还保存文件的ID(日期)、文件名、加密强度(128、192、256)、密码、所属用户等信息。本web管理程序未进行任何静态页面优化。数据库系统使用的是SQL Server 2005,但存储格式设置的兼容SQL Server 2000。-AES file encryption tool The software uses AES encryption library "AesLib" for encryption and decryption process, can file 128, 192 or 256 of these three different strength encryption, open please run "EncryptFileTest.exe". This encryption tool can also run the command: AES [0 | 1] [file] Among them, the argument is optional, but if only one parameter was [file] parameter. 0 on [file] decrypt, 1 of [file] encryption. For any file, if open the way for AES, the program will automatically default file extension to decide whether to encrypt or decrypt (if the file extension ". Aes" or ". AES" the default for the decryption). You can also drag files to the program window. "Source" folder for the AES encryption library "AesLib" source code, source code and the encryption tools an easy web file management procedures AES encryption source code. AES encrypted files in the web directory management program source explained: UserFiles registered users within the directory to save
Platform: | Size: 2365440 | Author: tianyi | Hits:

[Delphi VCLDelphi7-Database-Projects

Description: Delphi_7数据库项目案例导航[By_艳文]--这是我做设计时在图书馆的老旧delphi书的源代码。有delphi与Acess、DB、slq、oracle的相关信息系统的案例代码。 copy的本书介绍: 本书从软件工程原理出发,对每一个管理系统进行详细的分析。全书始终贯彻深层的管理理念,同时通过具体的语言来实现每一个系统。每一个系统都具备商业特性,是许多数据库程序员的工作结晶。全书共14章,第1章Delphi与数据库开发作了介绍。第2章-第3章分别以人事/工资/考勤管理系统、销售管理信息系统、库存管理信息系统、质量管理信息系统、档案/资料管理信息系统、计算管理信息系统、制造业管理信息系统、学生管理信息系统、医院管理信息系统、宾馆/餐饮管理信息系统、图书馆管理信息系统、POS管理信息系统等多个实用信息管理系统作为例子,详细地讲述信息管理系统创建的各个过程。本书最后一章介绍了系统(数据库)建模技术。全书采用UML对每个系统进行建模,每个数据库都经过详细的分析和设计,并通过PowerDesign进行数据建模,每个系统都经过详细测试及专家审核。-Delphi_7 case database project navigation [By_ Yan Wen]- This is when I do a design book in the library of the old delphi source code. There delphi and Acess, DB, slq, oracle case of information systems related to the code. copy of the book description: Book starting from the software engineering principles, a management system for each detailed analysis. Always carry out a deep book management philosophy, through specific language to implement each system. Each system with the commercial character of the work of many database programmers crystallization. The book is Chapter 14, Chapter 1, Delphi and database development are presented. Chapter 2- Chapter 3, respectively, to the personnel/payroll/attendance management system, sales management information systems, inventory management information systems, quality management information systems, file/data management information systems, computer management information systems, manufacturing management information systems, student mana
Platform: | Size: 30354432 | Author: 韦徳 | Hits:

[Windows Developc5555341943a

Description: 停车场管理系统”怎样部署:1、导入注册表导入Visual C6.0\chapter9\conf\VicAly.reg文件到注册表中。2、安装SQL Server本系统需要SQL Server 7.0或或者更高的版本本。3、导入数据库的脚本建立一个新的数据库VicAly,在这个新库里面执行Visual C6.0\chapter9\db\VicAly.sql。4、设置DSN在ODBC配置中设置数据源 D -Parking management system how to deploy: 1, import the registry to import Visual C6.0 \ chapter9 \ conf \ VicAly.reg file to the registry. 2, installation requires SQL Server 7.0 or higher version of the SQL Server system 3, import database script to create a new database VicAly, the implementation of the new library inside Visual C6.0 \ chapter9 \ db \ VicAly.sql. 4, set the DSN in the ODBC configuration data source D
Platform: | Size: 208896 | Author: hehe88999 | Hits:

[CSharpData

Description: 一个基于Enterprise 5 的数据库基类-A library for db that use enterprise 5
Platform: | Size: 517120 | Author: 杜堃 | Hits:

[Other systemsparking

Description: “停车场管理系统”执行说明: 1、 光盘目录vc6.0\chapter9\bin\ParkSys.exe为本系统的可执行文件。VicBmp.dll和VICVOICE.DLL是系统依赖的两个动态链接库。 2、 光盘目录vc6.0\chapter9\conf\VicAly.reg是本系统的配置文件。在运行之前要把注入到注册表中。 3、 光盘目录vc6.0\chapter9\db\VicAly.SQL是本系统数据库定义脚本,此脚本是专门针对SQL Server的。由于系统使用的是ODBC连接的SQL Server,所以要配置ODBC数据源,具体步骤参看本章的重点代码部分的数据库配置。 4、 光盘目录vc6.0\chapter9\src\ParkSys\ 为本系统的VC源程序。 5、 光盘目录vc6.0\chapter9\src\VicVoice\为本系统的依赖的动态库VICVOICE.DLL的源代码。 -Parking management system implementation Description: 1, CD-ROM directory vc6.0 \ chapter9 \ bin \ ParkSys.exe oriented system executable file. VicBmp.dll, and VICVOICE.DLL is the system relies on two dynamic link library. 2, CD-ROM directory vc6.0 \ chapter9 \ conf \ VicAly.reg the system configuration file. Before running should be injected into the registry. 3, the CD-ROM directory vc6.0 the \ chapter9 \ db \ VicAly.SQL the system database definition script, this script is designed for SQL Server. Because the system uses the ODBC connection SQL Server ODBC data source you want to configure specific steps to see the part of the focus of this chapter code database configuration. 4, the CD-ROM directory vc6.0 \ chapter9 \ src \ ParkSys \ oriented system VC source. 5, the CD-ROM directory vc6.0 \ chapter9 \ src \ VicVoice \ oriented system dependence dynamic library VICVOICE.DLL of source code.
Platform: | Size: 8209408 | Author: yaya | Hits:

[Internet-Networkxxwz

Description: 一、平台简介 随着网络的普及,校园网站已成了对外宣传的一个良好窗口,成了大家相互沟通的一个平台, 成了学校管理的一部分。 《校园智能建站平台》版本1.0 能方便为学校搭建起属于自已个性的校园网站,你只要进入后 台对相关的页面属性及背景等设置即可。具体特点如下: 1:方便灵活的智能定义管理,使网站后续维护更加灵活自由。 2:站点首页各项内容可以任意增删设置,并能随意设置背景、边框色、显示方式等。 3:菜单栏目自由设定,支持二级。 二、登录说明 站点首页 index.asp 后台入口 xyadmin/login.asp 管理员帐号为admin 密码admin888 三、数据库说明 默认库文件名 xyadmin/dbdata/data.dat 建议自行修正 include/conn.asp 文件设置 db="/xyadmin/dbdata/data.dat" 数据库文件所在路径 四、版权申明 未经允许不得使用此平台进行商业活动,由此产生相应的一切法律责任自行负责与本公司无关。 五、技术支持 福建莆田三人行电脑科技 www.jtsofts.com QQ:703339899 Tel:0594-8580518 如果你需要更多的服务请和我们联系,我们将提供更多的服务。 -A platform Introduction With the popularity of the network, the campus Web site has become a good window of outreach, we have become a platform to communicate with each other, Became part of the management of the school. The campus intelligent website platform version 1.0 can facilitate schools erected the campus site belong to their own personality, you just go to Taiwan to set page attributes and background. Specific characteristics are as follows: 1: convenient and flexible intelligent definition of management, to make the site more flexibility and freedom to follow-up maintenance. 2: Site Home the content can be any additions or deletions set, and is able to set the background, border color, show the way. 3: The menu is free to set sections to support two. Second, the login instructions Site Home index.asp The backstage entrance xyadmin/login.asp administrator account admin password admin888 Third, the database Description Default library
Platform: | Size: 24041472 | Author: 张中军 | Hits:

[e-languageParadox

Description: 易语言Paradox数据库DB文件分析源码例程程序结合易语言系统核心支持库,实现了通过分析DB文件的格式,直接读取Paradox数据库DB文件。本易语言例程源码是易语言论坛用户编写的教程,属于易语言数据库类教程。-Easy language Paradox database DB file the source routine program combined with easy language system core support library to read Paradox database DB files through the the analysis DB file format, directly. This easy language routines source code is written in easy language forum user tutorial tutorial are easy language database class.
Platform: | Size: 152576 | Author: 徐良继 | Hits:

[WEB CodeShop_SSH

Description: 一个小商品展示平台,采用Struts2+Hibernate+Spring编写。 在项目中的DB文件夹下为系统数据库脚本,采用MYSQL数据库。-A library management system source code, using Struts2+Hibernate+Spring writing. DB folder under the project for the system database scripts using MYSQL database.
Platform: | Size: 28894208 | Author: 天之 王 | Hits:

[WEB CodeSchLib_SSH

Description: 一个图书管理系统的源代码,采用Struts2+Hibernate+Spring编写。 在项目中的DB文件夹下为系统数据库脚本,采用MYSQL数据库。-A library management system source code, using Struts2+Hibernate+Spring writing. DB folder under the project for the system database scripts using MYSQL database.
Platform: | Size: 24036352 | Author: 天之 王 | Hits:

[Delphi VCLSQL.Server.Data.Access.Components(SDAC).v3.00.2.9

Description: SQL Server Data Access Components (SDAC) is a library of components that provides native connectivity to SQL Server from Delphi, C++Builder, Lazarus (and Free Pascal) for both 32-bit and 64-bit Windows platforms. SDAC-based applications connect to SQL Server directly through OLE DB, which is a native SQL Server interface. SDAC is designed to help programmers develop faster and cleaner SQL Server database applications.
Platform: | Size: 896000 | Author: fm | Hits:

[JSP/JavabookManager

Description: 此套系统主要是图书馆的图书管理系统,在s2毕业设计里和小伙伴共同制作完成,包括对图书的的管理,后台进行增删改查等操作,另外附带了一个图书资料的分页显示源码,都附带的有DB数据。-This set of system is mainly library books management system, s2 graduation and junior partner in the co-production is completed, including the management of the books, and the background CRUD operation, another book with a page to display the data source, There are incidental DB data.
Platform: | Size: 3215360 | Author: KJH | Hits:

[WEB CodeEQPHP_v1.0

Description: EQPHP,一款超简单易用的、安全的、高效的php开源框架。它是一款基于面向对象的TPS-MVC全分离式框架,由工具类、组件类、业务逻辑层—数据模型层、视图层、控制层组成,重写常用函数、类库,整合Smarty的组件类,收集升级Web项目常用类,可根据功能需求自由扩展。 本框架以类为单元,动静结合(静态类、设计模式型的组合群),功能强大(文件目录操作、异常日志追溯、缓存静态化、请求响应数据接收处理、DB操作等关键性技术)。结构简洁(单一入口、自动加载)、体积极小(158KB),部署灵活,可任意调整,适合几乎所有Web项目开发。 运行环境要求: Linux(Lamp)、Windows-IIS或Windows(Wamp)平台,PHP5.3以上版本,apache2.2-EQPHP, PHP open source framework a super easy to use, safe and efficient. It is based on a full split object oriented TPS-MVC framework, by the tools, components, business logic layer, data model layer, view layer, control layer, and rewrite the common function library, integration component class Smarty collection upgrade Web common project, can be extended according to the functional requirements of freedom. This framework using the class as the unit, the combination of static and dynamic (static class, the design mode of combination group), powerful (file directory operations, exception log traces, cache static, key technology request response data receiving and processing, DB etc.). Simple structure (single entrance, automatic loading), minimal volume (158KB), the deployment of flexible and adjustable, suitable for almost all of the Web project development. Operating environment requirements: Linux (Lamp, Windows-IIS) or Windows (Wamp) platform, PHP5.3 version, apache2.2
Platform: | Size: 2065408 | Author: 黄淋云 | Hits:

[Web Serveryyjy

Description: 此dll文件包含两个类 一个为yasp.common 为通用函数库 另一个yasp.db 为数据库操作 组件函数使用方法已集中在demo文件夹中,通过注册组件,即可使用iis执行demo中的index.asp页面 函数的调用及使用方法均可以看到,此组件无任何限制 使用yas.db时,会出现一个技术支持的链接,此链接不能修改,但可以在后面增加内容 yy.Support= 小鸭子 在调用常用函数库组件时无此内容-This dll file contains two classes As a yasp.common As a general purpose library Another yasp.db Database operations Component function uses the method has been concentrated in the demo folder, by registering the component, you can use iis perform demo in index.asp page Call and use the function can be seen, this component without any limitations When using yas.db, there will be a technical support link that can not be modified, but you can add content later yy.Support = little duck No such content when invoke the common library components
Platform: | Size: 98304 | Author: guoqingqing | Hits:

[.netQPAdmin

Description: asp.net的dll库,包括基础的DB访问、支付sdk对接等框架性代码(Asp.net's DLL library, including basic DB access, payment of SDK docking, and other framework code)
Platform: | Size: 14872576 | Author: lynx77 | Hits:

[Delphi VCLsdac.v4.00.0.7.src

Description: SQL Server Data Access Components (SDAC) is a library of components that provides access to the Microsoft SQL Server databases. SDAC connects to SQL Server directly through OLE DB, which is a native SQL Server interface. The SDAC library is designed to help programmers develop faster and cleaner SQL Server database applications. SDAC is a complete replacement for standard SQL Server connectivity solutions and presents an efficient alternative to the Borland Database Engine for access to SQL Server.
Platform: | Size: 1801216 | Author: dima77 | Hits:
« 1 2 3 4»

CodeBus www.codebus.net