Link | display_sql |
Author | Alex Pilson |
Category | Database |
Version | 8.x |
License | Public Domain |
Posted | 21 Jan 2006 |
Updated | 21 Jan 2006 |
More by this author... |
Simple tag to view action_statements for debugging SQL.
Inline: $connection, -inlineName='shopBySize', -sql=$sql; display_sql:'y'; /inline;
Click the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.
define_tag:'sql', -nameSpace='display_', -priority='replace', -required='show', -type='string'; local:'result'=''; if(#show =='y'); #result +=''; #result += (encode_break(action_statement)); #result +=''; /if; return: @#result; /define_tag;
No comments
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft