摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using MySQLDriverCS;namespace ConsoleApplication2{ class Program { static void Main(string[] args) { //MySQLConnection sc = null; MySQLConnection sc = new MySQLConnection(new MySQLConnectionString( "b", " 阅读全文
posted @ 2013-06-12 17:12 飞越无限 阅读(4322) 评论(0) 推荐(0)