-
retrieve an ADO resultset from a data environment object
I have defined data environment object within VB6 that accesses stored procedures
that return recordsets. How can I retrieve a ADO.recordset from the data
environment object.
I can see the defined stored procedures listed when I type the name of the
dataenvironment control, but I can seem to access the resulting recordset.
Thanks Kirk
-
Re: retrieve an ADO resultset from a data environment object
"kirkc" <kirkc@pipeline.com> wrote:
>
>I have defined data environment object within VB6 that accesses stored procedures
>that return recordsets. How can I retrieve a ADO.recordset from the data
>environment object.
>
>I can see the defined stored procedures listed when I type the name of the
>dataenvironment control, but I can seem to access the resulting recordset.
>
>Thanks Kirk
-
Re: retrieve an ADO resultset from a data environment object
The Recordset is exposed as a named property of the de. For example if your
DE Command is named "fred", the Recordset generated by the DE would be named
rsFred. This is all explained in my books. See www.betav.com for details.
bv
"kirkc" <kirkc@pipeline.com> wrote:
>
>I have defined data environment object within VB6 that accesses stored procedures
>that return recordsets. How can I retrieve a ADO.recordset from the data
>environment object.
>
>I can see the defined stored procedures listed when I type the name of the
>dataenvironment control, but I can seem to access the resulting recordset.
>
>Thanks Kirk
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|