RE: firehouse

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>, "sbelow" <sbelow(at)dundee(dot)net>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: RE: firehouse
Date: 2001-06-23 16:39:07
Message-ID: 81124B76C0CF364EBAC6CD213ABEDEF701AA39@ARGON.edu.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> On Wed, Jun 20, 2001 at 07:37:39PM +0000, sbelow wrote:
> > getting this error "Transaction cannot start while in
> firehouse mode." I
> > can't find in the books what this is trying to tell me.
> > new at dbs.
>
> That message is not coming from PostgreSQL, I've grepped the
> source tree:
>
> $ find . -name \*.[chyl] | xargs grep -i 'fireh'
> $
>
> What's your software environment? The error must be coming from some
> other layer.

"firehose cursor" is Microsoft lingo for "server-side,
forward-scrolling, read-only cursor".
The solution is to change cursor mode if you need to be able to start a
transaction, or make sure that *all* recordsets associated with the
connectino are closed before you execute the .BeginTrans method.
See example 2 in
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnproas
p/html/tipsforworkingwithcursors.asp

//Magnus

Browse pgsql-sql by date

  From Date Subject
Next Message datactrl 2001-06-25 00:55:52 When using COPY
Previous Message Bruce Momjian 2001-06-23 14:02:45 Re: Re: Re: binary data