Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.lang.basic.visual.database > #10

Re: ADODB.Recordset inaccessible

From The Dubious Khelair <khelair@contract.gateway.2wire.net>
Newsgroups comp.lang.basic.visual.database
Subject Re: ADODB.Recordset inaccessible
Date 2011-09-16 12:54 +0000
Organization A noiseless patient Spider
Message-ID <j4vgv1$hv1$1@dont-email.me> (permalink)
References <j4qgih$emi$1@dont-email.me> <j4sljv$8kl$1@dont-email.me>

Show all headers | View raw


I was wrong.  The ADODB.Recordset object is still not behaving at all.
It is saying that it doesn't have the .rows or .fields property;
auto-completion when I put in the '.' following the recordset object
only fills it in with the usual suspects (ie ToString and the other 4 or
5).

Anybody that might help would be much appreciated.

The Dubious Khelair <khelair@contract.gateway.2wire.net> wrote:
>        Okay; as I figured it was a problem that is seeming pretty
> foolish.  I haven't been able to try this out yet, but I believe it
> sounds like a pretty plausible solution.
>        I was under the mistaken impression that my ADODB.Recordset
> object was going to slurp in the entire results of my query, and that I
> could immediately close the ADODB.Connection object when I was done with
> it, being able to later peruse the Recordset object at my leisure.  I've
> been informed that this is not the case, however.  I'm not used to this
> environment, though; that's really something that I should've tried when
> debugging but I didn't even think about it.

Back to comp.lang.basic.visual.database | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

ADODB.Recordset inaccessible The Dubious Khelair <khelair@contract.gateway.2wire.net> - 2011-09-14 15:17 +0000
  Re: ADODB.Recordset inaccessible The Dubious Khelair <khelair@contract.gateway.2wire.net> - 2011-09-14 15:26 +0000
  Re: ADODB.Recordset inaccessible The Dubious Khelair <khelair@contract.gateway.2wire.net> - 2011-09-15 10:55 +0000
    Re: ADODB.Recordset inaccessible The Dubious Khelair <khelair@contract.gateway.2wire.net> - 2011-09-16 12:54 +0000
  Re: ADODB.Recordset inaccessible Jason Keats <jkeats@melbpcDeleteThis.org.au> - 2011-09-17 18:30 +1000

csiph-web