Results 1 to 4 of 4

Thread: DATA ENVIRONEMENT

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Posts
    72
    using Data Environment Connections I have main command. It is just an SQL statment. To make a report work properly I had to put in a Child command. Now I want to use the same SQL, but this time in code. How can I access the child command. I do not see it showing up any where.

    thnks
    VB 6 Professional Edition

  2. #2
    Addicted Member
    Join Date
    May 2000
    Posts
    188
    The child command actually is a recordset stored in your last field in the parent command. To access it you have to save the contents of the field into another recordset.

    If you will be doing the SQL in your code it might be easier to setup the SQL Code using the SHAPE command...

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Posts
    72
    how can i save the recordset to another recordset?
    VB 6 Professional Edition

  4. #4
    Addicted Member
    Join Date
    May 2000
    Posts
    188
    I haven't actually done it in a while as I've switched to just using the shape command but I'll see if i can find out more for you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width