Click here to Skip to main content
15,896,557 members
Articles / Programming Languages / C#

QASharp V1.0 [Query Analyzer like tool for MSDE database]

Rate me:
Please Sign up or sign in to vote.
3.56/5 (10 votes)
22 Dec 20031 min read 54.2K   1.2K   35  
This project is meant to provide a tool similar to query analyzer which can be used to execute queries, create tables and all other common database activities.
  • qasharp_src.zip
    • QASharpV1.0
      • app.config
      • App.ico
      • AssemblyInfo.cs
      • bin
        • Debug
        • images
          • _Progress.gif
          • _splash_Screen.gif
          • checkbox.gif
          • close.gif
          • close_over.gif
          • drop.gif
          • Icon_SqlServer.gif
          • iconCritical.gif
          • IconInformation.gif
          • IconOpenFile.gif
          • Icons_Database.gif
          • Icons_Defaults.gif
          • Icons_Diagrams.gif
          • Icons_FullTextCatalogs.gif
          • Icons_Roles.gif
          • Icons_Rules.gif
          • Icons_StoredProcudures.gif
          • Icons_Tables.gif
          • Icons_UserDefinedDataTypes.gif
          • Icons_UserDefinedFunctions.gif
          • Icons_Users.gif
          • Icons_Views.gif
          • iconSecurity.gif
          • IconWarning.gif
          • key.gif
          • Large_Icons_Databases.gif
          • large_Icons_Defaults.gif
          • large_Icons_Login.gif
          • large_Icons_Query.gif
          • Large_Icons_ServerRoles.gif
          • Large_Icons_StoredProcedure.gif
          • Large_Icons_TableProps.gif
          • large_Icons_Users.gif
          • large_Icons_Views.gif
          • navBar_Background.gif
          • navBar_button_Back.gif
          • navBar_button_Back_over.gif
          • navBar_button_Forward.gif
          • navBar_button_Forward_over.gif
          • navbar_button_Insert.gif
          • navBar_button_Logout.gif
          • navBar_button_Logout_over.gif
          • navbar_button_NewDB.gif
          • navbar_button_NewDB_over.gif
          • navBar_button_NewLogin.gif
          • navBar_button_NewLogin_over.gif
          • navbar_button_Properties.gif
          • navbar_button_Properties_ov.gif
          • navBar_button_Query.gif
          • navBar_button_Query_over.gif
          • navBar_button_Refresh.gif
          • navBar_button_Refresh_over.gif
          • navBar_button_ToDo.gif
          • navBar_button_ToDo_over.gif
          • Process_background.gif
          • Process_runnable.gif
          • Process_sleeping.gif
          • right.ico
          • small_Icons_Defaults.gif
          • small_Icons_Diagrams.gif
          • small_Icons_Folder.gif
          • small_Icons_Full_Text_Catal.gif
          • small_Icons_Logins.gif
          • small_Icons_ProcessInfo.gif
          • small_Icons_Roles.gif
          • small_Icons_Rules.gif
          • small_Icons_ServerRoles.gif
          • small_Icons_Stored_Procedur.gif
          • small_Icons_Tables.gif
          • small_Icons_User_Defined_Fu.gif
          • small_Icons_User_Defined_Ty.gif
          • small_Icons_Users.gif
          • small_Icons_Views.gif
          • smallIcon_Database.gif
          • smallIcon_Table.gif
          • spacer.gif
          • system_icon.gif
          • TellAFriend.gif
          • windows
            • Border_Bottom.gif
            • Border_BottomLeft.gif
            • Border_BottomRight.gif
            • Border_Left.gif
            • Border_Right.gif
            • icon_ASPEntMan.gif
            • TitleBar_Background.gif
            • TitleBar_CloseButton.gif
            • TitleBar_CloseButtonOver.gif
            • TitleBar_Left.gif
            • TitleBar_Right.gif
      • Classes
      • Document
      • frmQASharp.cs
      • frmQASharp.resx
      • frmQueryWriter.cs
      • frmQueryWriter.resx
      • obj
        • Debug
          • temp
          • TempPE
      • QASharp.csproj
      • QASharp.csproj.user
      • QASharp.sln
      • src
using System;

namespace QASharp
{
	/// <summary>
	/// Summary description for Tables.
	/// </summary>
	public class Tables
	{
		public Tables()
		{
			//
			// TODO: Add constructor logic here
			//
		}
	}
}

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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Founder Algorisys Technologies Pvt. Ltd.
India India
Co Founder at Algorisys Technologies Pvt. Ltd.

http://algorisys.com/
https://teachyourselfcoding.com/ (free early access)
https://www.youtube.com/user/tekacademylabs/

Comments and Discussions