if i declare UpdatingTable inside TMSQuery, then PSGetTableName must return this property value.
I have a standard version (without sources) so please fix and update this bug ASAP (this is a critical bug and is a showstopper for one of our clients).
Regards,
Frenk
PSGetTableName BUG
when you have an option "ResolveToDataset" = False in dataset provider and you are about to update record, dataset is not opened.
There are even more complex sql-s where TMSQuery doesn't found correct table (eg. select * from (select itemID, ItemDesc from Items where ...) as A union All select ...). So what I was trying to do was that I specified "UpdatingTable" to help selecting correct table. What I expected was that TMSQuery should return this property value (if it is entered) to a resolver. Is there any reason for that?
There are even more complex sql-s where TMSQuery doesn't found correct table (eg. select * from (select itemID, ItemDesc from Items where ...) as A union All select ...). So what I was trying to do was that I specified "UpdatingTable" to help selecting correct table. What I expected was that TMSQuery should return this property value (if it is entered) to a resolver. Is there any reason for that?