[Kexi] Kexi 2.2 PostgreSql driver not deciphering money type

Noli Sicad nsicad at gmail.com
Mon Sep 20 10:36:47 CEST 2010


Hi,

It seems that the kexi postgresql driver could not deciphering /
understand / encode money.

In this case this table tblData.

CREATE TABLE tblData
 (
	Croptype			varchar (32),
	Age			int,
	Area			float,
	TRV			int,
	SCOST			money,
	PCOST			money,
	P1P2			float,
	SLOG			float,
	PULP			float,
	CFREV			money,
	LCOST			money,
	TCOST			money,
	SACOST			money,
	RCOST			money
);


Thanks,

Noli


More information about the Kexi mailing list