realse

所属分类:数据库系统
开发工具:C#
文件大小:1514KB
下载次数:49
上传日期:2011-04-30 11:24:22
上 传 者Valiant.2009
说明:  数据库访问操作 数据库操作类: 支持 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)

文件列表:
realse\any\javascriptClassLibrary.rar (5932, 2009-11-06)
realse\any\luozhuang_sqlDBOperation.rar (5462, 2009-11-06)
realse\any\luozhuang_StringValid.rar (4709, 2009-11-06)
realse\any\MySql.Data.dll (294912, 2008-11-14)
realse\any\mysqlDBOperation.rar (5447, 2009-11-06)
realse\any\OdbcDBOperation.rar (5427, 2009-11-06)
realse\any\OldbOperation.rar (5435, 2009-11-06)
realse\any\OracleDBOperation.rar (5433, 2009-11-06)
realse\any\sqlite3.rar (276425, 2009-11-06)
realse\any\Sybase.rar (227878, 2009-11-06)
realse\doc.css (4096, 2009-11-06)
realse\doc.doc (307200, 2009-11-06)
realse\doc.html (44954, 2009-11-06)
realse\simpleApplication\app.config (415, 2009-11-06)
realse\simpleApplication\bin\x86\Release\luozhuang_sqlDBOperation.dll (10752, 2009-11-06)
realse\simpleApplication\bin\x86\Release\luozhuang_sqlDBOperation.pdb (19968, 2009-11-06)
realse\simpleApplication\bin\x86\Release\WindowsFormsApplication1.exe (9216, 2009-11-06)
realse\simpleApplication\bin\x86\Release\WindowsFormsApplication1.exe.config (415, 2009-11-06)
realse\simpleApplication\bin\x86\Release\WindowsFormsApplication1.pdb (17920, 2009-11-06)
realse\simpleApplication\bin\x86\Release\WindowsFormsApplication1.vshost.exe (14848, 2009-11-06)
realse\simpleApplication\bin\x86\Release\WindowsFormsApplication1.vshost.exe.config (415, 2009-11-06)
realse\simpleApplication\bin\x86\Release\WindowsFormsApplication1.vshost.exe.manifest (490, 2009-06-11)
realse\simpleApplication\Form1.cs (3018, 2009-11-06)
realse\simpleApplication\Form1.Designer.cs (6125, 2009-11-06)
realse\simpleApplication\Form1.resx (5814, 2009-11-06)
realse\simpleApplication\obj\Release\ResolveAssemblyReference.cache (37510, 2009-11-06)
realse\simpleApplication\obj\Release\TempPE\NorthwindDataSet.Designer.cs.dll (507904, 2009-11-06)
realse\simpleApplication\obj\Release\WindowsFormsApplication1.csproj.FileListAbsolute.txt (3422, 2009-11-06)
realse\simpleApplication\obj\Release\WindowsFormsApplication1.csproj.GenerateResource.Cache (774, 2009-11-06)
realse\simpleApplication\obj\Release\WindowsFormsApplication1.exe (9216, 2009-11-06)
realse\simpleApplication\obj\Release\WindowsFormsApplication1.Form1.resources (180, 2009-11-06)
realse\simpleApplication\obj\Release\WindowsFormsApplication1.pdb (17920, 2009-11-06)
realse\simpleApplication\obj\x86\Release\ResolveAssemblyReference.cache (37606, 2009-11-06)
realse\simpleApplication\obj\x86\Release\WindowsFormsApplication1.csproj.FileListAbsolute.txt (987, 2009-11-06)
realse\simpleApplication\obj\x86\Release\WindowsFormsApplication1.csproj.GenerateResource.Cache (774, 2009-11-06)
realse\simpleApplication\obj\x86\Release\WindowsFormsApplication1.exe (9216, 2009-11-06)
realse\simpleApplication\obj\x86\Release\WindowsFormsApplication1.Form1.resources (180, 2009-11-06)
realse\simpleApplication\obj\x86\Release\WindowsFormsApplication1.pdb (17920, 2009-11-06)
realse\simpleApplication\Program.cs (485, 2009-11-06)
... ...

C#(VB.net)数据库访问操作类库 你知道,一些类库把常用的操作封装起来,以后可以直接调用,就节省了普通开发人员的大量精力. 对于CN 大多数公司都是开发MIS系统 说白了就是数据库系统 使用数据访问类库,必将节省大量代码 网上有个通用数据访问类库 不支持存储过程和参数 我只能重新做了这个 数据库操作类: 支持 SQLServer mysql sqlite Sybase Oracle等DB 数据库操作类 包括执行SQL或者存储过程,返回DataSet、DataTable等功能 完全支持存储过程和参数调用 javascriptClassLibrary 包括一些JavaScript 类封装 StringValid:字符串校验类 说明: 代码全部都是用 C# 语言(除JavaScript部分) 基于.net 2.0平台, 纯IL语言 Asp.net 和Winform WPF都可以使用 类库还分X86 和ANY 两种平台,满足将来 ***位操作系统需要! 怎么使用呢? 1、ConnectionStrings.com 查找到 所需要的数据连接 字符串 2、找连接所需要类 我差不多都给你准备好了 3、区分好X86 和ANY的库 对于32位数据库只能用X86,***位的话用Any 比如 Sql Server 就有32位和***位之分 假如 你都用 32位,就用X86 如果 你打算 32位系统用32位Sql Server ,***位系统用***位Sql Server 那么可以使用Any 另外要注意 有的数据库只有32位,截至软件发布 2009-11-6 Sql Server Express和Access 都只有32位 4、 使用Microsoft Visual Studio 或者其他工具引用你需要的库 像 Sybase sqlite 都有链接库 就必须都要拷贝过去 5、类的说明请参看DOC文档 6、实例程序需要Sql Server 还有NORTHWND 数据库 这个现在还是不能说是完整的,因为BUG 可能会不少 。。。。。 希望大家提出建议。。。 更多信息,请参见http://blog.csdn.net/luozhuang 作 者: 大师♂罗f

近期下载者

相关文件


收藏者