Can someone explain please why I get a oject reference not set to error with the code listed?
From what I can see I am setting it to an object in line two?
Thanks
From what I can see I am setting it to an object in line two?
VB.NET:
glb_cnMM2007.Open()
glb_taTransactions = New SqlClient.SqlDataAdapter
glb_taTransactions.SelectCommand.Connection = glb_cnMM2007
Thanks