摘要: 日志信息:System.Data.Entity.Core.ProviderIncompatibleException: An error occurred while getting provider information from the database. This can be caused 阅读全文
posted @ 2017-09-30 17:29 rahi 阅读(2906) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// .dbf 文件的字段信息类 /// </summary> internal class DBFField { public const int DBFFieldSize = 32; /* 字段名称 */ public byte[] Name = new byte[ 阅读全文
posted @ 2016-12-19 11:25 rahi 阅读(954) 评论(0) 推荐(0) 编辑
摘要: https://github.com/SocialExplorer/FastDBF 阅读全文
posted @ 2016-12-19 11:21 rahi 阅读(1381) 评论(0) 推荐(0) 编辑
摘要: CREATE DEFINER=`root`@`localhost` PROCEDURE `pr_exception`(i_date varchar(10),out o_error_code varchar(200),out o_error_msg varchar(200)) BEGIN -- 自定义异常 DECLARE my_error CONDITION FOR SQLSTATE '... 阅读全文
posted @ 2016-12-16 11:26 rahi 阅读(392) 评论(0) 推荐(0) 编辑