摘要:
1、启用Ad Hoc Distributed Queries 在使用openrowset/opendatasource前搜先要启用Ad Hoc Distributed Queries服务,因为这个服务不安全所以SqlServer默认是关闭的 启用Ad Hoc Distributed Queries的 阅读全文
2021年11月5日 #
2020年7月2日 #
摘要:
1用Reverse方法反转一个字符串 1 2 3 string funnyMan = "Roscoe Arbuckle"; string backwardsGuy = new string(funnyMan.Reverse().ToArray()); //backwardsGuy="elkcubrA 阅读全文
2020年4月3日 #
摘要:
引用 kingdee.bos.app.data 1.执行SQL命令 1 Execute(Context,String) 执行SQL语句 2 Execute(Context,String,SqlParam) 执行带查询参数的SQL语句 3 ExecuteBatch(Context,List<SqlOb 阅读全文