Page 1 of 1

SDO_GEOMETRY Not NULL is Not Supported

Posted: Wed 25 Jan 2012 14:48
by nihatmert
Hi,

I am using mapinfo for creating gis application and i have tables which are created by that program and these table contains SDO_GEOMETRY type columns.

When i tried to create a linqconnect there is an error which is

"1 The ServerDataType value of the Column element 'COLUMN_NAME*' in the Type element 'TABLENAME' is not valid. The data type 'SDO_GEOMETRY NOT NULL' is not supported. DataContext1.lqml "

or

"The ServerDataType value of the Column element 'COLUMN_NAME*' in the Type element 'TABLENAME' is not valid. The data type 'SDO_GEOMETRY NULL' is not supported. DataContext1.lqml


Can anybody help me to fix that ?

Posted: Thu 26 Jan 2012 15:10
by nihatmert
anyone has an idea ? pls help

Posted: Thu 26 Jan 2012 16:39
by StanislavK
LinqConnect does not support object types, including the geometry types. To work with geometry objects, you can use, e.g., the OracleObject component:
http://www.devart.com/dotconnect/oracle ... jects.html

Feel free to contact us if you encounter any problems with this.