Hi I am trying to get the (magnificent, by the way) dbext plugin to give me context-sensitive omni-completion for table/stored procedure names. 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). What is the meaning of this error, and what can I do to get completion working? Regards Albie Janse van Rensburg
