搜索资源列表
MySQL数据库的ODBC接口程序VC源代码
- 基于VC++的MySQL的ODBC接口程序源代码,封装了数据库接口提供对MySQL的支持。核心代码大家可以参考,虽然很老,但仍然十分有用。
MySqlDBUtilDemo.rar
- 本示例演示了用C#操作MySQL的方法,提供了三个可重用的类MySqlDBUtil,MySqlPageUtil,Page。 本例程演示了: 1.MySQL数据库的插入,更新,修改,查询; 2.带参数的sql语句的使用,而不是拼SQL; 3.使用Limit子句的分页查询; 4.用事务同时执行多个SQL语句; 5.在插入数据的同时返回最新的ID值; 6.整型,实型,字符串,日期型,布尔型五种数据类型的操作; 7.使用正则表达式来验证整数和实数; 8.listview用来显示数据的一
Csharp
- C#连接Access、SQL Server、Oracle、MySQL、DB2和SyBase六种不同数据库的程序源码和需要注意的点-C# Connection Access, SQL Server, Oracle, MySQL, DB2, and SyBase six different database programs and the need to pay attention to point source
QuickSharp-SDK-2.0.0.12565
- QuickSharp是一个很小型的 C# 集成开发环境,提供了一个代码编辑器,主要功能有代码自动完成、语法着色、内置编译和执行、支持 ASP.NET 和 SQL Server 、MySQL 和 SQLite 数据库。-QuickSharp is a very small C# integrated development environment, provides a code editor, the main function code completion, syntax coloring,
QueryMySQL
- CSharp连接MySql数据库代码!在vs2008平台下些的CSharp连接MySql数据库的代码!-MySql database connectivity CSharp code! Vs2008 more at the next platform to connect MySql database of CSharp code!
Csharp
- 内含ASP.NET连接mysql数据库的具体代码,关键一点是要添加一个mysql的dll,详情见文档-ASP.NET to connect mysql database containing the specific code, the key point is to add a mysql the dll, as detailed in the document
SPL_Robot
- SPL_Robot是配合SmartPersistenceLayer使用的一个XML数据库框架的代码生成工具。 SmartPersistenceLayer(SPL)是.NET系统框架持久层。强调是框架带来的灵活性与扩展性。 一、 引用 SPL的发布形式是一个名为PersistenceLayer.Dll的DLL文件,可以在我的BLOG上下载目前最新版:SmartPersistenceLayer3.2,因此只需要在项目中“添加引用”即可:
socket
- C链接mysql数据库,测试过了可行,代码不多,关键在实用-C link the mysql database, tested a viable, much code lies in the practical
M_WM_linkcom
- winmobile程序,使用远程连接mysql数据库-winmobile program that uses remote connect mysql database
ExchangeSync
- Exchange2007的通讯录与MySQL数据库的通讯录双向同步,主要是用手机与数据库的通讯录同步,运行环境:Exchange(win2008 x64) + Mysql(linux x86),开发环境:vs2010-Of Exchange2007 the contacts with the MySQL database of contacts bidirectional synchronization, mainly synchronous mobile phone with a databa
MysqlDataAcessLayer
- C#的源代码,用于创建MySQL数据库中的数据访问层方列。-Sample c# source code for creating MySQL database data access layer (DAL)
MySql.Data
- MySql.Data.dll连接mysql数据库的利器-MySql Data dll
MySqlDemo
- C#连接MySQL数据库,当然原理是想通的,看明白后,可以扩展到三层架构中。-C# to connect to the MySQL database, just an entry-level source, of course, the principle is figured to see to understand, you can self-help is extended to the three-tier architecture. . .
winform01
- 简单的c#针对mysql数据库的增删改查,包含代码和mysql-connector-net-6.0.3,便于进行调试,值得初学者进行学习,提高学习的效率。
CSharp-Picture-Mysql
- C#-将图片数据插入到Mysql数据库中-C#-store the picture data into Mysql database
MYsql
- 使用C#侨联mysql数据库的举例说明的源代码-C# join MYSQL
C-sharp-connect-to-MySQL-DataBase
- 使用MySQLDriverCS.dll指令集完成C#程序连接MySQL数据库的需要-Use MySQLDriverCS.dll instruction set complete C# program needs to connect to the MySQL database
c# to mysql
- C#访问mysql数据库,对数据库进行增删改查(C# access the MySQL database, adding and deletions to the database)
网站数据抓取
- 一个网站数据抓取小程序,多线程,mysql数据库,EF db first(A web site data capture small program, multithreading, MySQL database, EF DB first)
mysql数据库导入工具
- 跟excel模板导入数据到mysql数据库中