Hi all, I try to get the connectiontyp via mapscript, this works: $layer = $map->getLayerByName($qlayer); $contyp = $layer->connectiontype; I get back a "1" for shapefiles and a "6" for Postgis-layers. Where can I find the other types? Thanks Sven