PDA

View Full Version : error?


codingmaestro
08-27-2007, 01:52 PM
can any one tellme why i get this error:

type 'SqlDataReader'is not defined

Roelf
08-27-2007, 01:58 PM
you have to import System.Data.SqlClient into your project

codingmaestro
09-07-2007, 07:37 AM
okay i will try it out.