ecpg fix
Here's a small fix to the ecpg-ref file. Apparently, if the "TO"
isn't included, an error message will be returned.
Thanks,
Pierce
--
--------------------------------------------------------------
Pierce Tyler | e: pierce@greatbridge.com
Technical Writer | p: (757)233-5544
Great Bridge, LLC | w: www.greatbridge.com
www.greatbridge.org
Attachments:
ecpg-ref.sgml.difftext/plain; charset=us-ascii; name=ecpg-ref.sgml.diffDownload+2-2
Good point. Thanks.
Pierce
Peter Eisentraut wrote:
Pierce Tyler writes:
Here's a small fix to the ecpg-ref file. Apparently, if the "TO"
isn't included, an error message will be returned.! EXEC SQL CONNECT <replaceable>dbname</replaceable>;
! EXEC SQL CONNECT TO<replaceable>dbname</replaceable>;
But if the space is omitted it won't work either. ;-)
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/
--
--------------------------------------------------------------
Pierce Tyler | e: pierce@greatbridge.com
Technical Writer | p: (757)233-5544
Great Bridge, LLC | w: www.greatbridge.com
www.greatbridge.org
Import Notes
Reference msg id not found: Pine.LNX.4.30.0103191702190.1131-100000@peter.localdomain | Resolved by subject fallback
Pierce Tyler writes:
Here's a small fix to the ecpg-ref file. Apparently, if the "TO"
isn't included, an error message will be returned.
! EXEC SQL CONNECT <replaceable>dbname</replaceable>;
! EXEC SQL CONNECT TO<replaceable>dbname</replaceable>;
But if the space is omitted it won't work either. ;-)
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/
Pierce Tyler writes:
Here's a small fix to the ecpg-ref file. Apparently, if the "TO"
isn't included, an error message will be returned.
Done.
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/