ADO Database Delphi

Question:
With Oracle the TQuery-RequestLive results in error "Table/View doesn't exist",
with Interbase it works.
How to use TQuery for update?
Answer:
All your tables and columns need to be uppercase when you change to
RequestLive. This is the most common culprit when you see this message.