On Tue, Oct 29, 2013 at 7:51 AM, NJia <[email protected]> wrote:

> Hi Everyone
>
> I just upgraded my dbext plugin from version 19 to 20 but noticed that
> version 20 does not prompt for connection profiles any more.
>
> I have two MYSQL connection defined in my .vimrc when I type "\slt"  v19
> asks me which connection profile I want to use.
>
> But version 20 just display an error message "dbext:A valid database type
> must be chosen", I have to issue command "\sbp" to select the connection
> first.
>
> anyway to change this in version 20 ?
>
>
Assuming you have 2 profiles defined in your .vimrc:

let g:dbext_default_profile_A = 'type=ASA:dsnname=cons'
let g:dbext_default_profile_B = 'type=ASA:dsnname=cons_prime'

Hmmm, I believe if you define:
let g:dbext_default_profile = 'A'

Then run your \slt this might pick up the A profile first.

Please let me know.

Thanks for the report, I will look into the issue.

David

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to