Testing embedded SQL in C - Mailing list pgsql-general

From HT NB
Subject Testing embedded SQL in C
Date
Msg-id BAY107-F1423100F0E49C63EE76CD0DF910@phx.gbl
Whole thread Raw
Responses Re: Testing embedded SQL in C  ("Reid Thompson" <Reid.Thompson@ateb.com>)
Re: Testing embedded SQL in C  (Shane Ambler <pgsql@007Marketing.com>)
List pgsql-general
<div style="background-color:"><p>Hi,<p>How are you doing?<p>First, I am testing if this email address is valid. It is
thefirst time that I am using this account. I have a question about how to start write embedded SQL in C programming
code.What are the basic requirements in the .pgc file to have the embedded SQL running.<p>This is my coding which is
aimedat testing if embedded SQL in C programming code is possible for my operating system Debian GNU/Linux.<p>#include
<stdio.h><p><br/>int main ( )<br />{<p>EXEC SQL CONNECT TO <a href="mailto:database@sql.{ip
address}.com">database@sql.{ipaddress}.com</a> :80;<p>EXEC SQL INSERT INTO database (tab_number) VALUES (4);<br />EXEC
SQLSELECT * FROM database;<p>return 1;<p>}<p> <p>Regards,<p>Huan<p>Huan Bui<p>347-602-7029<p><a
href="mailto:hbnt@hotmail.com">hbnt@hotmail.com</a><p><br/><br /><br /> <div><p> </div></div><br clear="all" /><hr /><a
href="http://g.msn.com/8HMBENUS/2755??PS=47575"target="_top">Check out all that glitters with the MSN Entertainment
Guideto the Academy Awards� </a> 

pgsql-general by date:

Previous
From: "Melvin Davidson"
Date:
Subject: Function to return list of all prime numbers in range
Next
From: "Anton Melser"
Date:
Subject: Re: getting postgres to emulate mysql/sqlserver bit datatype