Transaction as parameter with DAAB 2.0

C

Caspy

In my application, I have a function takes a SqlTransaction as parameter,
and I try to use Enterprise Library DAAB 2.0. Is anything wrong with the
following function?



public DataSet GetEmployees(SqlTransaction trans, string storedProcedure)

{

SqlDatabase db = new SqlDatabase(trans.Connection.ConnectionString);
//is this line of code fine in term of performance?

db.ExecuteDataSet(trans, storedProcedure, null);

}



Thank you in advance,



--Yu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top