摘要:
日志信息:System.Data.Entity.Core.ProviderIncompatibleException: An error occurred while getting provider information from the database. This can be caused 阅读全文
摘要:
/// <summary> /// .dbf 文件的字段信息类 /// </summary> internal class DBFField { public const int DBFFieldSize = 32; /* 字段名称 */ public byte[] Name = new byte[ 阅读全文
摘要:
https://github.com/SocialExplorer/FastDBF 阅读全文
摘要:
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 '... 阅读全文