Jun 17, 2003 #1 E 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!!!
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!!!
Jun 17, 2003 #2 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* At the top of your page ... Imports System.Data.SqlClient If that errors out then add the dll as a reference to your project.
At the top of your page ... Imports System.Data.SqlClient If that errors out then add the dll as a reference to your project.