PostgreSQL and UniLoader
Posted: Tue 04 May 2010 06:26
Hi,
I have a simple Paradox table:
CREATE TABLE A_TEST
(
Item CHAR(30),
ItemValue INTEGER,
PRIMARY KEY (Item)
)
And a similar table in PostgreSQL but the itemvalue field a bigint rather than integer.
When I call UniLoader.LoadFromDataset I get the error:
EPgError with message 'insufficient data left in message'
It works OK if I have integer in source and destination tables.
Is there a way I can load integer field values into the bigint fields on PostgreSQL please?
Regards, Paul.
I have a simple Paradox table:
CREATE TABLE A_TEST
(
Item CHAR(30),
ItemValue INTEGER,
PRIMARY KEY (Item)
)
And a similar table in PostgreSQL but the itemvalue field a bigint rather than integer.
When I call UniLoader.LoadFromDataset I get the error:
EPgError with message 'insufficient data left in message'
It works OK if I have integer in source and destination tables.
Is there a way I can load integer field values into the bigint fields on PostgreSQL please?
Regards, Paul.