![]() |
#2
qingshuiliu2011-06-24 14:03
|
我现在要写一个存储过程调用registerFactory.dll中的GetCDKey方法返回license.xml中productkey的值。
GetCDKey方法的参数是license.xm所在目录的绝对路径。 例如:license.xml所在路径为d:\test\ 那么 GetCDKey(‘d:\test\’)
registerFactory.dll的路径在E:\
我用sql server 05 网上查了两天,自己尝试过很多方法都没找到办法。