Hello everybody I got the answer to the trigger problem by myself digging around the web..
This is the problem with access >= 2007 http://www.postgresql.org/message-id/a434c531e37ad442815608a769550d8059425a3...@egexcmb01.oww.root.lcl The problem is that Access cannot handle date field type with 10-6 sec resolution (it can deal with 10-3 sec resolution) and gives a wrong error message (concurrent editing..??) Changing the column to timestamp(0) solves the problem. Ciao! -- View this message in context: http://postgis.17.x6.nabble.com/unable-to-modify-records-after-trigger-execution-tp5007158p5007315.html Sent from the PostGIS - User mailing list archive at Nabble.com. _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
