From: | "Vishal Arora" <aroravishal22(at)hotmail(dot)com> |
---|---|
To: | vbhatia(at)ksu(dot)edu, pgadmin-support(at)postgresql(dot)org |
Subject: | Re: Problem |
Date: | 2007-07-16 07:49:37 |
Message-ID: | BAY123-F10C549F2002BC3B373C59CA9F80@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Hi
Just check the following link -
http://www.postgresql.org/docs/8.2/interactive/libpq.html
You can find the inbuilt functions to fetch data from PostgreSQL using C as
frontend.
You can use any C complier such as GCC to compile your application just use
with -lpq directive.
- Vishal
>From: vbhatia(at)ksu(dot)edu
>To: pgadmin-support(at)postgresql(dot)org
>Subject: [pgadmin-support] Problem
>Date: Sat, 14 Jul 2007 18:34:45 -0500
>
>Hello there,
>
>I am new to PostGreSql and using it for the first time and need your
>assistance regarding that. I have Postgresql installed as an included
>software in MoteWorks. It is installed in C:/Program Files/PostGreSql.
>I have an application that is logging the data into the database . I
>want to write an application in C or Java that would retrieve a
>particular reading from the database each and every time the database
>is changed.
>
>I cannot find any guideline regarding that and do not know how to
>compile the sample applications I found on the net ( postgresql.com)
>Could u please guide me as to how to compile and run those applications
>in C or java that can interact with the PostGreSql database.
>
>I am in midst of a project and completely stuck at this point , so
>please help me asap.
>
>Best Regards,
>Vishal Bhatia
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: explain analyze is your friend
_________________________________________________________________
Local listings, incredible imagery, and driving directions - all in one
place! http://maps.live.com/?wip=69&FORM=MGAC01
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2007-07-16 10:06:23 | Re: Minor annoyances for keyboard user. |
Previous Message | Devrim GÜNDÜZ | 2007-07-15 20:02:25 | Re: pgAdmin III v1.8.0 Beta 1 released |