2014年3月20日
摘要: SQLiteConnection sqConnection = dataProvider.GetDbConnection(); sqConnection.Open(); SQLiteCommand sqCommand = new SQLiteCommand(); SQLiteTransaction myTrans; // Start a local transaction myTrans = sqConnection.BeginTransaction(System.Data.IsolationLevel.Serializab... 阅读全文
posted @ 2014-03-20 20:46 武胜-阿伟 阅读(2938) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace xSoft.Utility.UI{ public class ExportUtility { public static void ExportGridToFile(DevExpress.XtraGrid.Views.Base.BaseView gridView, string reportName, string fullFileName = null) { ... 阅读全文
posted @ 2014-03-20 20:15 武胜-阿伟 阅读(759) 评论(0) 推荐(1) 编辑