Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SqlDataReader in a Data Class
Message
From
26/10/2004 16:33:04
 
General information
Forum:
ASP.NET
Category:
Web forms
Environment versions
Environment:
ASP.NET
OS:
Windows 2000 SP3
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00954589
Message ID:
00954693
Views:
12
This message has been marked as a message which has helped to the initial question of the thread.
you can create the datareader object as public in the class
if I had it accessible I would post it, but below should give you
the general ideal.

public class dataclass

public objDR as sqlDataReader
public objConn as sqlConnection


public sub LoadReader()
' open connection and leave open
' do stuff to load reader
end sub

end class


' to access objDR
dim clsdata as new dataclass

clsdata.loadReader

clsdata.objDR.Read

clsdata.objConn.Close
Randy Belcher
AFG Industries, Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform