ecpg fix

Started by Pierce Tylerabout 25 years ago4 messagesdocs
Jump to latest
#1Pierce Tyler
pierce@greatbridge.com

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
#2Pierce Tyler
pierce@greatbridge.com
In reply to: Pierce Tyler (#1)
Re: ecpg fix

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

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Pierce Tyler (#1)
Re: ecpg fix

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/

#4Peter Eisentraut
peter_e@gmx.net
In reply to: Pierce Tyler (#1)
Re: ecpg fix

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/