摘要:
MessageBox.Show("确定要操作么", "提示", MessageBoxButtons.OKCancel) == DialogResult.OK 阅读全文
posted @ 2009-07-18 03:35 闲坐敲棋 阅读(291) 评论(0) 推荐(0)
|
||
|
摘要:
MessageBox.Show("确定要操作么", "提示", MessageBoxButtons.OKCancel) == DialogResult.OK 阅读全文
posted @ 2009-07-18 03:35 闲坐敲棋 阅读(291) 评论(0) 推荐(0)
摘要:
create table TestTableTrigger(BH varchar(8))GOset ANSI_NULLS ONset QUOTED_IDENTIFIER ONSET ANSI_WARNINGS OFF goALTER trigger [dbo].[Trigger_Insert] on [dbo].[TestTableTrigger] instead of insert as sel... 阅读全文
posted @ 2009-07-18 02:29 闲坐敲棋 阅读(147) 评论(0) 推荐(0) |
||