C/C++ access with no postmaster running?

From: Gregory Stone <guomo(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: C/C++ access with no postmaster running?
Date: 2003-12-03 19:05:17
Message-ID: 20031203190517.63885.qmail@web14003.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a way from C++ to essentailly use postgresql as an embedded
database? I have a situation where I'd rather have a postgrtes daemon
running on my customer's machine except when my client application is up.
Preferably I'd like to not have to establish a network connection, and
hence use the daemon at all, to the datbase but just perform queries from
my c++ code. I've only used postgresql over the net, with a daemon, and
JDBC which is the traditional method so this is new territory. Can anyone
point me in the right direction in the docs?

Thanks in advance for the help.

-Gregory

=====
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Gregory Stone | "Suppose you were an idiot, and suppose you were
guomo(at)yahoo(dot)com | a member of congress; but I repeat myself."
| - Mark Twain
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jonathan Bartlett 2003-12-03 19:21:34 Re: C/C++ access with no postmaster running?
Previous Message Scott Ribe 2003-12-03 18:46:02 Re: postgresql locks the whole table!