> I am trying to get the (magnificent, by the way) dbext plugin > to give me context-sensitive omni-completion for table/stored > procedure names.
Thank you for the praise. This plugin contains functions/mappings/commands to enable Vim to access several databases. Currently Mysql, PostgreSQL, Ingres, Oracle, Sybase Adaptive Server Anywhere, Sybase Adaptive Server Enterprise, Microsoft SQL Server, DB2, Interbase and SQLite are supported. For those of you interested in reading more about dbext: http://www.vim.org/scripts/script.php?script_id=356 > It doesn't unfortunately get very far, and when it tries to > generate the dictionary files, I get an error: > > > dbext: Incorrect syntax near '|' > > Msg 102, Level 15, State 1, Server VANRENSBURGA, Line 2 > > > > Followed by: > > > dbext:Failed to create table dictionary > > I am using a local MS SQL Server 2005 database. Other > functionality, such as executing sql statements work fine. I > have two default configurations set up in my vimrc, for local > (development, on > localhost) and a live database (also sql server). Thank you for reporting the issue. I have corrected the problem (and tested it) and have uploaded a new version 4.20 to the website. Enjoy. Dave
