Le 25/07/2012 10:05, Dimitry Sibiryakov a écrit : > 25.07.2012 9:57, Arnaud Le-roy wrote: >> with fbclient 2.5 => sqltype & 1 return 0 > > For primary key column it is impossible. It looks like you corrupted your > database > during migration from 2.1 to 2.5. >
to converting my database i do gbak on server 2.1 and restore to 2.5 after no validation no problem. this is the column : COLUMN NAME : MYID DESCRIPTION : VARCHAR(22) CHARACTER SET NONE NOT NULL COLLATE NONE ALTER TABLE MYTABLE ADD CONSTRAINT PK_MYTABLE PRIMARY KEY (MYID); When i prepare an insert the sqltype for this column is 448 (base10). ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
