SQL embedded in C

From: AniLAN <escaflowne(at)anilan(dot)at>
To: pgsql-novice(at)postgresql(dot)org
Subject: SQL embedded in C
Date: 2005-03-02 16:59:38
Message-ID: 3800298.20050302175938@anilan.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

IŽm new to SQL and IŽm only a moderate C-programmer, so I need help to
solve the following problem:

I need a C-program that goes something like this:

1) Look up the IP and the Port from a microcontroller from a SQL database

2) Connect to the IPs and send a string to this microcontroller

[the microcontroller echoes to this string with another string that
contains 3 values]

3) The received string should be split and each value should be
written in the right field of the SQL database

I hope you can help me a little bit.

Browse pgsql-novice by date

  From Date Subject
Next Message GMX 2005-03-02 17:46:10 Embed SQL in C
Previous Message Ross Gohlke 2005-03-02 12:37:20 Re: Form Design Advice