摘要:
今天使用SqlBulkCopy时,一直报错。错误信息如下来自数据源的String类型的给定值不能转换为指定目标列的类型datetime。--->System.FormatException:将参数值从String转换到DateTime失败。--->System.FormatException:该字符... 阅读全文
posted @ 2013-03-12 13:24
逍遥子k
阅读(2424)
评论(0)
推荐(2)
摘要:
private static string StandardSerial = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";/// <summary>/// 计算快速服务代码/// </summary>/// <param name="serialNo">服务编号</param>/// <returns></returns>public static string GetServiceCode(string serialNo){ if (serialN 阅读全文
posted @ 2013-03-12 13:22
逍遥子k
阅读(548)
评论(1)
推荐(0)