<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
From: Thomas Jakubicka <<a href="mailto:crazyh@gmx.net">crazyh@gmx.net</a>><br>
Subject: [postgis-users] Postgis and arcgis with data interoperability<br>
        extension<br>
To: <<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>><br>
Message-ID: <<a href="mailto:C729D2DF.2936%25crazyh@gmx.net">C729D2DF.2936%crazyh@gmx.net</a>><br>
Content-Type: text/plain;       charset="US-ASCII"<br>
<br>
Hello,<br>
<br>
I am trying to access my postgis/postgreSQL database through the<br>
datainteroperability extension and have problems with all my point data. I<br>
can load and export polygons but no points. The connection to the database<br>
works fine but when i try to load point data the attribute table is empty<br>
and only the header row is shown<br></blockquote><div><br>That seems bizarre. FYI, ESRI provides their own implementation of a Geometry type on PostgreSQL. You can also use PostGIS. My "psychic debugging" skills tell me there is a chance you may be mixing the two? <br>
<br>Also, did you load the PostGIS functions as described in the documentation for the database you are working with *before* loading the data?<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
I also tried to access the database through an OLE DB connection witch is<br>
working so far that I get access to all tables stored in the database but<br>
still can not show the spatial information. With this connection all<br>
datasets are shown with the table-symbol and the geometry field stays empty.<br></blockquote><div><br>This is how the ESRI OLE DB provider works - it doesn't load and spatial information. Anything you load from there will be "just a table"<br>
</div><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
We are using the Postgis/PostgreSQL version 8.3 and ArcEditor 9.3.1<br>
<br>
Thanks for your help<br>
<br></blockquote><div><br>The best thing I could recommend to you now is to do some logging from the PostgreSQL side of things. See what SQL is being executed during the load and it should show you your problem right away.<br>
<br>Hope this helps,<br><br>- Ragi<br></div></div>