FDOPostGIS 3.4L Check In of New generated PointFeature causes ErrorMessage

1 message Options
Embed this post
Permalink
Hermann Karl

FDOPostGIS 3.4L Check In of New generated PointFeature causes ErrorMessage

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
FDOPostGIS 3.4L Check In of New generated PointFeature causes ErrorMessage

Dear List,

BEGIN;
CREATE TABLE "blocktest3" (gid serial PRIMARY KEY,
"blockname" varchar(255),
"layer" varchar(255),
"rotation" numeric,
"s" varchar(255),
"u" varchar(255));
SELECT AddGeometryColumn('','blocktest3','the_geom','-1','POINT',2);
INSERT INTO "blocktest3" ("blockname","layer","rotation","s","u",the_geom) VALUES ('GN1','GN','0.000000000000000','789',NULL,'0101000000FDA08A2C9FB3E3C0B9770762A8FA0E41');

INSERT INTO "blocktest3" ("blockname","layer","rotation","s","u",the_geom) VALUES ('GN2','GN','0.000000000000000','2345','6','0101000000E54B15C275B3E3C053379F6D81F90E41');

END;

New Feature with

Generate Point-blocktest3
open datatable and fill in the new record the values for blockname = 'GN2', layer = 'GN', rotation = 0, s = '3464', u = '6'

try to check and you will get this warning

-FdoPostGIS:blocktest3(),Rev# <0>
-Object could not be inserted
-1=FDO-Command could not be executed
-2=invalide PropertyValueName
Some Objects could not be saved

the fdo driver log shows

INSERT INTO "public"."blocktest3" (the_geom,blockname,layer,rotation,s,u) VALUES ('0101000000B79D4205DEB1E3C089BE0EB360FA0E41','GN2','GN',0,'3464','6')

the insert in postgis is ok

Karl







_______________________________________________
fdo-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fdo-users