Skip to content

Releases: vladk1973/npp.connections

v1.1: New release

15 Nov 16:15
c2af808
Compare
Choose a tag to compare
  • Dark mode supported
  • Work with MSSQL, SYBASE, POSTGRESQL, ODBC
  • Tables and fields autocompletion list
  • Several useful functions

v1.0.2

09 Sep 07:47
c18c38e
Compare
Choose a tag to compare
  • Bug at start plugin under Win10 fixed

v1.0.1

19 Feb 21:16
Compare
Choose a tag to compare
  • x64 version available
  • Minor bug in check button Menu fixed

v1.0

17 Feb 09:12
Compare
Choose a tag to compare

npp.connections

This plugin allows Notepad++ to connect to MS SQL or Sybase servers. ODBC data sources also supported. Npp.connections works with MS SQL data sources, that must be placed like aliases by "SQL Server Configuration Manager" tool. Sybase servers must be placed like aliases in \Sybase\ini\sql.ini file (default configuration inifile in Sybase Client). After installation two new buttons and two commands in menu are available:
  • Show Result panel - show panel with current connections and query results. Use popup menu to add active connection in left side of panel
  • Execute SQL - execute selected text in Notepad++ like a SQL batch. For example, type and select this text: sp_help sysdatabases and then press CTRL+E. Results of this command will be shown in "npp.Connections" panel in special "SQL tab". You can copy SQL results to clipboard, use popup menu

To build npp.connections.dll:

  1. Open npp.connections.dpr
  2. Build npp.connections.dll [like a normal Delphi project]

Demo video available here