On Feb 19, 2:21*pm, Krzysztof Adamczyk
<krzysztof_DOT_adamczyk (AT) gmail_CUT_ (DOT) com> wrote:
Quote:
Hi all,
I'm looking for some Sybase database client app, that can help me
debugging stored procedures on remote server.
Any suggestions? (Preferably kind of Eclipse plugin? 
Regards,
Chris A. |
I assume you mean ASE.
Sybase Workspace can do this. I believe that Aqua Data Studio also
works.
SQL Browser (www.sqlbrowser.com) takes a slightly different approach
(parses the SQL proc code, then runs it as an interpreter executing
each statement in turn). This is something that is actually very
efficient, and it's the tool that I use for SQL development.
Michael