摘要:
The services (and corresponding namespaces) offered by these class libraries include the following: System Types (System): Includes definitions for most simple data types, conversion functions betw... 阅读全文
摘要:
添加MySQLDriverCS.dll的引用,下载地址:http://downloads.sourceforge.net/mysqldrivercs/MySQLDriverCS-n-EasyQueryTools-4.0.1-DotNet2.0.exe 1: using System; 2: using System.Web.UI.WebControls; 3: using ... 阅读全文
摘要:
1、Web服务代码 1: using System; 2: using System.Data; 3: using System.Data.SqlClient; 4: using System.Diagnostics; 5: using System.Web.Services; 6: using System.Web.Configuration; 7: ... 阅读全文
摘要:
1: using System; 2: using System.Web.Configuration; 3: using System.Web.Services; 4: using System.Data; 5: using System.Data.SqlClient; 6: using System.Diagnostics; 7: 8: //... 阅读全文