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

From: Valeri Sorokine <vsorokin_at_dd.ru>
Date: Mon, 26 Apr 1999 18:40:29 +0400
Message-ID: <37247ADD.B2417A23_at_dd.ru>


You probably missed a mandatory (NOT NULL) column in your INSERT clause.

Hope this helps.

TMSFRED wrote:
>
> 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
> 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.
>
> if (...) then
> INSERT INTO my_table (colmn1, colmn2, colmn3, colm4) VALUES(val1, val2,
> val3, val4);
> COMMIT;
>
> Can anybody tell me what I am doing wrong.
>
> Thanks in Advance, TMSFRED

-- 
Valeri Sorokine
ProSoft, Russia, Moscow, Information Systems Division
Phone: +7 (095) 234 0636 (6 lines) FAX: +7 (095) 234 0640
E-mail: vsorokin_at_dd.ru OR vsorokin_at_prosoft.ru
http://www.dd.ru
Received on Mon Apr 26 1999 - 16:40:29 CEST

Original text of this message