Share via

AIS400 - DB2 - SQL OLEDB COmmand

Kuldeep Chitrakar 1 Reputation point
2021-12-06T14:22:11.867+00:00

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.

Community Center | Not monitored
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.