Author |
Message |
anildas
Joined: 14 Nov 2007 Posts: 69 Country: United States |
|
SQL Assistant 4.0 User's Guide Errata |
|
Page 9
 |
 |
Trademarks
Windows 2000, Windows XP, Visual Studio, IntelliSense are registered trademarks of Microsoft Corporation. |
There is no mention of Windows 2003, Windows 2008, or Windows Vista although they all appear later in the text.
|
|
Fri Oct 03, 2008 6:13 pm |
|
 |
anildas
Joined: 14 Nov 2007 Posts: 69 Country: United States |
|
|
|
Page 10
 |
 |
Key Benefits
...
* Provides most |
Provides most what?
|
|
Fri Oct 03, 2008 6:16 pm |
|
 |
anildas
Joined: 14 Nov 2007 Posts: 69 Country: United States |
|
|
|
Page 19
 |
 |
when working with in SQL*Plus |
should be
 |
 |
when working within SQL*Plus |
|
|
Fri Oct 03, 2008 6:36 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Thanks. This is hepfull.
|
|
Fri Oct 03, 2008 6:42 pm |
|
 |
anildas
Joined: 14 Nov 2007 Posts: 69 Country: United States |
|
|
|
Page 22
 |
 |
Rest the mouse pointer over the SQL Assistant's icon in the system tray area and after a couple of seconds you should see usage statistics balloon looking similar to is demonstrated on below example screenshot. |
Should be
 |
 |
Rest the mouse pointer over the SQL Assistant's icon in the system tray area and after a couple of seconds you should see usage statistics balloon looking similar to below example screenshot. |
or
 |
 |
Rest the mouse pointer over the SQL Assistant's icon in the system tray area and after a couple of seconds you should see usage statistics balloon as demonstrated on below example screenshot. |
|
|
Fri Oct 03, 2008 7:02 pm |
|
 |
anildas
Joined: 14 Nov 2007 Posts: 69 Country: United States |
|
|
|
Page 23
 |
 |
SQL Assistant gathers keyboard usage statistics in all target editors where it is being active. |
Should be
 |
 |
SQL Assistant gathers keyboard usage statistics in all target editors where it is active. |
|
|
Fri Oct 17, 2008 2:50 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
As always, big thank you.
|
|
Fri Oct 17, 2008 4:39 pm |
|
 |
anildas
Joined: 14 Nov 2007 Posts: 69 Country: United States |
|
|
|
Page 23
 |
 |
Global-level statistics for all target editors and all editing sessions – this statistics are displayed on the About tab page in the SQL Assistant's Options dialog and also displayed as a balloon for the SQL Assistant's system tray icon. The numbers in these places show keyboard usage in all target editors ever used with SQL Assistant in all editing sessions.
Editor-level statistics for all editing sessions – this statistics are available in the SQL Assistant's menus – both in the right-click context menu and top-level menu, in case target editor top-level menu integration is enabled. The numbers show keyboard usage for all instances of current target editor in all editing sessions.
Instance-level statistics for the current sessions – this statistics are available in the SQL Assistant's menus – both in the right-click context menu and top-level menu, in case target editor top-level menu integration is enabled. The numbers show keyboard usage for the current editor instance in the current editing session only. |
Should be
 |
 |
Global-level statistics for all target editors and all editing sessions – these statistics are displayed on the About tab page in SQL Assistant's Options dialog and also displayed as a balloon for SQL Assistant's system tray icon. Keyboard usage in all target editors ever used with SQL Assistant in all editing sessions is shown.
Editor-level statistics for all editing sessions – these statistics are available in SQL Assistant's menus – both in the right-click context menu and top-level menu (when the target editor top-level menu integration is enabled). Keyboard usage for all instances of current target editor in all editing sessions is shown.
Instance-level statistics for the current sessions – these statistics are available in SQL Assistant's menus – both in the right-click context menu and top-level menu (when the target editor top-level menu integration is enabled. Keyboard usage for only the current editor instance in the current editing session is shown. |
|
|
Fri Oct 24, 2008 3:48 pm |
|
 |
anildas
Joined: 14 Nov 2007 Posts: 69 Country: United States |
|
|
|
Page 23
 |
 |
Typed by User – this is the number of characters typed by user in the target editor. This number includes all characters and digits, carriage returns, tabs and other characters that part of the code. |
Should be
 |
 |
Typed by User – this is the number of characters typed by the user in the target editor. This number includes all characters and digits, carriage returns, tabs and other characters as part of the code. |
Question: How do erasing characters by using backspace and delete affect the count?
Last edited by anildas on Fri Oct 24, 2008 4:02 pm; edited 2 times in total |
|
Fri Oct 24, 2008 3:52 pm |
|
 |
anildas
Joined: 14 Nov 2007 Posts: 69 Country: United States |
|
|
|
Page 23
 |
 |
Added by SQL Assistant – this is the number of characters that SQL Assistant added to the code. This number includes all characters and digits, carriage returns, tabs and other characters that part of the code. |
Should be
Page 23
 |
 |
Added by SQL Assistant – this is the number of characters that SQL Assistant added to the code. This number includes all characters and digits, carriage returns, tabs and other characters as part of the code. |
|
|
Fri Oct 24, 2008 3:59 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Thanks. Thanks. Thanks.
|
|
Sat Oct 25, 2008 11:11 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
 |
 |
Question: How do erasing characters by using backspace and delete affect the count? |
They don't decrease numbers if that is what you meant to ask. Only characters entered into the keyboard buffer are counted as they are typed. Basically the statistics are gathered at the keyboard buffer level.
Similarly pasting text from the Clipboard, doesn't affect the count.
|
|
Tue Oct 28, 2008 10:58 pm |
|
 |
anildas
Joined: 14 Nov 2007 Posts: 69 Country: United States |
|
|
|
Page 23
 |
 |
The same average coder working with a non-familiar database schema ... |
Should be
 |
 |
The same average coder working with an unfamiliar database schema ... |
|
|
Wed Oct 29, 2008 1:28 pm |
|
 |
anildas
Joined: 14 Nov 2007 Posts: 69 Country: United States |
|
|
|
Page 25
 |
 |
The following examples demonstrate several important techniques for fastest SQL code generation... |
Should be
 |
 |
The following examples demonstrate several important techniques for fast SQL code generation... |
Or
 |
 |
The following examples demonstrate several important techniques for the fastest SQL code generation... |
|
|
Wed Oct 29, 2008 1:34 pm |
|
 |
anildas
Joined: 14 Nov 2007 Posts: 69 Country: United States |
|
|
|
Page 25
 |
 |
2. Press Arrow Right navigation key to expand columns of the actor table. The result should like the below image |
Should be
 |
 |
2. Press Arrow Right navigation key to expand columns of the actor table. The result should be like the image below. |
|
|
Wed Oct 29, 2008 1:37 pm |
|
 |
|