- 博客(0)
- 资源 (1)
- 收藏
- 关注
MySqlDBhelper
mysql的dbhepler,可以用
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using MySql.Data;
using MySql.Data.MySqlClient;
using System.Data;
namespace DAL
{
public class MySqlhelper
{
//库调用Web.Config文件
private static MySqlConnection connection;
//创建连接
public static MySqlConnection Connection
2013-08-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人