Calling Oracle stored procedure with output parameter from SQL ...

Calling Oracle stored procedure with output parameter from SQL ...

瀏覽:1097
日期:2025-04-25
It should work like this: DECLARE @dateval DATETIME EXECUTE ('begin my1. spGetDate(?); end;', @dateval OUTPUT) AT ORA_DBLINK_NAME; ......看更多