摘要:
/* 获取字符串数组的 Table www.cnblogs.com/xqhppt/p/4377757.html*/ if exists (select 1 from sysobjects where id = object_id('split' )) drop Function splitgoCRE 阅读全文
摘要:
1.安装 mysql connector net 6.9.9 https://dev.mysql.com/downloads/file/?id=463758 和mysql for visual studio 1.2.6 2.nuget安装 Install-Package MySql.Data.Ent 阅读全文