How do I check whether a table is mappable?
I am trying to select all records from a table that contain objects, like this:
Select * From TableName Where Obj Into TempTable
If a table doesn't have an Obj column then this will cause an error. How can I check for the existance of the Obj column?