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: