using MySql.Data.MySqlClient;using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Sy...
using MySql.Data.MySqlClient;using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Sy...
分类:
移动开发 时间:
2015-09-05 22:02:55
阅读次数:
336
using MySql.Data.MySqlClient;using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Sy...
分类:
移动开发 时间:
2015-09-05 22:00:06
阅读次数:
165
首先添加 引用:using System.Data;using MySql.Data.MySqlClient;代码: 这里只写了 后台代码Mysql 连接和sql 连接代码几乎一样 只要把 MySqlCommand com = new MySqlCommand(sqlin,con); 类似的MySQ...
分类:
数据库 时间:
2015-06-23 19:37:58
阅读次数:
196
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using MySql.Data.MySqlClient;
using System.Data;
class MySqlHelper:IDisposable
{
private MySqlConnecti...
分类:
数据库 时间:
2015-05-30 18:21:34
阅读次数:
172
using System;
using System.Configuration;
using MySql.Data.MySqlClient;
/// /// TestDatebase 的摘要说明
/// public class TestDatebase
{ public TestDatebase...
分类:
数据库 时间:
2015-05-05 18:30:46
阅读次数:
117
根据数据库表生成Model 1 using System; 2 using System.Collections.Generic; 3 using System.Data; 4 using System.Text; 5 using MySql.Data.MySqlClient; 6 ...
分类:
数据库 时间:
2015-04-21 17:22:56
阅读次数:
243
using System;using System.Configuration;using MySql.Data.MySqlClient;/// /// TestDatebase 的摘要说明/// public class TestDatebase{ public TestDatebase() { ...
分类:
数据库 时间:
2015-04-19 06:24:02
阅读次数:
169
MySQL数据库工具类之——DataTable批量加入数据库(Net版),MySqlDbHelper通用类希望能对大家有用,代码如下:using MySql.Data.MySqlClient;using System;using System.Collections.Generic;using Sy...
分类:
数据库 时间:
2015-04-15 16:19:43
阅读次数:
168
using System;using System.Collections.Generic;using System.Linq;using System.Text;//导命名空间using System.Data;using MySql.Data.MySqlClient;using System.C...
分类:
数据库 时间:
2015-03-12 16:48:40
阅读次数:
135