I used params in an query in an fastscript script.
I get the message that TUniParam is unknown
after examining the fs_unidacrtti.pas
i noticed it's not declared as class to be visible in fastscript
anybody already adjusted this to have this working
TUniParam in Fastscript
Hello,
Thank you for the information. We have reproduced this problem and fixed it. This fix will be included in the next UniDAC build.
As a workaround you can write the following code into the fs_iunidacrtti.pas file:
Thank you for the information. We have reproduced this problem and fixed it. This fix will be included in the next UniDAC build.
As a workaround you can write the following code into the fs_iunidacrtti.pas file:
Code: Select all
AddClass(TUniParam, 'TDAParam');