Help! I cant get anything to INSERT INTO . . .

From: TMSFRED <CTW4-TMS_at_TRAWING4-CC_at_NAVDAFGW.NAVY.MIL>
Date: 26 Apr 1999 14:24:27 GMT
Message-ID: <01be8ff0$d4ffa7c0$d73aa8c0_at_tms2backup-012>



[Quoted] [Quoted] I am new to Developer 2000 and I am trying to develop a small program in Developer 2000. Everything works fine except when I attempt to INSERT INTO [Quoted] the table it gives me the following error:

FRM_40508 UNABLE TO INSERT RECORD I attempt to insert from a Procedure. My code looks something like this.

[Quoted] if (...) then

    INSERT INTO my_table (colmn1, colmn2, colmn3, colm4) VALUES(val1, val2, val3, val4);

   COMMIT; [Quoted]  Can anybody tell me what I am doing wrong.

Thanks in Advance, TMSFRED Received on Mon Apr 26 1999 - 16:24:27 CEST

Original text of this message