QQ:929412592 

摘要: 1、使用“::”注释 2、net 命令 net accounts :获取当前计算机账户信息 阅读全文
posted @ 2017-10-12 17:29 辉创1989 阅读(158) 评论(0) 推荐(0) 编辑
摘要: [Sql Server][原创]自定义函数汇总 编辑 >> Sql表值函数 01、获取指定表名的字段类型信息 > dbo.AH_GetTableColumnType(@TableName) 02、将传入字符串拿分隔符分开后放到返回表里 > dbo.AH_CharDelimTable(@ParamSt 阅读全文
posted @ 2017-10-11 10:23 辉创1989 阅读(247) 评论(0) 推荐(0) 编辑
摘要: SQL Server T-SQL高级查询[转] 高级查询在数据库中用得是最频繁的,也是应用最广泛的。 Ø 基本常用查询 --select select * from student; --all 查询所有 select all sex from student; --distinct 过滤重复 se 阅读全文
posted @ 2017-03-31 09:14 辉创1989 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 使用自定义表类型(SQL Server 2008) C#如何调用SQLServer写的函数 SQL Server T-SQL高级查询转 C# winform 中MessageBox用法大全(附效果图) 阅读全文
posted @ 2017-01-12 15:43 辉创1989 阅读(159) 评论(0) 推荐(0) 编辑
摘要: Epicor系统二次开发 一、获取或修改界面EpiDataView的字段数据(Get EpiDataView data) C# EpiDataView edv = (EpiDataView)oTrans.EpiDataViews["ViewName"]; if(edv.dataView.Count 阅读全文
posted @ 2016-10-20 13:03 辉创1989 阅读(4818) 评论(0) 推荐(0) 编辑