| From: | "Brent Waldrop" <waldrop_brent(at)hotmail(dot)com> |
|---|---|
| To: | <pgsql-interfaces(at)postgresql(dot)org> |
| Subject: | esql\c documentation |
| Date: | 1999-06-14 00:24:52 |
| Message-ID: | 19990614002236.83551.qmail@hotmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
Does anyone know where this is thorough esql\c documentation. I am trying to
compile previous examples i used with informix and they will not work for
example when i do
EXEC SQL declare democursor cursor for
select fname,lname
into :fname, :lname
from employee
where lname < :oneline;
---it bombs at the line with "into" in it saying there is a parse error
and when i do this EXEC SQL fetch democursor;
--it tells me that there is another parse error on this line
is there any better documenation for esql/c than whats available in the
programming manual so that i can figure out what is going on?
thanks
Brent
| From | Date | Subject | |
|---|---|---|---|
| Next Message | George Henry C. Daswani | 1999-06-14 05:17:43 | Re: [INTERFACES] hacked unixodbc driver.. |
| Previous Message | Georg Ritter | 1999-06-13 22:15:59 | Problems using, IE5 MS-VM and JDBC driver |