Re: error FRM-40404: Database apply complete

From: Cedric Vonck <vanderhoeven_at_ping.be>
Date: 1 Sep 2003 03:15:32 -0700
Message-ID: <71aee92e.0309010215.3f8921e7_at_posting.google.com>


kuljeet_twtpl_at_hotmail.com (KULJEET) wrote in message news:<febbed51.0308292044.3ce874ab_at_posting.google.com>...
> ok
> it means when i save record
> then message comes:-database apply complete 1 record apply and save
> and that record is not saved in database.

Do a "commit".

Forms
  ....

Begin
....

    Insert into (table)(fields) values (form values);     ....
    commit; or forms_ddl('commit');
end;

Hope that solves your problem. Received on Mon Sep 01 2003 - 12:15:32 CEST

Original text of this message