摘要:
-- 刪除重復列 a.如果有ID字段,就是具有唯一性的字段 delect table where id not in ( select max (id) from table group by col1,col2,col3 ) group by 子句后跟的字段就是你用... 阅读全文
2008年7月8日 #
摘要:
症状: 生成Word格式的报告,调试过程中总是出现"服务器出现意外情况。 (异常来自 HRESULT:0x80010105 (RPC_E_SERVERFAULT))"的错误 原因: 代码 WordApp.Documents.Add(refNothing,refNothing,refNothing,r... 阅读全文