Mega Code Archive

 
Categories / Delphi / ADO Database
 

Tquery requestlive results in error table-view does not exist

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.