what was the best logical step and the fastest connection when i want
to get recordset from sql database.

my table name is "employee".
i have a stored procedure named "getuser" parameter is @user.

my goal is for login inform.wat to use datareader or dataset?

pls give code how to populate a dataset and or datareader

and how to compare user record value against given uservalue.

thanks in advanced!