摘要: private void XMLToDB_Click(object sender, EventArgs e) { string BoeProductPath =@"e:\ew\BoeProductV2.xml"; XmlTextReader ... 阅读全文
posted @ 2015-06-19 22:47 peixin 阅读(154) 评论(0) 推荐(0)
摘要: using Newtonsoft.Json;string BoeProductPath = @"d:\B.json";Common.common.DownloadFile(url, BoeProductPath);using (StreamReader r = new StreamReader(Bo... 阅读全文
posted @ 2015-06-19 22:44 peixin 阅读(910) 评论(0) 推荐(0)
摘要: 1.确保引用Sybase.Data.AseClient.dll、sybdrvado11.dll、sybdrvssl.dll三个文件,后两个如果无法引用,可直接copy到bin目录(或者在System32)2.如果以不行,可尝试将项目的生成目标平台设置为x863.如果还不行,请确保System32下有... 阅读全文
posted @ 2015-02-14 16:03 peixin 阅读(1101) 评论(0) 推荐(0)