04 2015 档案

winform-全局异常捕获作用
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using JxsFL.CaiGou;using JxsFL.CangKu;using JxsFL.CangKu.Ou... 阅读全文

posted @ 2015-04-27 10:52 连一粝 阅读(402) 评论(0) 推荐(0)

sp_MSforeachtable使用方法
摘要:1)说明系统存储过程sp_MSforeachtable和sp_MSforeachdb,是微软提供的两个不公开的存储过程,从ms sql 6.5开始。存放在SQL Server的MASTER数据库中。2)参数说明:@command1 nvarchar(2000), --第一条运行的SQL指令@repl... 阅读全文

posted @ 2015-04-17 09:11 连一粝 阅读(189) 评论(0) 推荐(0)

C#数据库操作
摘要:1、常用的T-Sql语句 查询:SELECT * FROM tb_test WHERE ID='1' AND name='xia' SELECT * FROM tb_test 插入:INSERT INTO tb_test VALUES('xia','123') INSERT INTO tb_test... 阅读全文

posted @ 2015-04-07 09:32 连一粝 阅读(197) 评论(0) 推荐(0)

导航