buddu
Jul 28th, 2003, 12:10 AM
hi
I hv created Component and using in COM+.
my code is
[Highlight=VB]
Option Explicit
Private cmd As ADODB.Command
Private CONN As ADODB.Connection
Public Function GetSummery(ByVal str as connection)
....
......
end function
[Highlight=VB]
in my com Coading CONN and cmd will maintain the State?
if it maintain what to do for stateless components?
I hv created Component and using in COM+.
my code is
[Highlight=VB]
Option Explicit
Private cmd As ADODB.Command
Private CONN As ADODB.Connection
Public Function GetSummery(ByVal str as connection)
....
......
end function
[Highlight=VB]
in my com Coading CONN and cmd will maintain the State?
if it maintain what to do for stateless components?