LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Jdbc exec

    Employee
    Posted 09-04-2014 13:41

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dkhuon@gogoair.com

    I am trying to get a return code from the execution of my SQL:

    UPDATE myDB.dbo.PARTNER
    SET UPDATE_DTTM = getdate()
    WHERE PARTNER_ID = 'AA';

    SELECT 'ReturnStatus' = 100;


    How do I configure my IO names(?).

    Thanks.