
COM Adding a user(account) on the nt database(user domain)
COM Adding a user(account) on the nt database(user domain)
I made a COM that uses a sql query to add a user on the nt server and
another one to add the user on the sql table and i made the two in one
automatic transaction but if the database failed the nt will not rollback
but it works the other way if the nt fail the database will rollback
so i need to under stand some thing does the transaction server will only
rollback the sql databse and it will not work on any other (windows)
transactions?