Installed gvim for Windows and is trying to execute SQL Server SQL Server queries. Getting errors when trying to issue dbext specific commands. See details below.
Vimrc contains this connection string
:let g:dbext_default_profile_mySQLServer = 'type=SQLSRV:integratedlogin=1:host=XXXXX:dbname=XXXXX'
SQL statement
Select * from XXXXX
Command:
<leader>se (in my case ,se)
Error: "A valid database type must be selected
Can someone help me fix this problem in gvim + dbext.
Please note that my plugin is installed correctly, and I see the plugin menu listing dbext commands.
source share