Community Center | Not monitored
Tag not monitored by Microsoft.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I have a OLEDB Command which should execute on iseries AIS400 DB2 the code is as
DECLARE @sqlstr varchar(4000)
SET @sqlstr = ?
EXECUTE @sqlstr.
how can i convert this code to execute it in DB2 using OLEDB command. I am not able to convert it as is.
Tag not monitored by Microsoft.