Mark Rotteveel a écrit :
I can't answer that without information what the problem is.
Mark
okay :-)
I am developing an application to import Oracle DBs to Firebird 4.
when for example, a table is declared like this:
CREATE TABLE part (
part_id NUMBER GENERATED BY DEFAULT AS IDENTITY,
part_name VARCHAR2 (255) NOT NULL,
buy_price NUMBER (9.2) CONSTRAINT check_pos_buy_price CHECK
(buy_price> 0),
PRIMARY KEY (part_id)
);
part_id is a number that has the
value:203974809258041991228294191469794647457
what should i use in firebird 4 to import part_id?
thank you in advance.
--
Norbert Saint Georges
http://tetrasys.fi
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel