Download Mini SQL Query

Description

Mini SQL Query is a minimalist SQL query tool for multiple databases (MSSQL, MSSQL CE, SQLite, OLEDB, MS Access/Excel files etc). The tool uses a generic schema engine taking advantage of the ADO.NET providers. Mini SQL Query is also easily extended with plugins.

Icons

Mini SQL Query

Source Files

The download file minisqlquery.zip has the following entries.


trunk/Build-DISTRO.cmd//from   w w  w.  ja  v a  2 s.c om
trunk/ChangeLog.txt
trunk/CommonAssemblyInfo.cs
trunk/Contrib/MiniSqlQuery.Contrib.sln
trunk/Contrib/MiniSqlQuery.Exports.Plugin/Commands/ShowExportWindowCommand.cs
trunk/Contrib/MiniSqlQuery.Exports.Plugin/Export/CSVExport.cs
trunk/Contrib/MiniSqlQuery.Exports.Plugin/Export/HtmlExport.cs
trunk/Contrib/MiniSqlQuery.Exports.Plugin/Export/HtmlExportFormat.cs
trunk/Contrib/MiniSqlQuery.Exports.Plugin/ExportWindow.Designer.cs
trunk/Contrib/MiniSqlQuery.Exports.Plugin/ExportWindow.cs
trunk/Contrib/MiniSqlQuery.Exports.Plugin/ExportWindow.resx
trunk/Contrib/MiniSqlQuery.Exports.Plugin/Loader.cs
trunk/Contrib/MiniSqlQuery.Exports.Plugin/MiniSqlQuery.Exports.Plugin.csproj
trunk/Contrib/MiniSqlQuery.Exports.Plugin/Properties/AssemblyInfo.cs
trunk/Contrib/MiniSqlQuery.Exports.Plugin/Properties/Resources.Designer.cs
trunk/Contrib/MiniSqlQuery.Exports.Plugin/Properties/Resources.resx
trunk/Contrib/MiniSqlQuery.Exports.Plugin/Resources/Folder_Open.png
trunk/Contrib/MiniSqlQuery.Exports.Plugin/app.config
trunk/Contrib/MiniSqlQuery.ExternalTools.Plugin/Commands/RunExportSqlCe40Command.cs
trunk/Contrib/MiniSqlQuery.ExternalTools.Plugin/Commands/RunExportSqlCeCommand.cs
trunk/Contrib/MiniSqlQuery.ExternalTools.Plugin/Commands/RunExportSqlCeCommandBase.cs
trunk/Contrib/MiniSqlQuery.ExternalTools.Plugin/Commands/ShowSiteForExportSqlCeCommand.cs
trunk/Contrib/MiniSqlQuery.ExternalTools.Plugin/Loader.cs
trunk/Contrib/MiniSqlQuery.ExternalTools.Plugin/MiniSqlQuery.ExternalTools.Plugin.csproj
trunk/Contrib/MiniSqlQuery.ExternalTools.Plugin/Properties/AssemblyInfo.cs
trunk/Contrib/MiniSqlQuery.ExternalTools.Plugin/Properties/Resources.Designer.cs
trunk/Contrib/MiniSqlQuery.ExternalTools.Plugin/Properties/Resources.resx
trunk/Contrib/MiniSqlQuery.ExternalTools.Plugin/data_out.ico
trunk/Contrib/References/ExportSqlCE.exe
trunk/Contrib/References/ExportSqlCE40.exe
trunk/MiniSqlQuery.4.5.resharper
trunk/MiniSqlQuery.5.0.resharper
trunk/MiniSqlQuery.Core/ApplicationServices.cs
trunk/MiniSqlQuery.Core/BasicTextFindService.cs
trunk/MiniSqlQuery.Core/BatchProgressEventArgs.cs
trunk/MiniSqlQuery.Core/CommandControlBuilder.cs
trunk/MiniSqlQuery.Core/CommandManager.cs
trunk/MiniSqlQuery.Core/Commands/CancelTaskCommand.cs
trunk/MiniSqlQuery.Core/Commands/CloseActiveWindowCommand.cs
trunk/MiniSqlQuery.Core/Commands/CloseAllWindowsCommand.cs
trunk/MiniSqlQuery.Core/Commands/CloseDatabaseConnectionCommand.cs
trunk/MiniSqlQuery.Core/Commands/CommandBase.cs
trunk/MiniSqlQuery.Core/Commands/ConvertTextToLowerCaseCommand.cs
trunk/MiniSqlQuery.Core/Commands/ConvertTextToTitleCaseCommand.cs
trunk/MiniSqlQuery.Core/Commands/ConvertTextToUpperCaseCommand.cs
trunk/MiniSqlQuery.Core/Commands/CopyQueryEditorFileNameCommand.cs
trunk/MiniSqlQuery.Core/Commands/DisplayDbModelDependenciesCommand.cs
trunk/MiniSqlQuery.Core/Commands/EmailAuthorCommand.cs
trunk/MiniSqlQuery.Core/Commands/ExecuteTaskCommand.cs
trunk/MiniSqlQuery.Core/Commands/ExitApplicationCommand.cs
trunk/MiniSqlQuery.Core/Commands/GenerateCommandCodeCommand.cs
trunk/MiniSqlQuery.Core/Commands/InsertGuidCommand.cs
trunk/MiniSqlQuery.Core/Commands/NewQueryFormCommand.cs
trunk/MiniSqlQuery.Core/Commands/OpenConnectionFileCommand.cs
trunk/MiniSqlQuery.Core/Commands/PasteAroundSelectionCommand.cs
trunk/MiniSqlQuery.Core/Commands/PrintCommand.cs
trunk/MiniSqlQuery.Core/Commands/RefreshDatabaseConnectionCommand.cs
trunk/MiniSqlQuery.Core/Commands/SetLeftPasteAroundSelectionCommand.cs
trunk/MiniSqlQuery.Core/Commands/SetRightPasteAroundSelectionCommand.cs
trunk/MiniSqlQuery.Core/Commands/ShowDiscussionsWebPageCommand.cs
trunk/MiniSqlQuery.Core/Commands/ShowHelpCommand.cs
trunk/MiniSqlQuery.Core/Commands/ShowUrlCommand.cs
trunk/MiniSqlQuery.Core/Commands/ShowWebPageCommand.cs
trunk/MiniSqlQuery.Core/ConnectionDefinition.cs
trunk/MiniSqlQuery.Core/Controls/BatchQuerySelectControl.Designer.cs
trunk/MiniSqlQuery.Core/Controls/BatchQuerySelectControl.cs
trunk/MiniSqlQuery.Core/Controls/BatchQuerySelectControl.resx
trunk/MiniSqlQuery.Core/Controls/ExceptionControl.Designer.cs
trunk/MiniSqlQuery.Core/Controls/ExceptionControl.cs
trunk/MiniSqlQuery.Core/Controls/ExceptionControl.resx
trunk/MiniSqlQuery.Core/Controls/PluginListControl.Designer.cs
trunk/MiniSqlQuery.Core/Controls/PluginListControl.cs
trunk/MiniSqlQuery.Core/Controls/PluginListControl.resx
trunk/MiniSqlQuery.Core/DBConnectionDefinition.cs
trunk/MiniSqlQuery.Core/DBConnectionDefinitionList.cs
trunk/MiniSqlQuery.Core/DatabaseMetaDataService.cs
trunk/MiniSqlQuery.Core/DbModel/DbModelColumn.cs
trunk/MiniSqlQuery.Core/DbModel/DbModelColumnCollection.cs
trunk/MiniSqlQuery.Core/DbModel/DbModelConstraint.cs
trunk/MiniSqlQuery.Core/DbModel/DbModelDependencyWalker.cs
trunk/MiniSqlQuery.Core/DbModel/DbModelForeignKeyReference.cs
trunk/MiniSqlQuery.Core/DbModel/DbModelInstance.cs
trunk/MiniSqlQuery.Core/DbModel/DbModelObjectBase.cs
trunk/MiniSqlQuery.Core/DbModel/DbModelTable.cs
trunk/MiniSqlQuery.Core/DbModel/DbModelType.cs
trunk/MiniSqlQuery.Core/DbModel/DbModelView.cs
trunk/MiniSqlQuery.Core/DbModel/GenericSchemaService.cs
trunk/MiniSqlQuery.Core/DbModel/ISqlWriter.cs
trunk/MiniSqlQuery.Core/DbModel/OleDbSchemaService.cs
trunk/MiniSqlQuery.Core/DbModel/SqlCeSchemaService.cs
trunk/MiniSqlQuery.Core/DbModel/SqlClientSchemaService.cs
trunk/MiniSqlQuery.Core/DbModel/SqlWriter.cs
trunk/MiniSqlQuery.Core/DefaultConnectionDefinitionFile.xml
trunk/MiniSqlQuery.Core/FileEditorDescriptor.cs
trunk/MiniSqlQuery.Core/FileEditorResolverService.cs
trunk/MiniSqlQuery.Core/FindReplaceTextRequest.cs
trunk/MiniSqlQuery.Core/Forms/BatchQuerySelectForm.Designer.cs
trunk/MiniSqlQuery.Core/Forms/BatchQuerySelectForm.cs
trunk/MiniSqlQuery.Core/Forms/BatchQuerySelectForm.resx
trunk/MiniSqlQuery.Core/IApplicationServices.cs
trunk/MiniSqlQuery.Core/IApplicationSettings.cs
trunk/MiniSqlQuery.Core/ICommand.cs
trunk/MiniSqlQuery.Core/IConfigurationObject.cs
trunk/MiniSqlQuery.Core/IDatabaseInspector.cs
trunk/MiniSqlQuery.Core/IDatabaseSchemaService.cs
trunk/MiniSqlQuery.Core/IDbModelNamedObject.cs
trunk/MiniSqlQuery.Core/IEditor.cs
trunk/MiniSqlQuery.Core/IFileEditorResolver.cs
trunk/MiniSqlQuery.Core/IFindReplaceProvider.cs
trunk/MiniSqlQuery.Core/IFindReplaceWindow.cs
trunk/MiniSqlQuery.Core/IHostWindow.cs
trunk/MiniSqlQuery.Core/IMostRecentFilesService.cs
trunk/MiniSqlQuery.Core/INamedObject.cs
trunk/MiniSqlQuery.Core/INavigatableDocument.cs
trunk/MiniSqlQuery.Core/IPerformTask.cs
trunk/MiniSqlQuery.Core/IPlugIn.cs
trunk/MiniSqlQuery.Core/IPrintableContent.cs
trunk/MiniSqlQuery.Core/IQueryBatchProvider.cs
trunk/MiniSqlQuery.Core/IQueryEditor.cs
trunk/MiniSqlQuery.Core/ISupportCursorOffset.cs
trunk/MiniSqlQuery.Core/ITextFindService.cs
trunk/MiniSqlQuery.Core/IViewTable.cs
trunk/MiniSqlQuery.Core/ImageResource.Designer.cs
trunk/MiniSqlQuery.Core/ImageResource.resx
trunk/MiniSqlQuery.Core/Images/App.ico
trunk/MiniSqlQuery.Core/Images/ApplicationIcon.png
trunk/MiniSqlQuery.Core/Images/Thumbs.db
trunk/MiniSqlQuery.Core/Images/accept.png
trunk/MiniSqlQuery.Core/Images/add.png
trunk/MiniSqlQuery.Core/Images/around_text.png
trunk/MiniSqlQuery.Core/Images/cancel.png
trunk/MiniSqlQuery.Core/Images/cog.png
trunk/MiniSqlQuery.Core/Images/column.png
trunk/MiniSqlQuery.Core/Images/column_row_version.png
trunk/MiniSqlQuery.Core/Images/comments.png
trunk/MiniSqlQuery.Core/Images/cross.png
trunk/MiniSqlQuery.Core/Images/database.png
trunk/MiniSqlQuery.Core/Images/database_add.png
trunk/MiniSqlQuery.Core/Images/database_delete.png
trunk/MiniSqlQuery.Core/Images/database_edit.ico
trunk/MiniSqlQuery.Core/Images/database_edit.png
trunk/MiniSqlQuery.Core/Images/database_error.png
trunk/MiniSqlQuery.Core/Images/database_refresh.png
trunk/MiniSqlQuery.Core/Images/disconnect.ico
trunk/MiniSqlQuery.Core/Images/disconnect.png
trunk/MiniSqlQuery.Core/Images/disk.png
trunk/MiniSqlQuery.Core/Images/disk_multiple.png
trunk/MiniSqlQuery.Core/Images/email.png
trunk/MiniSqlQuery.Core/Images/email_go.png
trunk/MiniSqlQuery.Core/Images/error.png
trunk/MiniSqlQuery.Core/Images/exclamation.png
trunk/MiniSqlQuery.Core/Images/feed.png
trunk/MiniSqlQuery.Core/Images/find.png
trunk/MiniSqlQuery.Core/Images/folder_bug.png
trunk/MiniSqlQuery.Core/Images/folder_page.png
trunk/MiniSqlQuery.Core/Images/help.png
trunk/MiniSqlQuery.Core/Images/house.png
trunk/MiniSqlQuery.Core/Images/information.png
trunk/MiniSqlQuery.Core/Images/key.png
trunk/MiniSqlQuery.Core/Images/key_disabled.png
trunk/MiniSqlQuery.Core/Images/key_go.png
trunk/MiniSqlQuery.Core/Images/key_go_disabled.png
trunk/MiniSqlQuery.Core/Images/lightning.png
trunk/MiniSqlQuery.Core/Images/page.png
trunk/MiniSqlQuery.Core/Images/page_white.png
trunk/MiniSqlQuery.Core/Images/page_white_csharp.png
trunk/MiniSqlQuery.Core/Images/plugin.png
trunk/MiniSqlQuery.Core/Images/plugin_go.png
trunk/MiniSqlQuery.Core/Images/plugin_link.png
trunk/MiniSqlQuery.Core/Images/printer.png
trunk/MiniSqlQuery.Core/Images/script.png
trunk/MiniSqlQuery.Core/Images/script_code.png
trunk/MiniSqlQuery.Core/Images/server.png
trunk/MiniSqlQuery.Core/Images/server_add.png
trunk/MiniSqlQuery.Core/Images/server_connect.png
trunk/MiniSqlQuery.Core/Images/server_database.png
trunk/MiniSqlQuery.Core/Images/server_delete.png
trunk/MiniSqlQuery.Core/Images/server_edit.png
trunk/MiniSqlQuery.Core/Images/server_error.png
trunk/MiniSqlQuery.Core/Images/stop.png
trunk/MiniSqlQuery.Core/Images/table.png
trunk/MiniSqlQuery.Core/Images/table_add.png
trunk/MiniSqlQuery.Core/Images/table_delete.png
trunk/MiniSqlQuery.Core/Images/table_edit.png
trunk/MiniSqlQuery.Core/Images/table_error.png
trunk/MiniSqlQuery.Core/Images/table_gear.png
trunk/MiniSqlQuery.Core/Images/table_go.png
trunk/MiniSqlQuery.Core/Images/table_key.png
trunk/MiniSqlQuery.Core/Images/table_lightning.png
trunk/MiniSqlQuery.Core/Images/table_link.png
trunk/MiniSqlQuery.Core/Images/table_multiple.png
trunk/MiniSqlQuery.Core/Images/table_refresh.png
trunk/MiniSqlQuery.Core/Images/table_relationship.png
trunk/MiniSqlQuery.Core/Images/table_row_delete.png
trunk/MiniSqlQuery.Core/Images/table_row_insert.png
trunk/MiniSqlQuery.Core/Images/table_save.png
trunk/MiniSqlQuery.Core/Images/table_sort.png
trunk/MiniSqlQuery.Core/Images/tick.png
trunk/MiniSqlQuery.Core/Images/view.png
trunk/MiniSqlQuery.Core/Images/view_multiple.png
trunk/MiniSqlQuery.Core/Images/world_link.png
trunk/MiniSqlQuery.Core/Images/wrench.png
trunk/MiniSqlQuery.Core/Images/wrench_orange.png
trunk/MiniSqlQuery.Core/Migrated rules for MiniSqlQuery.Core (2).ruleset
trunk/MiniSqlQuery.Core/MiniSqlQuery.Core.csproj
trunk/MiniSqlQuery.Core/MiniSqlQuery.snk
trunk/MiniSqlQuery.Core/MostRecentFilesChangedEventArgs.cs
trunk/MiniSqlQuery.Core/MostRecentFilesService.cs
trunk/MiniSqlQuery.Core/NotifyPropertyChangedBase.cs
trunk/MiniSqlQuery.Core/ObjectTypes.cs
trunk/MiniSqlQuery.Core/PlugInComparer.cs
trunk/MiniSqlQuery.Core/PlugInUtility.cs
trunk/MiniSqlQuery.Core/PluginLoaderBase.cs
trunk/MiniSqlQuery.Core/Properties/AssemblyInfo.cs
trunk/MiniSqlQuery.Core/Properties/Resources.Designer.cs
trunk/MiniSqlQuery.Core/Properties/Resources.resx
trunk/MiniSqlQuery.Core/Query.cs
trunk/MiniSqlQuery.Core/QueryBatch.cs
trunk/MiniSqlQuery.Core/QueryRunner.cs
trunk/MiniSqlQuery.Core/SqlQueryRunner.cs
trunk/MiniSqlQuery.Core/StringWriterWithEncoding.cs
trunk/MiniSqlQuery.Core/SystemMessage.cs
trunk/MiniSqlQuery.Core/SystemMessageEventArgs.cs
trunk/MiniSqlQuery.Core/Template/HenriFormatter.cs
trunk/MiniSqlQuery.Core/Template/NVelocityWrapper.cs
trunk/MiniSqlQuery.Core/Template/TemplateException.cs
trunk/MiniSqlQuery.Core/Template/TextFormatter.cs
trunk/MiniSqlQuery.Core/Utility.cs
trunk/MiniSqlQuery.Core/packages.config
trunk/MiniSqlQuery.Tests/App.config
trunk/MiniSqlQuery.Tests/ConnectionDefinitionTests.cs
trunk/MiniSqlQuery.Tests/DBConnectionDefinitionListTests.cs
trunk/MiniSqlQuery.Tests/DbModel/DbModelTable_tests.cs
trunk/MiniSqlQuery.Tests/DbModel/DbTypeTests.cs
trunk/MiniSqlQuery.Tests/DbModel/MSAccess_DataType_Tests.cs
trunk/MiniSqlQuery.Tests/DbModel/SqlCeSchemaService_DataType_Tests.cs
trunk/MiniSqlQuery.Tests/DbModel/SqlCeSchemaService_DataType_ToDDL_Tests.cs
trunk/MiniSqlQuery.Tests/DbModel/SqlCeSchemaService_Tests.cs
trunk/MiniSqlQuery.Tests/DbModel/SqlWriterTests.cs
trunk/MiniSqlQuery.Tests/Gui/Basic_GUI_tests.cs
trunk/MiniSqlQuery.Tests/Gui/QueryFormTester.cs
trunk/MiniSqlQuery.Tests/Gui/mssql-aw-select-from-employee.sql
trunk/MiniSqlQuery.Tests/Gui/mssql-aw-select-from-employee.xml
trunk/MiniSqlQuery.Tests/MRU/MostRecentFilesService_Tests.cs
trunk/MiniSqlQuery.Tests/MRU/OpenRecentFileCommand_Tests.cs
trunk/MiniSqlQuery.Tests/MiniSqlQuery.Tests.csproj
trunk/MiniSqlQuery.Tests/Northwind.sdf
trunk/MiniSqlQuery.Tests/Properties/AssemblyInfo.cs
trunk/MiniSqlQuery.Tests/Properties/Resources.Designer.cs
trunk/MiniSqlQuery.Tests/Properties/Resources.resx
trunk/MiniSqlQuery.Tests/QueryGeneration/Select_query_tests.cs
trunk/MiniSqlQuery.Tests/QueryRunnerTests.cs
trunk/MiniSqlQuery.Tests/Query_wrapper_tests.cs
trunk/MiniSqlQuery.Tests/Templates/TemplateHost_tests.cs
trunk/MiniSqlQuery.Tests/Templates/TemplateModel_tests.cs
trunk/MiniSqlQuery.Tests/Templates/TextFormater_tests.cs
trunk/MiniSqlQuery.Tests/Templates/bar.mt
trunk/MiniSqlQuery.Tests/Templates/foo.cs.mt
trunk/MiniSqlQuery.Tests/TextFormater_tests.cs
trunk/MiniSqlQuery.Tests/TextGeneratorService_Tests.cs
trunk/MiniSqlQuery.Tests/Utility_Tests.cs
trunk/MiniSqlQuery.Tests/packages.config
trunk/MiniSqlQuery.build
trunk/MiniSqlQuery.shfb
trunk/MiniSqlQuery.shfbproj
trunk/MiniSqlQuery.sln
trunk/MiniSqlQuery.snk
trunk/MiniSqlQuery/AboutForm.Designer.cs
trunk/MiniSqlQuery/AboutForm.cs
trunk/MiniSqlQuery/AboutForm.resx
trunk/MiniSqlQuery/App.cs
trunk/MiniSqlQuery/App.ico
trunk/MiniSqlQuery/ApplicationSettings.cs
trunk/MiniSqlQuery/BasicEditor.Designer.cs
trunk/MiniSqlQuery/BasicEditor.cs
trunk/MiniSqlQuery/BasicEditor.resx
trunk/MiniSqlQuery/BasicEditors.cs
trunk/MiniSqlQuery/Commands/DuplicateLineCommand.cs
trunk/MiniSqlQuery/Commands/NewFileCommand.cs
trunk/MiniSqlQuery/Commands/OpenFileCommand.cs
trunk/MiniSqlQuery/Commands/OpenRecentFileCommand.cs
trunk/MiniSqlQuery/Commands/SaveFileAsCommand.cs
trunk/MiniSqlQuery/Commands/SaveFileCommand.cs
trunk/MiniSqlQuery/Commands/SaveResultsAsDataSetCommand.cs
trunk/MiniSqlQuery/Commands/ShowAboutCommand.cs
trunk/MiniSqlQuery/Commands/ShowOptionsFormCommand.cs
trunk/MiniSqlQuery/CopyForm.Designer.cs
trunk/MiniSqlQuery/CopyForm.cs
trunk/MiniSqlQuery/CopyForm.resx
trunk/MiniSqlQuery/ErrorForm.Designer.cs
trunk/MiniSqlQuery/ErrorForm.cs
trunk/MiniSqlQuery/ErrorForm.resx
trunk/MiniSqlQuery/Images/accept.png
trunk/MiniSqlQuery/Images/cancel.png
trunk/MiniSqlQuery/Images/cog.png
trunk/MiniSqlQuery/Images/cross.png
trunk/MiniSqlQuery/Images/database.png
trunk/MiniSqlQuery/Images/database_add.png
trunk/MiniSqlQuery/Images/database_delete.png
trunk/MiniSqlQuery/Images/database_edit.png
trunk/MiniSqlQuery/Images/database_error.png
trunk/MiniSqlQuery/Images/database_refresh.png
trunk/MiniSqlQuery/Images/disk.png
trunk/MiniSqlQuery/Images/disk_multiple.png
trunk/MiniSqlQuery/Images/email.png
trunk/MiniSqlQuery/Images/email_go.png
trunk/MiniSqlQuery/Images/folder_page.png
trunk/MiniSqlQuery/Images/lightning.png
trunk/MiniSqlQuery/Images/page.png
trunk/MiniSqlQuery/Images/page_white.png
trunk/MiniSqlQuery/Images/plugin.png
trunk/MiniSqlQuery/Images/plugin_go.png
trunk/MiniSqlQuery/Images/plugin_link.png
trunk/MiniSqlQuery/Images/table_save.png
trunk/MiniSqlQuery/License-MiniSqlQuery.txt
trunk/MiniSqlQuery/MT-Mode.xshd
trunk/MiniSqlQuery/MainForm.Designer.cs
trunk/MiniSqlQuery/MainForm.cs
trunk/MiniSqlQuery/MainForm.resx
trunk/MiniSqlQuery/MiniSqlQuery.csproj
trunk/MiniSqlQuery/MiniSqlQuery.snk
trunk/MiniSqlQuery/Mode.xsd
trunk/MiniSqlQuery/NewFileForm.Designer.cs
trunk/MiniSqlQuery/NewFileForm.cs
trunk/MiniSqlQuery/NewFileForm.resx
trunk/MiniSqlQuery/OptionsForm.Designer.cs
trunk/MiniSqlQuery/OptionsForm.cs
trunk/MiniSqlQuery/OptionsForm.resx
trunk/MiniSqlQuery/PlugIns/ConnectionStringsManager/Commands/EditConnectionsFormCommand.cs
trunk/MiniSqlQuery/PlugIns/ConnectionStringsManager/ConnectionStringBuilderForm.Designer.cs
trunk/MiniSqlQuery/PlugIns/ConnectionStringsManager/ConnectionStringBuilderForm.cs
trunk/MiniSqlQuery/PlugIns/ConnectionStringsManager/ConnectionStringBuilderForm.resx
trunk/MiniSqlQuery/PlugIns/ConnectionStringsManager/ConnectionStringsManagerLoader.cs
trunk/MiniSqlQuery/PlugIns/ConnectionStringsManager/DbConnectionsForm.Designer.cs
trunk/MiniSqlQuery/PlugIns/ConnectionStringsManager/DbConnectionsForm.cs
trunk/MiniSqlQuery/PlugIns/ConnectionStringsManager/DbConnectionsForm.resx
trunk/MiniSqlQuery/PlugIns/ConnectionStringsManager/GenericConnectionStringBuilder.cs
trunk/MiniSqlQuery/PlugIns/CoreApplicationPlugIn.cs
trunk/MiniSqlQuery/PlugIns/CoreMiniSqlQueryConfiguration.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/Commands/CopyTableNameCommand.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/Commands/GenerateDeleteStatementCommand.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/Commands/GenerateInsertStatementCommand.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/Commands/GenerateSelectCountStatementCommand.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/Commands/GenerateSelectStatementCommand.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/Commands/GenerateStatementCommandBase.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/Commands/GenerateUpdateStatementCommand.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/Commands/LocateFkReferenceColumnCommand.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/Commands/ShowDatabaseInspectorCommand.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/Commands/ShowFindObjectFormCommand.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/Commands/TruncateTableCommand.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/DatabaseInspectorForm.Designer.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/DatabaseInspectorForm.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/DatabaseInspectorForm.resx
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/DatabaseInspectorLoader.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/FindObjectForm.Designer.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/FindObjectForm.cs
trunk/MiniSqlQuery/PlugIns/DatabaseInspector/FindObjectForm.resx
trunk/MiniSqlQuery/PlugIns/SearchTools/Commands/FindNextStringCommand.cs
trunk/MiniSqlQuery/PlugIns/SearchTools/Commands/ReplaceStringCommand.cs
trunk/MiniSqlQuery/PlugIns/SearchTools/Commands/ShowFindTextFormCommand.cs
trunk/MiniSqlQuery/PlugIns/SearchTools/Commands/ShowGoToLineFormCommand.cs
trunk/MiniSqlQuery/PlugIns/SearchTools/FindReplaceForm.cs
trunk/MiniSqlQuery/PlugIns/SearchTools/FindReplaceForm.designer.cs
trunk/MiniSqlQuery/PlugIns/SearchTools/FindReplaceForm.resx
trunk/MiniSqlQuery/PlugIns/SearchTools/GoToLineForm.cs
trunk/MiniSqlQuery/PlugIns/SearchTools/GoToLineForm.designer.cs
trunk/MiniSqlQuery/PlugIns/SearchTools/GoToLineForm.resx
trunk/MiniSqlQuery/PlugIns/SearchTools/SearchToolsCommon.cs
trunk/MiniSqlQuery/PlugIns/SearchTools/SearchToolsLoader.cs
trunk/MiniSqlQuery/PlugIns/TemplateViewer/Commands/NewQueryByTemplateCommand.cs
trunk/MiniSqlQuery/PlugIns/TemplateViewer/Commands/RunTemplateCommand.cs
trunk/MiniSqlQuery/PlugIns/TemplateViewer/ITemplateEditor.cs
trunk/MiniSqlQuery/PlugIns/TemplateViewer/TemplateData.cs
trunk/MiniSqlQuery/PlugIns/TemplateViewer/TemplateEditorForm.Designer.cs
trunk/MiniSqlQuery/PlugIns/TemplateViewer/TemplateEditorForm.cs
trunk/MiniSqlQuery/PlugIns/TemplateViewer/TemplateEditorForm.resx
trunk/MiniSqlQuery/PlugIns/TemplateViewer/TemplateHelp.rtf
trunk/MiniSqlQuery/PlugIns/TemplateViewer/TemplateHost.cs
trunk/MiniSqlQuery/PlugIns/TemplateViewer/TemplateModel.cs
trunk/MiniSqlQuery/PlugIns/TemplateViewer/TemplateResources.Designer.cs
trunk/MiniSqlQuery/PlugIns/TemplateViewer/TemplateResources.resx
trunk/MiniSqlQuery/PlugIns/TemplateViewer/TemplateResult.cs
trunk/MiniSqlQuery/PlugIns/TemplateViewer/TemplateViewForm.Designer.cs
trunk/MiniSqlQuery/PlugIns/TemplateViewer/TemplateViewForm.cs
trunk/MiniSqlQuery/PlugIns/TemplateViewer/TemplateViewForm.resx
trunk/MiniSqlQuery/PlugIns/TemplateViewer/TemplateViewerLoader.cs
trunk/MiniSqlQuery/PlugIns/TextGenerator/Commands/RunTextGeneratorCommand.cs
trunk/MiniSqlQuery/PlugIns/TextGenerator/TextGeneratorLoader.cs
trunk/MiniSqlQuery/PlugIns/TextGenerator/TextGeneratorService.cs
trunk/MiniSqlQuery/PlugIns/ViewTable/Commands/ViewTableFormCommand.cs
trunk/MiniSqlQuery/PlugIns/ViewTable/Commands/ViewTableFromInspectorCommand.cs
trunk/MiniSqlQuery/PlugIns/ViewTable/ViewTableForm.Designer.cs
trunk/MiniSqlQuery/PlugIns/ViewTable/ViewTableForm.cs
trunk/MiniSqlQuery/PlugIns/ViewTable/ViewTableForm.resx
trunk/MiniSqlQuery/PlugIns/ViewTable/ViewTableLoader.cs
trunk/MiniSqlQuery/PlugIns/ViewTable/table.ico
trunk/MiniSqlQuery/Properties/AssemblyInfo.cs
trunk/MiniSqlQuery/Properties/Resources.Designer.cs
trunk/MiniSqlQuery/Properties/Resources.resx
trunk/MiniSqlQuery/Properties/Settings.Designer.cs
trunk/MiniSqlQuery/Properties/Settings.settings
trunk/MiniSqlQuery/QueryForm.Designer.cs
trunk/MiniSqlQuery/QueryForm.cs
trunk/MiniSqlQuery/QueryForm.resx
trunk/MiniSqlQuery/SQL-Mode.xshd
trunk/MiniSqlQuery/Templates/Create Table.sql.mt
trunk/MiniSqlQuery/Templates/New.sql.mt
trunk/MiniSqlQuery/Templates/New.txt.mt
trunk/MiniSqlQuery/Templates/New.xml.mt
trunk/MiniSqlQuery/Templates/Sample - Advanced Looping.txt.mt
trunk/MiniSqlQuery/Templates/Sample - CSharp Model.cs.mt
trunk/MiniSqlQuery/Templates/Sample - Plugin Access.txt.mt
trunk/MiniSqlQuery/Templates/Sample - Tables and Columns and DATA.txt.mt
trunk/MiniSqlQuery/Templates/Sample - Tables and Columns.txt.mt
trunk/MiniSqlQuery/Templates/Sample - WPF View Model.cs.mt
trunk/MiniSqlQuery/app.config
trunk/MiniSqlQuery/packages.config
trunk/MiniSqlQuery/script.ico
trunk/MiniSqlQueryQuickStart.docx
trunk/ReadMe.htm
trunk/References/License-ICSharpCode.TextEditor.txt
trunk/References/License-Icons.txt
trunk/References/License-NVelocity.txt
trunk/References/License-WeifenLuo.WinFormsUI.Docking.txt
trunk/References/Rhino.Mocks-acknowledgements.txt
trunk/References/Rhino.Mocks-license.txt
trunk/References/Rhino.Mocks.dll
trunk/References/Rhino.Mocks.xml
trunk/References/WeifenLuo.WinFormsUI.Docking.dll
trunk/SDK/MiniSqlQuery.PlugIn.ProjectTemplate.zip
trunk/SDK/MiniSqlQueryExtensibilityDocumentation.chm
trunk/SDK/PlugInProjectTemplate/COMPANY.PLUGINNAME.PlugIn.csproj
trunk/SDK/PlugInProjectTemplate/Loader.cs
trunk/SDK/PlugInProjectTemplate/SampleCommand.cs
trunk/SDK/PlugInProjectTemplate/assemblyinfo.cs
trunk/SDK/PlugInProjectTemplate/csWindowsApplication.vstemplate
trunk/SDK/PlugInProjectTemplate/form1.cs
trunk/SDK/PlugInProjectTemplate/form1.designer.cs
trunk/SDK/PlugInProjectTemplate/minisqlqueryplugin.ico
trunk/SDK/ReadMe.txt
trunk/Settings.StyleCop
trunk/TestDatabases/NorthWindDemo.mdb
trunk/TestDatabases/Northwind.sdf
trunk/TestDatabases/sqlce-test.sdf
trunk/TestDatabases/sqlite.db3
trunk/Tools/nant/COPYING.txt
trunk/Tools/nant/README.txt
trunk/Tools/nant/bin/NAnt.CompressionTasks.dll
trunk/Tools/nant/bin/NAnt.Core.dll
trunk/Tools/nant/bin/NAnt.DotNetTasks.dll
trunk/Tools/nant/bin/NAnt.MSNetTasks.dll
trunk/Tools/nant/bin/NAnt.NUnit.dll
trunk/Tools/nant/bin/NAnt.NUnit1Tasks.dll
trunk/Tools/nant/bin/NAnt.NUnit2Tasks.dll
trunk/Tools/nant/bin/NAnt.SourceControlTasks.dll
trunk/Tools/nant/bin/NAnt.VSNetTasks.dll
trunk/Tools/nant/bin/NAnt.VisualCppTasks.dll
trunk/Tools/nant/bin/NAnt.Win32Tasks.dll
trunk/Tools/nant/bin/NAnt.exe
trunk/Tools/nant/bin/NAnt.exe.config
trunk/Tools/nant/bin/NDoc.Documenter.NAnt.dll
trunk/Tools/nant/bin/extensions/common/2.0/NAnt.MSBuild.dll
trunk/Tools/nant/bin/extensions/common/2.0/NAnt.MSBuild.xml
trunk/Tools/nant/bin/lib/common/1.1/nunit-console-runner.dll
trunk/Tools/nant/bin/lib/common/1.1/nunit-console.exe
trunk/Tools/nant/bin/lib/common/1.1/nunit.core.dll
trunk/Tools/nant/bin/lib/common/1.1/nunit.framework.dll
trunk/Tools/nant/bin/lib/common/1.1/nunit.util.dll
trunk/Tools/nant/bin/lib/common/2.0/nunit-console-runner.dll
trunk/Tools/nant/bin/lib/common/2.0/nunit-console.exe
trunk/Tools/nant/bin/lib/common/2.0/nunit.core.dll
trunk/Tools/nant/bin/lib/common/2.0/nunit.framework.dll
trunk/Tools/nant/bin/lib/common/2.0/nunit.util.dll
trunk/Tools/nant/bin/lib/common/neutral/ICSharpCode.SharpCvsLib.Console.dll
trunk/Tools/nant/bin/lib/common/neutral/ICSharpCode.SharpCvsLib.dll
trunk/Tools/nant/bin/lib/common/neutral/ICSharpCode.SharpZipLib.dll
trunk/Tools/nant/bin/lib/common/neutral/NDoc.Core.dll
trunk/Tools/nant/bin/lib/common/neutral/NDoc.Documenter.Msdn.dll
trunk/Tools/nant/bin/lib/common/neutral/NDoc.ExtendedUI.dll
trunk/Tools/nant/bin/lib/common/neutral/NUnitCore.dll
trunk/Tools/nant/bin/lib/net/1.0/NDoc.Core.dll
trunk/Tools/nant/bin/lib/net/1.0/NDoc.Documenter.Msdn.dll
trunk/Tools/nant/bin/lib/net/1.0/NDoc.ExtendedUI.dll
trunk/Tools/nant/bin/lib/net/1.0/nunit-console-runner.dll
trunk/Tools/nant/bin/lib/net/1.0/nunit-console.exe
trunk/Tools/nant/bin/lib/net/1.0/nunit.core.dll
trunk/Tools/nant/bin/lib/net/1.0/nunit.framework.dll
trunk/Tools/nant/bin/lib/net/1.0/nunit.util.dll
trunk/Tools/nant/bin/lib/net/2.0/NDoc.Core.dll
trunk/Tools/nant/bin/lib/net/2.0/NDoc.Documenter.Msdn.dll
trunk/Tools/nant/bin/lib/net/2.0/NDoc.ExtendedUI.dll
trunk/Tools/nant/bin/lib/net/2.0/nunit.core.dll
trunk/Tools/nant/bin/lib/net/2.0/nunit.framework.dll
trunk/Tools/nant/bin/lib/net/2.0/nunit.util.dll
trunk/Tools/nant/bin/log4net.dll
trunk/Tools/nant/bin/scvs.exe
trunk/Tools/nant/schema/nant.xsd
trunk/Tools/sandcastle/Sandcastle Help File Builder - Home.url
trunk/Tools/sqlite.txt
trunk/packages/Castle.Core.2.5.2/Castle.Core.2.5.2.nupkg
trunk/packages/Castle.Core.2.5.2/lib/ASL - Apache Software Foundation License.txt
trunk/packages/Castle.Core.2.5.2/lib/BreakingChanges.txt
trunk/packages/Castle.Core.2.5.2/lib/Changes.txt
trunk/packages/Castle.Core.2.5.2/lib/Committers.txt
trunk/packages/Castle.Core.2.5.2/lib/NET35/Castle.Core.dll
trunk/packages/Castle.Core.2.5.2/lib/NET35/Castle.Core.xml
trunk/packages/Castle.Core.2.5.2/lib/NET40ClientProfile/Castle.Core.dll
trunk/packages/Castle.Core.2.5.2/lib/NET40ClientProfile/Castle.Core.xml
trunk/packages/Castle.Core.2.5.2/lib/SL3/Castle.Core.dll
trunk/packages/Castle.Core.2.5.2/lib/SL3/Castle.Core.xml
trunk/packages/Castle.Core.2.5.2/lib/SL4/Castle.Core.dll
trunk/packages/Castle.Core.2.5.2/lib/SL4/Castle.Core.xml
trunk/packages/Castle.Core.2.5.2/lib/releaseNotes.txt
trunk/packages/Castle.Windsor.2.5.1/Castle.Windsor.2.5.1.nupkg
trunk/packages/Castle.Windsor.2.5.1/lib/ASL - Apache Software Foundation License.txt
trunk/packages/Castle.Windsor.2.5.1/lib/BreakingChanges.txt
trunk/packages/Castle.Windsor.2.5.1/lib/Changes.txt
trunk/packages/Castle.Windsor.2.5.1/lib/Committers.txt
trunk/packages/Castle.Windsor.2.5.1/lib/NET35/Castle.Facilities.Synchronize.dll
trunk/packages/Castle.Windsor.2.5.1/lib/NET35/Castle.Windsor.dll
trunk/packages/Castle.Windsor.2.5.1/lib/NET40/Castle.Facilities.Synchronize.dll
trunk/packages/Castle.Windsor.2.5.1/lib/NET40/Castle.Windsor.dll
trunk/packages/Castle.Windsor.2.5.1/lib/NET40ClientProfile/Castle.Facilities.Synchronize.dll
trunk/packages/Castle.Windsor.2.5.1/lib/NET40ClientProfile/Castle.Windsor.dll
trunk/packages/Castle.Windsor.2.5.1/lib/SL3/Castle.Windsor.dll
trunk/packages/Castle.Windsor.2.5.1/lib/SL4/Castle.Windsor.dll
trunk/packages/Castle.Windsor.2.5.1/lib/releaseNotes.txt
trunk/packages/FluentAssertions.1.4.0.0/FluentAssertions.1.4.0.0.nupkg
trunk/packages/FluentAssertions.1.4.0.0/Lib/.NetFramework 3.5/FluentAssertions.dll
trunk/packages/FluentAssertions.1.4.0.0/Lib/.NetFramework 3.5/FluentAssertions.xml
trunk/packages/FluentAssertions.1.4.0.0/Lib/.NetFramework 4.0/FluentAssertions.dll
trunk/packages/FluentAssertions.1.4.0.0/Lib/.NetFramework 4.0/FluentAssertions.xml
trunk/packages/FluentAssertions.1.4.0.0/Lib/Silverlight 4.0/FluentAssertions.Silverlight.dll
trunk/packages/FluentAssertions.1.4.0.0/Lib/Silverlight 4.0/FluentAssertions.Silverlight.xml
trunk/packages/FluentAssertions.1.4.0.0/Lib/Silverlight 4.0/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll
trunk/packages/FluentAssertions.1.4.0.0/Lib/Silverlight 4.0/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.pdb
trunk/packages/FluentAssertions.1.4.0.0/Lib/Silverlight 4.0/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.xml
trunk/packages/ICSharpCode.TextEditor.3.2.1.6466/ICSharpCode.TextEditor.3.2.1.6466.nupkg
trunk/packages/ICSharpCode.TextEditor.3.2.1.6466/lib/Net20/ICSharpCode.TextEditor.dll
trunk/packages/NUnit.2.5.10.11092/Logo.ico
trunk/packages/NUnit.2.5.10.11092/NUnit.2.5.10.11092.nupkg
trunk/packages/NUnit.2.5.10.11092/NUnitFitTests.html
trunk/packages/NUnit.2.5.10.11092/fit-license.txt
trunk/packages/NUnit.2.5.10.11092/lib/nunit.framework.dll
trunk/packages/NUnit.2.5.10.11092/lib/nunit.framework.xml
trunk/packages/NUnit.2.5.10.11092/lib/nunit.mocks.dll
trunk/packages/NUnit.2.5.10.11092/lib/pnunit.framework.dll
trunk/packages/NUnit.2.5.10.11092/license.txt
trunk/packages/NUnit.2.5.10.11092/tools/NUnitTests.VisualState.xml
trunk/packages/NUnit.2.5.10.11092/tools/NUnitTests.config
trunk/packages/NUnit.2.5.10.11092/tools/NUnitTests.nunit
trunk/packages/NUnit.2.5.10.11092/tools/TestResult.xml
trunk/packages/NUnit.2.5.10.11092/tools/agent.conf
trunk/packages/NUnit.2.5.10.11092/tools/agent.log.conf
trunk/packages/NUnit.2.5.10.11092/tools/launcher.log.conf
trunk/packages/NUnit.2.5.10.11092/tools/lib/Failure.png
trunk/packages/NUnit.2.5.10.11092/tools/lib/Ignored.png
trunk/packages/NUnit.2.5.10.11092/tools/lib/Inconclusive.png
trunk/packages/NUnit.2.5.10.11092/tools/lib/Skipped.png
trunk/packages/NUnit.2.5.10.11092/tools/lib/Success.png
trunk/packages/NUnit.2.5.10.11092/tools/lib/fit.dll
trunk/packages/NUnit.2.5.10.11092/tools/lib/log4net.dll
trunk/packages/NUnit.2.5.10.11092/tools/lib/nunit-console-runner.dll
trunk/packages/NUnit.2.5.10.11092/tools/lib/nunit-gui-runner.dll
trunk/packages/NUnit.2.5.10.11092/tools/lib/nunit.core.dll
trunk/packages/NUnit.2.5.10.11092/tools/lib/nunit.core.interfaces.dll
trunk/packages/NUnit.2.5.10.11092/tools/lib/nunit.fixtures.dll
trunk/packages/NUnit.2.5.10.11092/tools/lib/nunit.uiexception.dll
trunk/packages/NUnit.2.5.10.11092/tools/lib/nunit.uikit.dll
trunk/packages/NUnit.2.5.10.11092/tools/lib/nunit.util.dll
trunk/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe
trunk/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe.config
trunk/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe
trunk/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe.config
trunk/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe
trunk/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe.config
trunk/packages/NUnit.2.5.10.11092/tools/nunit-console.exe
trunk/packages/NUnit.2.5.10.11092/tools/nunit-console.exe.config
trunk/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe
trunk/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe.config
trunk/packages/NUnit.2.5.10.11092/tools/nunit.exe
trunk/packages/NUnit.2.5.10.11092/tools/nunit.exe.config
trunk/packages/NUnit.2.5.10.11092/tools/nunit.framework.dll
trunk/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe
trunk/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe.config
trunk/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe
trunk/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe.config
trunk/packages/NUnit.2.5.10.11092/tools/pnunit.framework.dll
trunk/packages/NUnit.2.5.10.11092/tools/pnunit.tests.dll
trunk/packages/NUnit.2.5.10.11092/tools/runFile.exe
trunk/packages/NUnit.2.5.10.11092/tools/runFile.exe.config
trunk/packages/NUnit.2.5.10.11092/tools/runpnunit.bat
trunk/packages/NUnit.2.5.10.11092/tools/test.conf
trunk/packages/NVelocity.1.0.3/NVelocity.1.0.3.nupkg
trunk/packages/NVelocity.1.0.3/lib/NVelocity.dll
trunk/packages/NVelocity.1.0.3/lib/NVelocity.xml
trunk/packages/RhinoMocks.3.6/RhinoMocks.3.6.nupkg
trunk/packages/RhinoMocks.3.6/lib/Rhino.Mocks.dll
trunk/packages/repositories.config

Download

Click the following link to download minisqlquery.zip.

minisqlquery.zip




















Home »
  C# Free Code »
    Database »




ADODotNet
CSV
Database
EntityFramework
JSON
LINQ
LINQPad
Memcached
MongoDB
MySQL
NHibernate
Oracle
ORM
SQL
SQLite
SQLServer
SSIS