Skip to Content
0
Aug 31, 2010 at 11:20 PM

Transaction Notification with DI Server

54 Views

Hello

I am developing a Web Site with the DI Server, when I have validations in the Transaction Procedure the error message is incorrect.

Message: Could not commit transaction.

Transaction Notification

set @error='10'

set @error_message = 'SP: 123'

-


-- Select the return values

select @error, @error_message

end

I made the test with the DI - API and the message is correct.

Exists a workaround for this problem???

Thanks

Regrats

Edited by: Andres Naranjo on Sep 1, 2010 1:25 AM