摘要: #DDD 只针对当前打开窗口或者存储过程有效 在存储过程中 执行完自动删除临时表select b.TransactionID into #DDD from tb_test as a inner join tb_order as b on a.TransactionID=b.TransactionID where a.Status in('Uncleared','Under Review','Held') and b.InTime>GETDATE()-4 ... 阅读全文
posted @ 2012-12-01 15:08 放哨De老鼠 阅读(332) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.IO;namespace WindowsFormsApplication1{ public partial class Form1 : Form { string FileName = string.Empty; DataTable dtExcelData; 阅读全文
posted @ 2012-12-01 15:02 放哨De老鼠 阅读(2500) 评论(0) 推荐(0) 编辑