[GENERAL] to BLOB or not to BLOB

2001-05-14 Thread Aristide Aragon
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

Re: [GENERAL] Re: Help with pq++

2001-03-02 Thread Aristide Aragon
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 &

Re: [GENERAL] Re: Help with pq++

2001-02-28 Thread Aristide Aragon
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 &

[GENERAL] Help with pq++

2001-02-26 Thread Aristide Aragon
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");

Re: [GENERAL] Building SPI programs

2001-02-22 Thread Aristide Aragon
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

[GENERAL] Building SPI programs

2001-02-22 Thread Aristide Aragon
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

[GENERAL] ODMG

2000-10-12 Thread Aristide Aragon
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