My stored proc is returning a SQLSTATE of 01003. I have tried to find a list of the codes and their meaning but I have not been successfull. Is there such a list? Alternatively, does anyone know the meaning of 01003?
Regards,
Ric
I am new to DB2 SQL. I want to create a dynamic SQL statement like: INSERT INTO destinationtable SELECT * FROM sourcetable
I cannot use an EXECUTE IMMEDIATE statement for this because it contains a SELECT. I come from a SQL Server backround and it was easy to execute dynamic SQL by simple...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.