What does this error mean (pic enclosed)
this means that you have a dataadapter. This dataadapter needs a connection for the SeletCommandproperty. Try to assign your connection to Code: YourDataAdapter.SelectCommand.Connection = myConn Not sure about the syntax but something like the above should do it.
YourDataAdapter.SelectCommand.Connection = myConn
thanks for the help and the code you gave is correct
Forum Rules