if you specify a connection string only, Fill method will create a connection object, open it, fill the dataset/datatable, then close the connectionif you specify a connection object and the connection is not open, Fill method will call its Open method first