having user$ under cursor and trying to DBSelectFromTable, DBSelectFromTableTopX and DBDescribeTable I get
select * from user
ORA-00942:Table USER is not defined in database or schema
(using Windows XP)
when using vim under VMS
(and of course using dbext4rdb - would be glad if the RDB Part could be included in regular dbext after omission of the five calls to DB_warningsMsg in the RDB Part)
I could avoid that problem by including set iskeyword+=$ in vimrc - which did not work using windows.
DBSelectFromTableAsk works quite well.
regards
A.