Hello,
Thank you for the information
We have reproduced the problem
The SetCommandText method works correctly, you can check it by executing the following code:
Code: Select all
(lDS as IProviderSupport).PSSetCommandText(memCustom.Lines.Text);
(lDS as IProviderSupport).PSExecute;
But we we don't override the PSGetCommandText method in our classes, so inthis case the base PSGetCommandText method which returns an empty string is used.
We will investigate the possibility of adding this method in one of the next builds/versions.[/quote]