Your problem is being caused because the metadata table (geometry_columns) is not being updated if you dont use the "DropGeometryColumn()" function. The easy way to fix this is to delete the appropriate row from the geometry_columns table. dave