Hi,
I have created a com+ component with vb dot net
using jit activation and transactions
If i call it like this
x=createobject( "mycomp")
x.dispose
it works fine
if i try it in a loop it then locks up.
i would like to run it this way. What do i need to do
x=createobject( "mycomp")
do while not eof
x.execute
LOOP
tia
Stu
I have created a com+ component with vb dot net
using jit activation and transactions
If i call it like this
x=createobject( "mycomp")
x.dispose
it works fine
if i try it in a loop it then locks up.
i would like to run it this way. What do i need to do
x=createobject( "mycomp")
do while not eof
x.execute
LOOP
tia
Stu
Comment