Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SqlDataReader in a Data Class
Message
 
To
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:
00954917
Views:
11
Randy;

Thank you for the suggestion. I will post what I came up with in a seperate post as I have a question about the result.

Tom


>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
Previous
Reply
Map
View

Click here to load this message in the networking platform