Click here to Skip to main content
15,893,790 members
Articles / Programming Languages / SQL

SQL Editor for Database Developers

Rate me:
Please Sign up or sign in to vote.
4.55/5 (65 votes)
10 Mar 2010GPL317 min read 251.9K   9K   236  
SQL editor with syntax parser, direct editing, code execution, database backup, table comparison, script generation, time measurement
<VisualStudioProject>
    <CSHARP
        ProjectType = "Local"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{07D38BCE-139B-4B01-9B17-B1F6511C876B}"
    >
        <Build>
            <Settings
                ApplicationIcon = "Resources\App.ico"
                AssemblyKeyContainerName = ""
                AssemblyName = "SqlBuilder"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "WinExe"
                PreBuildEvent = ""
                PostBuildEvent = ""
                RootNamespace = "SqlBuilder"
                RunPostBuildEvent = "OnBuildSuccess"
                StartupObject = ""
            >
                <Config
                    Name = "Debug"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = "DEBUG;TRACE"
                    DocumentationFile = ""
                    DebugSymbols = "true"
                    FileAlignment = "4096"
                    IncrementalBuild = "false"
                    NoStdLib = "false"
                    NoWarn = ""
                    Optimize = "false"
                    OutputPath = "SqlBuilder\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "4"
                />
                <Config
                    Name = "Release"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = "TRACE"
                    DocumentationFile = ""
                    DebugSymbols = "false"
                    FileAlignment = "4096"
                    IncrementalBuild = "false"
                    NoStdLib = "false"
                    NoWarn = ""
                    Optimize = "true"
                    OutputPath = "SqlBuilder\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "4"
                />
            </Settings>
            <References>
                <Reference
                    Name = "System"
                    AssemblyName = "System"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
                />
                <Reference
                    Name = "System.Drawing"
                    AssemblyName = "System.Drawing"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
                />
                <Reference
                    Name = "System.Windows.Forms"
                    AssemblyName = "System.Windows.Forms"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
                />
                <Reference
                    Name = "system.web"
                    AssemblyName = "System.Web"
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\system.web.dll"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "ArrayListEx.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "AssemblyInfo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Defaults.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Functions.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Measure.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Recycler.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "RtfHtmlBuilder.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "SQL.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "SqlParser.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "SqlTable.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "StackEx.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "TableCols.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "UpdateCheck.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "XML.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\CrackedTextBoxColumn.cs"
                    SubType = "Component"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\CustomGridColumn.cs"
                    SubType = "Component"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\CustomGridColumn.resx"
                    DependentUpon = "CustomGridColumn.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Controls\DataGridEx.cs"
                    SubType = "Component"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\DataGridEx.resx"
                    DependentUpon = "DataGridEx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Controls\DataGridFix.cs"
                    SubType = "Component"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\DataGridFix.resx"
                    DependentUpon = "DataGridFix.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Controls\ListViewEx.cs"
                    SubType = "Component"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\PasswordTextBox.cs"
                    SubType = "Component"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\PictureBoxEx.cs"
                    SubType = "Component"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\RichTextBoxEx.cs"
                    SubType = "Component"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\RichTextBoxParser.cs"
                    SubType = "Component"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\StatusInfo.cs"
                    SubType = "Component"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmAddColumn.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmAddColumn.resx"
                    DependentUpon = "frmAddColumn.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\frmAddFile.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmAddFile.resx"
                    DependentUpon = "frmAddFile.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\frmBackup.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmBackup.resx"
                    DependentUpon = "frmBackup.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\frmBaseForm.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmBaseForm.resx"
                    DependentUpon = "frmBaseForm.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\frmBuildScript.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmBuildScript.resx"
                    DependentUpon = "frmBuildScript.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\frmDesignTable.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmDesignTable.resx"
                    DependentUpon = "frmDesignTable.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\frmEditor.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmEditor.resx"
                    DependentUpon = "frmEditor.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\frmFind.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmFind.resx"
                    DependentUpon = "frmFind.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\frmMain.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmMain.resx"
                    DependentUpon = "frmMain.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\frmMsgBox.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmMsgBox.resx"
                    DependentUpon = "frmMsgBox.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\frmQuery.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmQuery.resx"
                    DependentUpon = "frmQuery.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\frmSearch.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmSearch.resx"
                    DependentUpon = "frmSearch.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\frmSearchResult.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmSearchResult.resx"
                    DependentUpon = "frmSearchResult.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\frmTableEditor.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmTableEditor.resx"
                    DependentUpon = "frmTableEditor.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\frmWait.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\frmWait.resx"
                    DependentUpon = "frmWait.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Help\Help.chm"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Resources\GetTableColumns.sql"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Resources\Stop.ico"
                    BuildAction = "EmbeddedResource"
                />
            </Include>
        </Files>
    </CSHARP>
</VisualStudioProject>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer (Senior) ElmüSoft
Chile Chile
Software Engineer since 40 years.

Comments and Discussions