This is a discussion on SQL / TSQL / program within the Sybase forums, part of the Database Server Software category; --> Hi, Are there any good programs for Sybase SQL/TSQL? such as Oracle programs : TOAD or PL/SQL Developer? TIA, ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| SQL Programmer seems to be ok. "pater" <pater@pagema.net> wrote in message news:br9c7h$551$1@news.lublin.pl... > Hi, > > Are there any good programs for Sybase SQL/TSQL? such as Oracle programs > : TOAD or PL/SQL Developer? > > TIA, > ViBart > > |
| |||
| "pater" <pater@pagema.net> wrote in message news:br9c7h$551$1@news.lublin.pl... > Hi, > > Are there any good programs for Sybase SQL/TSQL? such as Oracle programs > : TOAD or PL/SQL Developer? I use CAST Software's SQLBuilder for stored proc debugging: http://www.castsoftware.com/Products...der/Index.html cheers, Norm |
| |||
| Two solutions : a Sybase IDE like Cast SQL-Builder (http://www.castsoftware.com/Products...er/Index.html), or a good text editor like jEdit (www.jedit.org) with some shortcut to run isql. "pater" <pater@pagema.net> a écrit dans le message de news: br9c7h$551$1@news.lublin.pl... > Hi, > > Are there any good programs for Sybase SQL/TSQL? such as Oracle programs > : TOAD or PL/SQL Developer? > > TIA, > ViBart > > |
| ||||
| I use XEmacs with the SQL code open in one buffer and sqsh running in a shell buffer; then it's straightforward to test out snippets of code by copying them from one buffer to another. I don't know of an environment that has good support for TSQL debugging and the like, however. (XEmacs also has a built-in SQL client that supports Sybase, but I haven't used it enough to compare against sqsh.) -- Ed Avis <ed@membled.com> |