Re: Postgres Win32 libpq Samples

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <sfourman(at)gmail(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres Win32 libpq Samples
Date: 2006-02-26 12:04:32
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0F7E7@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Hello, I am very new to postgreSQL I am using the win32
> platform is there a website URL that has Sample Client Apps
> written for win32?
>
> I need Samples of very basic things like:
>
> Connect to a db on a remote server
> create new db
> create table
> add records
> drop records
>
> ect...
> there are some Samples here
> http://www.postgresql.org/docs/8.1/static/libpq-example.html
>
> but they will not compile on win32 using VC++ 7

I see no particular reason why those samples wouldn't work in VC++.
Exactly what errors do you get?

//Magnus

Browse pgsql-general by date

  From Date Subject
Next Message Mark Morgan Lloyd 2006-02-26 12:11:59 psql client binary
Previous Message Uwe C. Schroeder 2006-02-26 08:54:57 Re: Wish: remove ancient constructs from Postgres