Yes I can :).
"""""""""""""""""""""""""""""""""""""""""""""""""""" " " DBext connection " """""""""""""""""""""""""""""""""""""""""""""""""""" let g:dbext_default_type = 'SQL' let g:dbext_default_user = 'root' let g:dbext_default_passwd = 'root' " MySQL let g:dbext_default_profile_mysql_local = 'type=MYSQL:user=root:passwd=root:dbname=mysql:extra=-t' let g:dbext_default_profile_mysql_local_DBI = 'type=DBI:user=root:passwd=root:driver=mysql:conn_parms=database=mysql;host=localhost' let g:dbext_default_profile_mysql_local_ODBC = 'type=ODBC:user=root:passwd=root:dsnname=mysql' let g:dbext_default_profile_mySQLServer = 'type=SQLSRV:integratedlogin=1:dbname=tango' let g:dbext_default_profile_usual = 'type=ASA:user=DBA:passwd=SQL:login_script=ASA_defaults.sql' ============================================== On 19 nov, 10:34, "Dennis Benzinger" <[email protected]> wrote: > Hi! > > -------- Original-Nachricht -------- > > > Datum: Wed, 18 Nov 2009 23:39:30 -0800 (PST) > > Von: epanda <[email protected]> > > An: vim_use <[email protected]> > > Betreff: Re: sql commands from Vim > > > 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. > > [...] > > It did work with the MySQL command line client? > Could you show us your _vimrc? > > Regards, > Dennis Benzinger --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
