when u use <BR>SqlDataReader result = myCommand.ExecuteReader(CommandBehavior.CloseConne ction); <BR>to get the results back from a stored procedure, how can u put the datareader results (these are rows with 1 field) in an array? (and not in a table like i said earlier, sorry)<BR>or are there other ways? <BR><BR>spanx again