Subject Help! Problem on database..
Author mk_delphi <mk_delphi@yahoo.com>
HI all,
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, 0, :USERNAME, :COMPUTER );
SUSPEND;
EXIT;
END

thx