I've tried using the following to assign a recordset to a private property
of a class used in some of my asp pages:
Public Property Set setRS(rs)
set myPrivRS = rs
End Property
however, I get an error message: setRS not a property or method of
'myclass'.
Can I assign a recordset object to a private property of a class
created in an asp file,
Class Myclass
Private myPrivRS
etc...
End Class
_________________________________________________________________
Join the world?s largest e-mail service with MSN Hotmail.
http://www.hotmail.com