Martin Barnard
unread,Apr 7, 2013, 10:32:03 PM4/7/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web...@googlegroups.com
Continuing on my Oracle adventures, I have found a table which I need to access, which has an integer field called 'drop'. For obvious reasons, it is disallowed. Is there any way to force this field name through the DAL (my account is read-only, so I know that I probably can't actually drop the table).
I think that the reserved_sql_keywords is a good thing, but it would be nice if we could occasionally 'force' a table or field name for legacy database access.
Can anybody think of ways of bypassing reserved words checking for legacy dbs tablenames?
Martin Barnard