I have defined a dataAdaptor and the SqlConnection1 is generated at the same
time. However it does not seem to connect. Can someone try defining a simple
SQLDataAdaptor (no grid necessary) and a SQLConnection from the GUI.
Try
MessageBox.Show (SqlConnection1 .State.ToString )
SqlDataAdapter2 .Fill(DataSet11 )
Catch
MessageBox.Show ("gui based SQLConnection1 not connected")
End Try
time. However it does not seem to connect. Can someone try defining a simple
SQLDataAdaptor (no grid necessary) and a SQLConnection from the GUI.
Try
MessageBox.Show (SqlConnection1 .State.ToString )
SqlDataAdapter2 .Fill(DataSet11 )
Catch
MessageBox.Show ("gui based SQLConnection1 not connected")
End Try
Comment