摘要:
2.这个单纯改动text,不管空不空,好 3.包含中文报错:An unhandled exception of type 'System.Xml.XmlException' occurred in System.Xml.dll Additional information: 给定编码中的字符无效。 阅读全文
摘要:
合并不同行数的两个表格的数(A表里的一个值a,与另B表的行数同步,即新表行数与B一样,由a+B表查出的各行组成): 以下三种效果一样,第三种效果最佳: 1.select sV,PD,Sh,Profrom(Select sV From Sy where sN='Cur' ) t1,(Select PD 阅读全文