Notepad ++ SQL . Notepad ++ IDE SQL.
: http://notepad-plus-plus.org/
, , Sybase SQL Advantage, isql.
C:/Sybase/BIN/isql.exe.
notepad ++ NppExec isql.
:
C:/Sybase/BIN isql. isql PATH, :
isql -U yourUser -P secret -S yourDB -i$(CURRENT_DIRECTORY)\$(FILE_NAME)
- script OK .
If you save the script, it will save your password in a file; you may not want to do this ... You can leave the password field blank when saving the script, and then add the password before starting it. Just don't save the password in the script file if this is the problem for you (which should be).
When you run an external command (isql in this case) Notepad ++ displays the output in the console window.
Caution: Notepad ++ may have problems displaying millions of records.
source
share