Good Day
i m trying to configure my SQL DB to call a COM+ DLL written in VB.
First i tested this using visual studio and this is the source code used in VB.net to execute this Funtion.
I add a reference to the COM+ dll and my code is as follows
Dim objBR
As
New FIBR.Director
Dim abcdef
As
String =
"<?xml version=""1.0""?>"
View Complete Post