Re: embedded postgresql

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: jini us <jiniusuk(at)yahoo(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: embedded postgresql
Date: 2003-11-13 01:55:34
Message-ID: 3FB2E496.1000105@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

jini us wrote:

>Hi,
>
>I am starting a new project where I intend to use
>embedded database server in my win32 application.
>I intend to use VC++ microsoft studio 6.0 as my
>development environment.
>
>The postgres.org website seems to be catering for
>people with all sorts of requirements and platforms.
>
>1. Where can I find the binary distribution so that I
>can use postgres server as an embedded database.
>I assume it is a .dll
>
>
No... PostgreSQL is a database server, thus you connect to it via TCP/IP
or domain sockets (preferrably TCP/IP).

Also an emulation layer such as Cygwin will be required to use PostgreSQL
on Windows.

>2. Also I would like to have the documentation which
>shows how to start & stop the server programmatically
>and execute sql, to create a database, use select
>insert , update etc.
>
>
>
www.postgresql.org click on docs.

>3. Is it correct that I do not have to pay any user
>licences.
>Postgres is free not only for development but also I
>can include it in my software package.
>
>
>
Yes that is correct.

>Thanks.
>
>
>
>
>
>
>
>
>________________________________________________________________________
>Want to chat instantly with your online friends? Get the FREE Yahoo!
>Messenger http://mail.messenger.yahoo.co.uk
>
>---------------------------(end of broadcast)---------------------------
>TIP 8: explain analyze is your friend
>
>

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2003-11-13 02:06:26 Re: More Praise for 7.4RC2
Previous Message Rick Gigger 2003-11-13 01:51:24 Re: simple question