Any alternative to Sybase Sql Advantage?
Posted
by eKek0
on Stack Overflow
See other posts from Stack Overflow
or by eKek0
Published on 2010-03-19T23:02:15Z
Indexed on
2010/03/20
16:01 UTC
Read the original article
Hit count: 686
Sybase Sql Advantage is the default editor for the Sybase database. But it has lots of shortcomings, because it basically is what Notepad is for Windows users:
- Can't do multiple undo's
- Monochrome, text is black and background is white
- Can't see what character did you exactly paste from clipboard, and sometimes this lead to weirdness behaviour
- Don't see what line or column you are in the moment
- Lack of funcionality like exports to different formats, integration with source control, plugins, etc.
I have to deal with this editor in my daily work, so I was wondering if there are any other tool. Do you know any replacement?
© Stack Overflow or respective owner