What does this error mean
(pic enclosed)
Printable View
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
Not sure about the syntax but something like the above should do it.Code:YourDataAdapter.SelectCommand.Connection = myConn
thanks for the help
and the code you gave is correct