Re: Help on Procedure Builder

From: Tom Deseamus <tdeseamus_at_digital-hire.com>
Date: Thu, 30 Dec 1999 12:12:33 -0800
Message-ID: <QgNa4.55798$Dk.639111_at_news1.mia>


> Looks like your insert statement is inserting the values incorrectly.
> Change "INSERT INTO TOMTEMP VALUES (my_sal, my_empno, my_ename);"
> TO INSERT INTO TOMTEMP VALUES (my_ename, my_empno,my_sal);
>
> hope that helps
>

I changed the code to:

INSERT INTO TOMTEMP (ename,empno,sal) VALUES (my_ename, my_empno,my_sal);

and it works now.

Thanks,
Tom Received on Thu Dec 30 1999 - 21:12:33 CET

Original text of this message