Page 1 of 1

TUniParam in Fastscript

Posted: Fri 01 Oct 2010 07:19
by rpijnacker
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

Posted: Fri 01 Oct 2010 12:35
by AndreyZ
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:

Code: Select all

AddClass(TUniParam, 'TDAParam');