In: Computer Science
how can i make in visual studio a farm wide solution
for SP 2013. a marquee that conects to the announcement list amd
shows this message in my whole farm (or similar).
Thank You in advance
The optional MySQL toolbar includes MySQL specific functionality, and links to external MySQL tools such as MySQL Workbench and MySQL Utilities.
After installing MySQL for Visual Studio, the MySQL toolbar is available by selecting from the main menu View, Toolbars, MySQL. This is how the MySQL toolbar looks like:
Figure 4.1 The MySQL for Visual Studio Toolbar
The MySQL toolbar provides shortcuts to some of the main functionalities of MySQL for Visual Studio:
MySQL Script Window: Opens a new MySQL script window using the selected connection. All available MySQL connections are listed in a submenu, which can be selected on the toolbar:
Figure 4.2 The MySQL for Visual Studio Toolbar: Connections
The MySQL script window supports the IntelliSense feature for easing MySQL script creation inside Visual Studio.
Debug MySQL Routine: Starts a debugging session on a selected MySQL stored routine inside Visual Studio.
MySQL Data Export Tool: Opens a new tabbed-window of the Data Export tool.
MySQL Workbench SQL Editor: Opens a new Workbench with an SQL editor window using the current MySQL connection, if MySQL Workbench has been installed.
MySQL Utilities Console: Opens a new console window for the MySQL Utilities tool, if it is installed.
Table of Contents
5.1 MySQL SQL Editor
5.2 Code Editors
5.3 Editing Tables
5.4 Editing Views
5.5 Editing Stored Procedures and Functions
5.6 Editing Triggers
Making edits in MySQL for Visual Studio.
Once you have established a connection, for example, using the Connect to MySQL toolbar button, you can get auto-completion as you type, or by pressing Control + J. Depending on the context, the auto-completion dialog can show the list of available tables, table columns, or stored procedures (with the routine's signature as a tooltip). Typing some characters before pressing Control + J filters the choices to those items starting with that prefix.