Results in SQL Window

I am using 5.1.3 version and I notice this problems in earlier versions also.
Execute a query in the SQL window, and then try to select a column value in the results window, or even click in the results window. The cursor again changes to busy and it takes some seconds before you can select the desired column

------------------
 
This is probably due to the "Show dictionary info in result grid" preference (Tools > Preferences > SQL Window tab page). When you enter the Result grid for the first time, the dictionary is queried for information that is displayed in the status line for each column and for the foreign key lookups. If this query causes too much of a delay, disable the preference.

------------------
Marco Kalter
Allround Automations
 
Back
Top