[postgis-users] visual studio

Steffen Macke sdteffen at gmail.com
Wed Jul 19 03:48:53 PDT 2006


> I made database using postgeSQL/PostGis. Now I want to make an application
> in Microsoft visual studio. How can I import/connect my spatial database to
> visual studio?

You can use for example ODBC or the PostgreSQL C Client API (libpq.dll).

Your first step should be to decide which interface to use. Using libpq.dll
will offer better performance if that's an issue.

The PostgreSQL documentation contains sample C programs that should
compile with no or minor adjustments in Visual Studio.

If you need additional help, I would be good if you give a rough outline what
the application is supposed to do.

Regards,

Steffen



More information about the postgis-users mailing list