View Single Post

  #4 (permalink)  
Old 05-06-2008
black_fox_71 black_fox_71 is offline
Junior Member
White Belt
 
Join Date: Apr 2008
Posts: 11
Re: Probleme with access 2003 and MapPoint 2006

Hi,

The error is at the end of code, when i use :

//affichage avec définition de l'échelle (couleur et intervalle)
MapPoint.DataMap datamap = oDS.DisplayDataMap(MapPoint.GeoDataMapType.geoDataMapTypeShadedCircle,
datafields, MapPoint.
GeoShowDataBy.geoShowByLatLong,
MapPoint.
GeoCombineDataBy.geoCombineByDefault,
MapPoint.
GeoDataRangeType.geoRangeTypeDiscreteEqualRanges,
MapPoint.
GeoDataRangeOrder.geoRangeOrderLowToHigh,
12, 8, myranges, missing, missing, missing, missing);


I have the following error :

{"Paramètre incorrect.\r\n"}

=> Wrong parameters

I'm sure what i forget something, and as i said, i dont know how use datamap. I watched the datasheet for avoid syntax error. But even with that i dont know how use access with MapPoint.


Moreover, my data base is like this example :

data data "Longitude" "Latitude" data data data data "Average<=>(Moyenne)" data data data

Thank you for your answer.

regards;
Reply With Quote