les?
Thanks in advance
Aristide Aragon
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly
On Tue, Feb 27, 2001 at 10:09:49AM +0100, Jose Manuel Lorenzo Lopez wrote:
> Aristide Aragon schrieb:
> > On Mon, Feb 26, 2001 at 01:53:18PM -0500, Belcher, Jim wrote:
Hello
OK, I got the problem sorted out. The error message I received was "Error Message:
FATAL 1: Database &
On Tue, Feb 27, 2001 at 10:09:49AM +0100, Jose Manuel Lorenzo Lopez wrote:
> Aristide Aragon schrieb:
> > On Mon, Feb 26, 2001 at 01:53:18PM -0500, Belcher, Jim wrote:
Hello
OK, I got the problem sorted out. The error message I received was "Error Message:
FATAL 1: Database &
Hello
I need to make a program that uses pq++, before starting I made a little program to
see if I understood correctly how to use pq++, however I have a problem: The program
can't connect to the DB.
My code looks like this:
#include
#include
int main()
{
PgDatabase db("dbname=mydb");
On Thu, Feb 22, 2001 at 07:49:56PM -0800, Ian Lance Taylor wrote:
> Aristide Aragon <[EMAIL PROTECTED]> writes:
>
> > I have to do some programming in C or C++ and PostgreSQL.
> SPI is only for stored procedures which are dynamically linked into
> the Postgres backend.
&g
Hello
I have to do some programming in C or C++ and PostgreSQL.
Having not ever done this before, I opened the documentation (in my machine,
/usr/local/pgsql/doc) and read about the options I had. SPI, libpq, libpq++ and ecpg.
I don't want, if possible, an embeded language, or anything that requ
I was wondering...
Are there any plans to include ODMG support for psotgresql? ...
Or does anybody know of an open source ODMG DBMS?
It'd be cool if besides being object-relational, postgresql were
object oriented too!
Aristide