- I have a TMyQuery on a form, with its SQL property set to "SELECT * FROM OtherDatabase.MyTable".
- The TMyQuery is linked to a TMyConnection that's connected to the "FirstDatabase" database.
- In my code, I try to call TMyQuery.GetFieldEnum, to find the possible values of a field "MyTable.Field" (where MyTable is in *OtherDatabase*!).
I'm fairly sure that this is a regression that was introduced between October 2010 and June 2012.
Thanks in advance!
Onno