Wrox Home  
Search P2P Archive for: Go

  Return to Index  

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


Message #1 by "Alan Grobert" <alangrobert@h...> on Wed, 08 May 2002 17:49:18 -0400
<html><div style='background-color:'><DIV>
<P><BR><BR></P>
<DIV>
<DIV></DIV>
<P>I've tried to assign a recordset to a private property variable 'myRecordset' in a class include file to be used by some
asp<BR>pages, using the: </P></DIV>
<P>public property set setTheRS(RS) <BR>&nbsp;&nbsp;&nbsp; set myRecordset =
RS<BR>End&nbsp;property&nbsp; <BR><BR>When I use this I get an error message: </P>
<P>setTheRS is not a property or method of class 'myASPclass'</P>
<P>Alan</P>
<P>&nbsp;</P></DIV>
<DIV></DIV></div><br clear=all><hr>Join the world?s largest e-mail service with MSN Hotmail. <a
href='http://g.msn.com/1HM105401/47'>Click Here</a><br></html>

  Return to Index