ist ok solved. needed
Dim myReader2 As System.Data.SqlClient.SqlDataReader
One thing that would help out if you are using multiple readers or what not on a page just do an import ie.
Imports System.Data.SqlClient
Then you could do
Dim myReader2 As SqlDataReader
Maybe that will save you some time in the future.
Miller