|
Posted by peruviangeek on May 10, 2005, 10:53 am
Please log in for more thread options
Hello,
Implementation of check_error:
http://arcsdeonline.esri.com/Support_files/capi_concepts/check_error.htm
You can connect to ArcSDE using the C API http://arcsdeonline.esri.com
or you can use any language that lets you create COM objects and use
the ArcObjects API (most people go this route).
Regards,
Ragi Y. Burhum
Steve JORDI wrote:
> Hi,
> I have to access ArcSDE using C++. The ArcGIS CDs
> come with include files and DLL/LIB ones.
>
> That's fine except that the examples I found on the
> EDN.esri.com server don't work. They're in C but they
> call functions that are defined nowhere (like
> check_error).
>
> Then I tried to find an OCX or VCL components but had no
> success.
>
> I don't need maps into my application, just need to be able
> to query the server with a point (coordinate) and know
> which polygon it cuts from other selected layers
> (for example: that point is in school district 19. Info
> taken from the schooldistrict layer).
> So it's just SQL queries returning numbers, or strings, no
> shapes, no geometry.
>
> Thanks for any help.
>
>
> Sincerely,
> Steve JORDI
>
> (Remove the K_I_L_LSPAM from my email address)
> ------------------------------------------------
> 1197 Prangins Email: stevejordiK_I_L_LSPAM@hotmail.com
> Switzerland WWW: www.sjordi.com
> ------------------------------------------------
> Volcanoes at www.sjordi.com/volcanoes
> MovieDB at www.sjmoviedb.com
> ------------------------------------------------
|