Hey, Greg, what are you doing with that method signature [1] when you're porting that app to another data provider? What if a future revision of that method wants to add that customer to the database asynchronously and does so by stuffing it into a transactional queue, first? [1] public int AddCustomer(CustInfo custInfo, SqlTransaction trans)

Updated: