Add HistoricalDA
This commit is contained in:
@@ -101,7 +101,7 @@ namespace MarketData.DataAccess
|
|||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
if(null!=sqlCommand)sqlCommand.Dispose();
|
if(null!=sqlCommand)sqlCommand.Dispose();
|
||||||
if (null != sqlDataReader) sqlDataReader.Close();
|
if (null != sqlDataReader) {sqlDataReader.Close();sqlDataReader.Dispose();}
|
||||||
if (null != sqlConnection) sqlConnection.Close();
|
if (null != sqlConnection) sqlConnection.Close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user