Skip to content

NotePad++ Plugin. Allows to connect to SQL Servers, execute SQL commands and views results

Notifications You must be signed in to change notification settings

chcg/npp.connections

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npp.connections

This plugin allows Notepad++ to connect to MS SQL or Sybase servers. ODBC data sources are also supported. Npp.connections work with MS SQL data sources that must be placed as aliases by "SQL Server Configuration Manager" tool. Sybase servers must be placed as aliases in \Sybase\ini\sql.ini file (default configuration ini-file in Sybase Client). After installation there will be two new buttons and two commands available in the menu:

  • Show Result panel - show panel with current connections and query results. Use pop-up menu to add an active connection on left side of the panel
  • Execute SQL - execute selected text in Notepad++ as an 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 using pop-up menu

To build npp.connections.dll:

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

Demo video available here

About

NotePad++ Plugin. Allows to connect to SQL Servers, execute SQL commands and views results

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Pascal 99.2%
  • Batchfile 0.8%