Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RicMtl

    DB2 error codes (SQLSTATE)

    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
  2. RicMtl

    Dynamic SQL

    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...

Part and Inventory Search

Back
Top