At 02:31 PM 1/22/2010, Paul InterlockInfo wrote:
But now! I now have a nice message telling the user that the db is preparing the data (NO crtl-alt-del Please Mr. User!) and then taking that whole temp_view and projecting it into a temp_table. I tested the db_grid and scrolling region based from this temp_table and they both fly like I would expect.
Did you know that you can use the "SET FEEDBACK ON" to display exactly how R:BASE engine is preparing, inserting, appending, updating, or even creating indexes. Example: SET FEEDBACK ON -- do all you have to do here SET FEEDBACK OFF A cool technique to inform the end-user of what is happening behind the scene. Very Best R:egards, Razzak.

