tags:

views:

118

answers:

4

I find the need to send SQL statements by email often and I was wondering if anyone had a tool that would color code the Oracle Reserved Words, Keywords, and Namespaces so that when the code is copied from the tool into say Lotus notes it would appear in the email as it does in the tool.

+4  A: 
RRUZ
+1  A: 

SQLinForm - No download necessary. It uses a Java applet. Feature rich. That’s the one I like.

Pascal Thivent
The online version has a 100 lines limit.
RRUZ
That's true but it shouldn't be a problem for SQL statements sent by email. I doubt (I hope so) the OP send statements bigger than 100 lines so often.
Pascal Thivent
Yea, the 100 line limit is good to know but not an issue for email
caddis
+1  A: 

An alternative is to use Pastebin , encrypt it and send the pastebin link.

Sathya
A: 

Try SQL Beautifier here: http://www.ubitsoft.com/products/t-sql-beautifier/index.php

Ilian