Hello ,
When i am trying to access the Timestamp stored in a table
by calling a SQL procedure
i am getting error:
MsgCallableStatement.getTimestamp: column 2 is not a TIMESTAMP type
the XSJS code is :
But when i change the code to see the metadata like this :
I get below data in the body
{"id":"NVARCHAR","timestamp":"TABLE","value":0}
the timestamp is shown here as table ?
When i execute the procedure in the SQL editor it gives the correct expected values .
Any suggestion what is going on here
-Kind Regards
Ajay Nayak