Hi,

In an aspx,

i get an Oracle field value with King.Oracle FDO provider on an Oracle View 
with the GetInt32 method.

In the table the field type is number(8,0) and in the view number (8), i don't 
kwnow why there is difference : in the view no scale precised on the number...

MapGuide preview datasource say that MY_ORACLE_VARIABLE is int

It's running for positive number, but every time MY_ORACLE_VARIABLE is negative 
(ex = -1), GetInt32 return 0 !

My code :
int? Myvariable = null;
myvariable = featureReader.GetInt32("MY_ORACLE_VARIABLE");

is something wrong in my code ?

Thanks for your help

Rémy




-----
AG-Carto - Bayonne
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/2-5-2-Net-API-GetInt32-tp5259209.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to