Re: [postgis-users] How to access my postGis database by C/C++ script

2011-10-19 Thread Eduardo Pascoal
Thanks for your answer, Sandro. On Wed, Oct 19, 2011 at 12:09 PM, Sandro Santilli wrote: > On Wed, Oct 19, 2011 at 08:59:40AM +0100, Eduardo Pascoal wrote: > > i'm newbie in this matter of postGis. > > > > My primary goal is create an aplication to transform my database into CAD > > using wkb_g

Re: [postgis-users] How to access my postGis database by C/C++ script

2011-10-19 Thread Sandro Santilli
On Wed, Oct 19, 2011 at 08:59:40AM +0100, Eduardo Pascoal wrote: > i'm newbie in this matter of postGis. > > My primary goal is create an aplication to transform my database into CAD > using wkb_geometry column. > So, my first step is to know how to read an postgis database using C code. > Using O