On Thu, Nov 19, 2009 at 2:39 AM, epanda <[email protected]> wrote: > > I agree to have a demonstration. > > I have put the configure lines into my vimrc put after 3 steps : > 6 => sqldatabase > login : root > pass > > dbext : no statement to do. >
Okay, I see you have created a dbext profile (good). Now, to see if you have set it up correctly you can do the following. 1. Open a file, choose the Profile using :DBPromptForBufferParameters 2. Run: :DBSetOption display_cmd_line = 1 3. Do something simple like :DBListTable dbext will open the results window with the results of the command, plus the actual mysql command executed (due to the display_cmd_line = 1), plus any errors returned by mysql. Cut and paste the output to your response. Also, cut and paste the output from running: :DBGetOption Dave --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
