From 0f586da34dac2c764a12055158e4929cf69340a1 Mon Sep 17 00:00:00 2001 From: abhibeckert Date: Fri, 4 Apr 2008 11:37:36 +0000 Subject: Initial import from (slightly modified) CocoaMySQL v0.7b4 --- English.lproj/english_help/topics/query.html | 58 ++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100755 English.lproj/english_help/topics/query.html (limited to 'English.lproj/english_help/topics/query.html') diff --git a/English.lproj/english_help/topics/query.html b/English.lproj/english_help/topics/query.html new file mode 100755 index 00000000..2be8ebe9 --- /dev/null +++ b/English.lproj/english_help/topics/query.html @@ -0,0 +1,58 @@ + + +CocoaMySQL Help - Performing Custom Queries + + + + + + + + +
+ + + + + + + + + +
+ +

Performing Custom Queries

+
+ +
+ +
+Back to the main menu +
+
+ + In order to perform a SQL query you must first choose the "Custom Query" tab. +
+
+ + + + +
+ +
    +
  • Enter your query and click on the "Run Query" button.
  • +
  • The result, if there is one, is displayed in the bottom view.
  • +
  • Under "Last Error Message" you can see the last error message returned by MySQL, if there is one.
  • +
  • Add your query to the favorites or select a favorite query with the favorites pop-up-button.
  • +
  • Select one of the last 20 queries with the history pop-up-button.
  • +
  • You can perform custom queries out of your favorite text editor by using the services menu (Services > CocoaMySQL > Perform selection as MySQL query). CocoaMySQL uses the last opened window to perform the query.
  • +
  • If you perferm a query out of a different text editor, be sure that CocoaMySQL is already loaded and has at least one window open.
  • +
+
+ +
+ + + \ No newline at end of file -- cgit v1.2.3