Re: pqxx::Connection("dbname=name");

From: jtv <jtv(at)xs4all(dot)nl>
To: CG <exai17(at)yahoo(dot)de>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: pqxx::Connection("dbname=name");
Date: 2002-06-28 19:09:38
Message-ID: 20020628190938.GA52593@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Fri, Jun 28, 2002 at 04:25:50PM +0200, jtv wrote:
>
> I'd have to know which platform you're on and which compiler(s) you're
> using to say more, but one thing you could try right away is *not*
> including libpqxx in the libraries to link with, but linking in the
> static version of the library as if it were a normal object file. This
> should be possible on most platforms; this version of the library will
> be called LIBPQXX.LIB on Windows or libpqxx.so on pretty much any other
> system.

Oops. Of course I meant libpqxx.a when I wrote libpqxx.so!

Jeroen

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Badger 2002-06-28 22:40:49 Frontend - Backend protocol change?
Previous Message Alexaki Sofia 2002-06-28 16:17:23 Compile problem in PostgreSQL v7.2.1