Description:
An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30002: Type 'SqlConnection' is not defined.
Source Error:
Line 38: Dim ConnectStr As String
Line 39: Dim SelectStatement As String
Line 40: Dim MyConnection As SqlConnection = New SqlConnection(ConnectStr)
Line 41: Dim MyAdapter As SqlDataAdapter = New SqlDataAdapter
Line 42: Dim MyCommandBuilder As SQLCommandBuilder