When I make a new dataaccessadapter with 'new DataAccessAdapter(true)' and make a bunch of stored procedure calls, the DAA is not keeping the connection open between stored procedure calls as I thought it was supposed to do.
When I trace the code, the connection never actually gets opened, except for possibly inside 'adapter.Fill(dataSetToFill)'
Am I doing something wrong?