Subject | Re: [IBO] IB_WISQL Datapump |
---|---|
Author | Helen Borrie |
Post date | 2000-12-30T13:38:35Z |
At 11:41 AM 30-12-00 +0000, you wrote:
Also, use explicit column lists in both the src and dst statements.
are marked =UNASSIGNED or =SKIPPED
data. Those columns would be blobs.
The Insert statement in the dst will fix it.
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>I have just been trying the datapump facility for the first time andsrc should be a SELECT, dst should be an INSERT.
>have had mixed success.
>With very simple src SQL like 'select * from table where field=value'
>and dst SQL 'select * from table' it seems to be missing out some
>columns.
Also, use explicit column lists in both the src and dst statements.
>If I look at ItemActions and click prepare then all the includedWhat makes you think they are excluded? The ones which IBO can't convert
>columns have ColumnName=DIRECT and the excluded have ColumnName=BASE:
are marked =UNASSIGNED or =SKIPPED
>What does BASE: mean? Why is it there? Is it what causes the columnBase: means that there won't be (can't be) any conversion on the
>to be excluded? Is the SQL is the right form?
data. Those columns would be blobs.
The Insert statement in the dst will fix it.
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________