• 大小: 17.62M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: sql  工具  

资源简介

可连接ORACL/DB2/MYSQL

正删改查,可保存多连接

资源截图

代码片段和文件信息

using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace SQL工具
{
    public partial class DatabaseAdd : Form
    {                                       
        public delegate void changetext(string text);
        public event changetext changetext_event;

        public DatabaseAdd(ODM f)
        {
            InitializeComponent();
        }
        public DatabaseAdd(ClintInfo di)
        {
            InitializeComponent();
            textBox1.Text = di.Othername.Trim();
            textBox2.Text = di.db.contentstring.Trim();
            comboBox1.Tex

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.    147456  2019-11-08 16:20  SQL工具\.vs\SQL工具\v14\.suo

     文件       1786  2019-10-30 11:32  SQL工具\App.config

     文件         88  2019-12-20 11:01  SQL工具\bin\Debug\datainfo\8080服务器.txt

     文件         72  2019-12-20 11:01  SQL工具\bin\Debug\datainfo\Local.txt

     文件    1534280  2014-12-01 07:27  SQL工具\bin\Debug\IBM.Data.DB2.dll

     文件       7168  2019-10-22 10:23  SQL工具\bin\Debug\IDBHelp.dll

     文件     407040  2019-07-10 15:08  SQL工具\bin\Debug\MySql.Data.dll

     文件     604121  2019-07-10 15:07  SQL工具\bin\Debug\MySql.Data.xml

     文件     675240  2018-11-27 10:07  SQL工具\bin\Debug\Newtonsoft.Json.dll

     文件    5007360  2019-10-07 16:32  SQL工具\bin\Debug\Oracle.ManagedDataAccess.dll

     文件     588288  2017-06-12 09:27  SQL工具\bin\Debug\ScintillaNet.dll

     文件      46080  2019-12-20 11:00  SQL工具\bin\Debug\SQL工具.exe

     文件       1786  2019-10-30 11:32  SQL工具\bin\Debug\SQL工具.exe.config

     文件      40448  2019-12-20 11:00  SQL工具\bin\Debug\SQL工具.pdb

     文件      22696  2019-12-20 10:57  SQL工具\bin\Debug\SQL工具.vshost.exe

     文件       1786  2019-10-30 11:32  SQL工具\bin\Debug\SQL工具.vshost.exe.config

     文件        490  2012-06-06 02:06  SQL工具\bin\Debug\SQL工具.vshost.exe.manifest

     文件      23600  2018-09-18 19:38  SQL工具\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll

     文件      65024  2019-06-20 20:37  SQL工具\bin\Debug\Unity.Abstractions.dll

     文件     145920  2019-06-20 20:38  SQL工具\bin\Debug\Unity.Container.dll

     文件     913408  2007-10-02 22:50  SQL工具\bin\Release\IBM.Data.DB2.dll

     文件     172032  2007-10-02 22:50  SQL工具\bin\Release\IBM.Data.U2.Ucinet.dll

     文件       7168  2019-10-22 10:23  SQL工具\bin\Release\IDBHelp.dll

     文件      17920  2019-10-22 10:38  SQL工具\bin\Release\IDBHelp.pdb

     文件     407040  2019-07-10 15:08  SQL工具\bin\Release\MySql.Data.dll

     文件     604121  2019-07-10 15:07  SQL工具\bin\Release\MySql.Data.xml

     文件     675240  2018-11-27 10:07  SQL工具\bin\Release\Newtonsoft.Json.dll

     文件    5007360  2019-10-07 16:32  SQL工具\bin\Release\Oracle.ManagedDataAccess.dll

     文件     588288  2017-06-12 09:27  SQL工具\bin\Release\ScintillaNet.dll

     文件      48128  2019-10-31 10:04  SQL工具\bin\Release\SQL工具.exe

............此处省略198个文件信息

评论

共有 条评论