Subject DB_Key column
Author Andy Samuel
Hello

Get to the point directly.
A table with 2 fields of primary key, for example "AccountId" and "Id".
Issue a query "SELECT LName WHERE AccountId='XXXX'";
The grid shows DB_KEY. RequestLive is false.

If the query is "SELECT AccountId, Id, LName WHERE AccountId='XXXX'" then
the DB_KEY will not show up.

I don't want this field shows.
Is there anyway to disable it ?

TIA
Andy