Potential bug in TMyQuery.GetFieldEnum
Posted: Sat 01 Dec 2012 17:02
I'm currently running into the following problem with MyDAC 7.5.10 for RAD Studio 2007 (Delphi 2007):
I'm fairly sure that this is a regression that was introduced between October 2010 and June 2012.
Thanks in advance!
Onno
- 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