Installed gvim on Windows and trying to run (Microsoft)sql server queries. Getting errors when I try to issue commands specific to dbext. Please see below for details.
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 chosen"
Can someone help me fix this problem in gvim + dbext set up.
Please note my plugin is installed properly and I see the plugin menu that list dbext commands.