Activity overview
Latest activity by Stuart Naftel
I am still having this problem (with version 4.0.3.11). It really is annoying, and hurts the usability of SQL Prompt.
I declare a bunch of variables. Then I declare a cursor, open the cursor, and do a fetch.
If I try to add variables to the Fetch ... "INTO @variable1", etc. I get no prompting at all showing me any of the declared variables, even with Ctrl-Space. If I add a statement like:
set @variable ...
before the FETCH statement, SQL Prompt will prompt me once I type the "@", but in the INTO clause of the fetch, or anywhere after it will not...
Stuart Naftel / comments
I am still having this problem (with version 4.0.3.11). It really is annoying, and hurts the usability of SQL Prompt.
I declare a bunch of variables. Then I declare a cursor, open the cursor, and...