摘要:
多表关联更新,非常实用的SQL实现 update tr_plan_2_u a set hash_value=( select hash_value from tr_plan_2 where rowid='AAAbYGAAEAAEIpDAAB') where exists (select 1 from 阅读全文
摘要:
用惯了第三方控件fpspread,只一个属性就可以设置输入大写,可用微软原装的DataGridView缺很麻烦,查到一个C#实现,改成VB.NET版本 Private Sub GridTaskList_EditingControlShowing(ByVal sender As System.Obje 阅读全文