• 大小: 1.18M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: SQLite  sql  c  test  help  

资源简介

SQLiteHelperTestApp_(Source)_V1.2

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;

namespace SQLiteHelperTestApp
{
    class config
    {
        public static string DatabaseFile = ““;
        public static string DataSource
        {
            get
            {
                return string.Format(“data source={0}“ DatabaseFile);
            }
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-03-27 16:24  bin\
     目录           0  2014-03-27 16:24  bin\Debug\
     文件       29184  2014-03-27 11:10  bin\Debug\SQLiteHelperTestApp.exe
     文件       71168  2014-03-27 11:10  bin\Debug\SQLiteHelperTestApp.pdb
     文件       22704  2014-03-27 11:10  bin\Debug\SQLiteHelperTestApp.vshost.exe
     文件         490  2014-03-27 11:10  bin\Debug\SQLiteHelperTestApp.vshost.exe.manifest
     文件      904704  2014-03-27 11:10  bin\Debug\System.Data.SQLite.dll
     目录           0  2014-03-27 16:24  bin\Release\
     文件       22704  2014-03-27 11:10  bin\Release\SQLiteHelperTestApp.vshost.exe
     文件         490  2014-03-27 11:10  bin\Release\SQLiteHelperTestApp.vshost.exe.manifest
     目录           0  2014-03-27 16:24  bin\x86\
     目录           0  2014-03-27 16:24  bin\x86\Release\
     文件       75264  2014-03-27 16:21  bin\x86\Release\SQLiteHelperTestApp.exe
     文件      200192  2014-03-27 16:21  bin\x86\Release\SQLiteHelperTestApp.pdb
     文件       22712  2014-03-27 16:22  bin\x86\Release\SQLiteHelperTestApp.vshost.exe
     文件         490  2013-06-18 20:28  bin\x86\Release\SQLiteHelperTestApp.vshost.exe.manifest
     文件      904704  2014-01-26 13:15  bin\x86\Release\System.Data.SQLite.dll
     文件         375  2014-03-27 11:10  config.cs
     目录           0  2014-03-27 16:24  Forms\
     目录           0  2014-03-27 16:24  Forms\DBInfo\
     文件        2406  2014-03-27 11:10  Forms\DBInfo\GetColumnStatus.cs
     文件        6380  2014-03-27 11:10  Forms\DBInfo\GetColumnStatus.Designer.cs
     文件        5817  2014-03-27 11:10  Forms\DBInfo\GetColumnStatus.resx
     文件        1334  2014-03-27 11:10  Forms\DBInfo\GetTableList.cs
     文件        5043  2014-03-27 11:10  Forms\DBInfo\GetTableList.Designer.cs
     文件        5817  2014-03-27 11:10  Forms\DBInfo\GetTableList.resx
     文件        1342  2014-03-27 11:10  Forms\DBInfo\GetTableStatus.cs
     文件        5079  2014-03-27 11:10  Forms\DBInfo\GetTableStatus.Designer.cs
     文件        5817  2014-03-27 11:10  Forms\DBInfo\GetTableStatus.resx
     文件         955  2014-03-27 11:10  Forms\DBInfo\ShowDatabase.cs
     文件        4909  2014-03-27 11:10  Forms\DBInfo\ShowDatabase.Designer.cs
............此处省略109个文件信息

评论

共有 条评论