CodeSmith Community
Your Code. Your Way. Faster!

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • WebServiceClient

    I am new to NetTiers and so far love it. I am trying to learn it in the following scenario: My Windows App -> Service Layer -> WebServiceClient -> WebServices -> SqlClient -> Data. I want to insert two different types of entities within a database transaction. I noticed that I possibly...
    Posted to .netTiers - General Support (Forum) by Lampous on 12-11-2006
    Filed under: transactions, WebServices, .netTiers Providers, web service, TransactionManager, EntityTransactionModule
  • Re: Problem with transaction

    You would something along the lines of: TransactionManager tm = null; try { tm = ConnectionScope.ValidateOrCreateTransaction(true); // or use ConnectionScope.CreateTransaction() if u prefer order.save(); customer.save(); tm.Commit(); } catch (Exception ex) { tm.Rollback(); } You would not create another...
    Posted to .netTiers - General Support (Forum) by Robert Hinojosa on 12-06-2006
    Filed under: TransactionManager
  • Transactions and ServiceLayer

    Hi all, I've noticed that the code-generated unit tests do a transaction rollback in the Cleanup_Generated method, so that unit test data does not clutter up the database. However, the tests use the DataRepository rather than the ServiceLayer. It appears the ServiceLayer automatically commits any transaction...
    Posted to .netTiers - General Support (Forum) by davem1958@gmail.com on 11-16-2006
    Filed under: transactions, TransactionManager
  • Using One Transaction manager for two dll's [generated projects]

    Hello, We are using netTiers in our application. We have generated two project say A and B. Can we use Transaction manager of A in B ? We need this because some of tables requiring updates are in DataBase A while others are in B. In order to ensure these updates in one transaction, what is the best approach...
    Posted to .netTiers - General Support (Forum) by Asim on 11-10-2006
    Filed under: TransactionManager
  • DataRepository with TransactionManager

    Is possible to use DataRepository with TransactionManager? Could someone give me some example? Thanks OQ
    Posted to .netTiers - General Support (Forum) by emailnyaoki on 08-13-2007
    Filed under: TransactionManager, Transaction
Page 1 of 1 (5 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems