Subject | Re: Help! Problem on database.. |
---|---|
Author | mk_delphi <mk_delphi@yahoo.com> |
Post date | 2003-02-27T08:49:18Z |
Seem that this problem had deactivate the trigger
system, some of the last operation on DB was not
fireing the trigger system!!! hai hai....
--- In ib-support@yahoogroups.com, "mk_delphi <mk_delphi@y...>"
<mk_delphi@y...> wrote:
system, some of the last operation on DB was not
fireing the trigger system!!! hai hai....
--- In ib-support@yahoogroups.com, "mk_delphi <mk_delphi@y...>"
<mk_delphi@y...> wrote:
> HI all,0, :USERNAME, :COMPUTER );
> I have a big problem now...
> I am not able to insert new record in my database,
> I always got this error: 'conversion error from string "314"'
> calling the SP who create the id of the record,
> what is mean? What I can do?
> GFix show now problem on database.
>
> Details:
>
> -Windows2000
> -Firebird 1.0.1 (810)
>
> The SP is:
>
> BEGIN
> OID=GEN_ID( OID_GENERATOR, 1 );
> INSERT INTO oid_info VALUES
> ( :OID, :TABELLA, 'NOW', :OID_UTENTE,
> SUSPEND;
> EXIT;
> END
>
> thx