Documentation for this section has not yet been entered.
When OdbcDataAdapter.SelectCommand is assigned to a previously created System.Data.Odbc.OdbcCommand, the System.Data.Odbc.OdbcCommand is not cloned. Instead, the OdbcDataAdapter.SelectCommand maintains a reference to the previously created System.Data.Odbc.OdbcCommand object.
If OdbcDataAdapter.SelectCommand returns no rows, no tables are added to the System.Data.DataSet, and no exception is raised.