SqlDataReader????

elf

Active member
Joined
Jun 4, 2003
Messages
37
does anyone knoes how to define SqlDataReader coz when i try to define it in my vb.net it kept giving mi the error that sqldatareader is not define???

is it something like that
Dim dr As sqlDataReader????

thanks 4 any help provided!!!
 
At the top of your page ...
Imports System.Data.SqlClient

If that errors out then add the dll as a reference to your project.
 
Back
Top