zoukankan      html  css  js  c++  java
  • 发布一款数据库查询工具

    feature:

    • Visual Studio style GUI, and support multi-connection for diff database concurrently.
    • Support MS SQL server 2000/2005, mysql, teradata, Access97/2000/2003/2007, Excel2003/2007, CSV file and other odbc connections.
    • Support editor syntax highlighting.
    • Standard editor support line number/undo/redo/copy/cut/paste/select all/Find/Find next/Replace
    • Browser databases/tables/Columns/Indics/functions/procedures/views in treeview mode
    • Auto generate SQL statement or other scripts against database type.
    • Results can be in text and grid format, and can be found.
    • You can press F2 to get SQL statement support against different database.
    • Query statement and results can be saved.
    • Query statmements history support: you can find old executed sql for reuse in sql history grid.
    • support Auto update

    • 连接示例:

    • 主窗口示例:
    • 本地下载:mdquery
    需要使用.net framework 2.0环境

    参考文章:
    http://www.codeproject.com/KB/database/QueryCommander.aspx
    http://sourceforge.net/projects/queryexplus/
    http://www.cnblogs.com/madyina/archive/2008/04/04/1137499.html
  • 相关阅读:
    1.配置pytorch环境
    排序算法总结
    树的存储
    递归回溯法求N皇后问题
    输出分割的字符串
    文件的操作
    Okhttp进行文件的下载
    Android客户端OkHttp的使用以及tomcat服务器的解析客户端发过来的数据
    java集合框架
    spring mvc框架入门
  • 原文地址:https://www.cnblogs.com/smallfa/p/1160685.html
Copyright © 2011-2022 走看看