Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Assigning a recordset to a private member of a class


Message #1 by "Alan Grobert" <alangrobert@h...> on Wed, 08 May 2002 17:59:41 -0400
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


  Return to Index