Subject | Re: [firebird-support] fbcopy & blobs |
---|---|
Author | Nick Upson |
Post date | 2009-06-18T10:08:14Z |
There seems to be some issue with the output when it's captured into a file
via "> logfile 2>&1", running it without output redirection tells me that
the table is this one
Copying table: TBLSTATEVALUES
ERROR!
*** IBPP::WrongType ***
Context: RowImpl::GetValue
Message: Incompatible types.
BLOB and double
Error copying column number: 3, name: STATEVALUE
CREATE TABLE TBLSTATEVALUES (
PAGEID BIGINT NOT NULL,
STATEKEY Varchar(60) CHARACTER SET ASCII NOT NULL,
USERID BIGINT NOT NULL,
STATEVALUE Blob SUB_TYPE 1 NOT NULL,
CONSTRAINT PK_TBLSTATEVALUES PRIMARY KEY (PAGEID,STATEKEY,USERID)
);
[Non-text portions of this message have been removed]
via "> logfile 2>&1", running it without output redirection tells me that
the table is this one
Copying table: TBLSTATEVALUES
ERROR!
*** IBPP::WrongType ***
Context: RowImpl::GetValue
Message: Incompatible types.
BLOB and double
Error copying column number: 3, name: STATEVALUE
CREATE TABLE TBLSTATEVALUES (
PAGEID BIGINT NOT NULL,
STATEKEY Varchar(60) CHARACTER SET ASCII NOT NULL,
USERID BIGINT NOT NULL,
STATEVALUE Blob SUB_TYPE 1 NOT NULL,
CONSTRAINT PK_TBLSTATEVALUES PRIMARY KEY (PAGEID,STATEKEY,USERID)
);
[Non-text portions of this message have been removed]