资源简介
可以将SQLServer数据库完整转换为SQLite数据库,包括表结构、视图、数据
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using TEFFY.Common.DbAccess;
using System.Windows.Forms;
namespace SqlserverToSQLite
{
public class DatabaseConvert
{
public static bool CreateSQLiteDatabase(string sqlConnString string sqlitePath string password bool createTriggers bool copyData)
{
bool ret = false;
//this.Cursor = Cursors.WaitCursor;
SqlConversionHandler handler = new SqlConversionHandler(delegate(bool done
bool success int percent string msg)
{
if (done)
{
ret = success;
}
//Invoke(new MethodInvoker(delegate()
//{
// UpdateSensitivity();
// lblMessage.Text = msg;
// pbrProgress.Value = percent;
// if (done)
// {
// btnStart.Enabled = true;
// this.Cursor = Cursors.Default;
// UpdateSensitivity();
// if (success)
// {
// MessageBox.Show(this
// msg
// “Conversion Finished“
// MessageBoxButtons.OK
// MessageBoxIcon.Information);
// pbrProgress.Value = 0;
// lblMessage.Text = string.Empty;
// }
// else
// {
// if (!_shouldExit)
// {
// MessageBox.Show(this
// msg
// “Conversion Failed“
// MessageBoxButtons.OK
// MessageBoxIcon.Error);
// pbrProgress.Value = 0;
// lblMessage.Text = string.Empty;
// }
// else
// Application.Exit();
// }
// }
//}));
});
SqlTableSelectionHandler selectionHandler = new SqlTableSelectionHandler(delegate(List schema)
{
List updated = null;
//Invoke(new MethodInvoker(delegate
//{
// // Allow the user to select which tables to include by showing him the
// // table selection dialog.
// TableSelectionDialog dlg = new TableSelectionDialog();
// DialogResult res = dlg.ShowTables(schema this);
// if (res == DialogResu
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2923 2011-06-09 23:41 SqlserverToSQLite\WindowsApplication1\App.config
文件 11776 2011-05-20 11:15 SqlserverToSQLite\WindowsApplication1\AxInterop.MSCommLib.dll
文件 221 2014-01-20 00:34 SqlserverToSQLite\WindowsApplication1\bin\Debug\dbsetting.xm
文件 270336 2009-05-17 20:04 SqlserverToSQLite\WindowsApplication1\bin\Debug\log4net.dll
文件 102400 2014-01-19 18:22 SqlserverToSQLite\WindowsApplication1\bin\Debug\SqlserverToSQLite.exe
文件 2923 2011-06-09 23:41 SqlserverToSQLite\WindowsApplication1\bin\Debug\SqlserverToSQLite.exe.config
文件 75264 2014-01-19 18:22 SqlserverToSQLite\WindowsApplication1\bin\Debug\SqlserverToSQLite.pdb
文件 5632 2014-03-02 22:11 SqlserverToSQLite\WindowsApplication1\bin\Debug\SqlserverToSQLite.vshost.exe
文件 2923 2011-06-09 23:41 SqlserverToSQLite\WindowsApplication1\bin\Debug\SqlserverToSQLite.vshost.exe.config
文件 1521664 2012-12-31 01:29 SqlserverToSQLite\WindowsApplication1\bin\Debug\System.Data.SQLite.dll
文件 7729 2014-01-20 00:34 SqlserverToSQLite\WindowsApplication1\bin\Debug\_log.txt
文件 270336 2009-05-17 20:04 SqlserverToSQLite\WindowsApplication1\bin\Release\log4net.dll
文件 98304 2014-03-02 22:12 SqlserverToSQLite\WindowsApplication1\bin\Release\SqlserverToSQLite.exe
文件 2923 2011-06-09 23:41 SqlserverToSQLite\WindowsApplication1\bin\Release\SqlserverToSQLite.exe.config
文件 67072 2014-03-02 22:12 SqlserverToSQLite\WindowsApplication1\bin\Release\SqlserverToSQLite.pdb
文件 1521664 2012-12-31 01:29 SqlserverToSQLite\WindowsApplication1\bin\Release\System.Data.SQLite.dll
文件 4166 2011-06-09 23:37 SqlserverToSQLite\WindowsApplication1\Databa
文件 508 2010-06-10 19:04 SqlserverToSQLite\WindowsApplication1\DbAccess\ColumnSchema.cs
文件 375 2010-06-10 19:05 SqlserverToSQLite\WindowsApplication1\DbAccess\Databa
文件 393 2010-06-10 19:05 SqlserverToSQLite\WindowsApplication1\DbAccess\ForeignKeySchema.cs
文件 382 2010-06-10 19:05 SqlserverToSQLite\WindowsApplication1\DbAccess\IndexSchema.cs
文件 58536 2011-06-09 23:13 SqlserverToSQLite\WindowsApplication1\DbAccess\SqlServerToSQLite.cs
文件 419 2010-06-10 19:05 SqlserverToSQLite\WindowsApplication1\DbAccess\TableSchema.cs
文件 4330 2010-06-10 19:06 SqlserverToSQLite\WindowsApplication1\DbAccess\TriggerBuilder.cs
文件 488 2010-06-10 19:06 SqlserverToSQLite\WindowsApplication1\DbAccess\TriggerSchema.cs
文件 475 2010-06-10 19:06 SqlserverToSQLite\WindowsApplication1\DbAccess\ViewSchema.cs
..A.SHR 358 2011-02-22 16:55 SqlserverToSQLite\WindowsApplication1\DbAccess\vssver2.scc
文件 3277 2014-03-02 22:12 SqlserverToSQLite\WindowsApplication1\Form1.cs
文件 7944 2011-06-09 23:44 SqlserverToSQLite\WindowsApplication1\Form1.Designer.cs
文件 5814 2011-06-09 23:44 SqlserverToSQLite\WindowsApplication1\Form1.resx
............此处省略52个文件信息
- 上一篇:在c#中Teechart的使用说明
- 下一篇:c# call tensorflow
相关资源
- c# call tensorflow
- 在c#中Teechart的使用说明
- c#库存管理系统192935
- 用access连接的c#图书馆管理系统,对于
- Asp.net房产中介管理系统源码
- VS2010C#+SQLserver下的学生选课系统
- TCP/IP Sockets in C#: Practical Guide for Prog
- TradeX.dll C# 接口演示程序
- 生成和读取条形码二维码C#
- C#_Winform中使用GDI+及双缓冲技术绘制正
- C#+ArcEngine 二次开发,基本的各种功能
- winform简单的增删改查
- C#图像处理六项图片处理功能及截图工
- 员工请假管理 c# SQL
- C#串口波形图
- C#课程设计源代码
- winform工资管理系统
- C#学校考勤系统设计
- 教材管理系统 C#+SQL 三层架构
- C#超市进销存管理系统源代码
- C#完成的BBS,
- C#经典第4版 徐敬德(译) 非扫描版
- c# api中文帮助手册
- Mysql.Data.dll_x64_x86所有版本
- C#经典
- 基于c#的p2p文件传输
- 经典C#爱情程序
- C#仿Windows记事本附带设计说明书
- C# 课程设计 个人信息管理系统 SQL数据
- c#编写的宿舍管理系统
评论
共有 条评论