摘要:
Java用Jco,而C#用Nco 都需要安装sap客户端 首先调用sap有两种方式,一种是用VB或者VB.net ,新建VB类库 并添加类 Functions类 Public Class Functions Implements IFunctions Private m_sapObject As O 阅读全文
摘要:
public static string FreshString(string str,string cSub) { if (string.IsNullOrEmpty(str)) return ""; if (string.IsNullOrEmpty(cSub)) throw new Excepti 阅读全文
摘要:
public static JObject getJson(DataTable myTable) { List<string> list = new List<string>(); foreach (DataColumn col in myTable.Columns) { list.Add(col. 阅读全文