Register External User Function AS2000 -
07-26-2006
, 11:00 AM
Hi everybody!
I'm trying to use an external vb.function using
USE LIBRARY "c:\functions\mylib.dll"
I'm execute this instrucction from MDX SAMPLE with no problem.
But i thinked that the registration was for ever. But seems that's I was wrong.
I closed and reopen the mdx SAMPLE, and it was impossible to use the external function again. I need to re-execute the USE LIBRARY instruction before.
Cause my objective is to use the external function in a permanent calculated member in a OLAP DB, for ever more.
how can i do that?
I need to execute the script "USe library...." every reset in the olap server?? i don't know how to do this ...
For how long i can use the function?
I can't imagine how to do that..
Thanks IN advance |