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?