RE: Embedded SQL -- ecpg

From: Michael Ansley <Michael(dot)Ansley(at)intecsystems(dot)co(dot)uk>
To: "'Nilesh A(dot) Phadke'" <nphadke(at)csgrad(dot)cs(dot)vt(dot)edu>, pgsql-general(at)postgreSQL(dot)org
Subject: RE: Embedded SQL -- ecpg
Date: 2000-04-03 11:29:50
Message-ID: 2D50E16224C8D311B183009027452B47449C82@INTEC003
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You send them through the ecpg pre-compiler first, which replaces all the
EXEC SQL statements with C, and then compile. When you compile, make sure
that you link to the correct libraries (RTFM).

MikeA

>> -----Original Message-----
>> From: Nilesh A. Phadke [mailto:nphadke(at)csgrad(dot)cs(dot)vt(dot)edu]
>> Sent: 01 April 2000 21:49
>> To: pgsql-general(at)postgreSQL(dot)org
>> Subject: [GENERAL] Embedded SQL -- ecpg
>>
>>
>>
>>
>> > ----------
>> > From: Nilesh A. Phadke[SMTP:NPHADKE(at)CSGRAD(dot)CS(dot)VT(dot)EDU]
>> > Sent: Saturday, April 01, 2000 10:49:09 PM
>> > To: pgsql-general(at)postgreSQL(dot)org
>> > Subject: [GENERAL] Embedded SQL -- ecpg
>> > Auto forwarded by a Rule
>> >
>> hello ,
>> I am new to this embedded sql stuff.
>>
>> How do you compile the C program that has this EXEC SQL
>> statements.....??
>>
>> Thanks in advance for the help,
>> Nilesh.
>>

Browse pgsql-general by date

  From Date Subject
Next Message Moray McConnachie 2000-04-03 12:09:29 Re: doing backups
Previous Message Titus Brown 2000-04-03 11:14:32 6.5.3: Two 'INHERITS' problems.