Author: tbedford
Date: 2010-06-08 18:54:29 +0200 (Tue, 08 Jun 2010)
New Revision: 21123
Log:
Clarified SQL Editor is MySQL product. Also supported in VS 2005, 2008.
Modified:
trunk/refman-common/connector-net-visual-studio.xml
Modified: trunk/refman-common/connector-net-visual-studio.xml
===================================================================
--- trunk/refman-common/connector-net-visual-studio.xml 2010-06-08 15:54:04 UTC (rev 21122)
+++ trunk/refman-common/connector-net-visual-studio.xml 2010-06-08 16:54:29 UTC (rev 21123)
Changed blocks: 4, Lines Added: 12, Lines Deleted: 11; 3116 bytes
@@ -57,7 +57,8 @@
creating a new file with a <filename>.mysql</filename>
extension. A new template is also included to allow creation of
this file type using the Visual Studio 2010 main menu item
- <guimenu>File</guimenu>, <guimenu>New</guimenu>.
+ <guimenu>File</guimenu>, <guimenu>New</guimenu>. Note that the
+ MySQL SQL Editor is also available in 2005 and 2008.
</para>
</listitem>
@@ -1471,23 +1472,23 @@
<section id="connector-net-sql-editor">
- <title>SQL Editor</title>
+ <title>MySQL SQL Editor</title>
<para>
- &cnet; 6.3.2 introduced a new SQL Editor. The easiest way to
+ &cnet; 6.3.2 introduced a new MySQL SQL Editor. The easiest way to
invoke the editor is by selecting the <guimenu>New</guimenu>,
<guimenu>File</guimenu> menu item from the Visual Studio main
menu. This displays the <guilabel>New File</guilabel> dialog:
</para>
<figure id="connector-net-sql-editor-new-file-dialog">
- <title>SQL Editor - New File</title>
+ <title>MySQL SQL Editor - New File</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/published/connector-net-sql-editor-new-file-dialog.png" format="PNG" lang="en"/>
</imageobject>
<textobject>
- <phrase lang="en">SQL Editor - New File</phrase>
+ <phrase lang="en">MySQL SQL Editor - New File</phrase>
</textobject>
</mediaobject>
</figure>
@@ -1500,10 +1501,10 @@
</para>
<para>
- The SQL Editor will be displayed. You can now enter SQL code as
- required, or connect to a MySQL server. Click the
- <guibutton>Connect to MySQL</guibutton> button in the SQL Editor
- toolbar. You can enter the connection details into the
+ The MySQL SQL Editor will be displayed. You can now enter SQL code
+ as required, or connect to a MySQL server. Click the
+ <guibutton>Connect to MySQL</guibutton> button in the MySQL SQL
+ Editor toolbar. You can enter the connection details into the
<guilabel>Connect to MySQL</guilabel> dialog that is displayed.
You can enter the server name, user id, password and database to
connect to, or click the <guibutton>Advanced</guibutton> button to
@@ -1515,13 +1516,13 @@
</para>
<figure id="connector-net-sql-editor-query">
- <title>SQL Editor - Query</title>
+ <title>MySQL SQL Editor - Query</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/published/connector-net-sql-editor-query.png" format="PNG" lang="en"/>
</imageobject>
<textobject>
- <phrase lang="en">SQL Editor - Query</phrase>
+ <phrase lang="en">MySQL SQL Editor - Query</phrase>
</textobject>
</mediaobject>
</figure>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r21123 - trunk/refman-common | tony.bedford | 8 Jun |