CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2001
    Location
    India, Calcutta
    Posts
    17

    Joining two recordsets

    Hi

    I have very complex query to execute. So what i am trying to do is to two break down the complex query in two queries . now i would like to join the results of the two query in one recordset. is it possible ?


  2. #2
    Join Date
    Jul 2000
    Posts
    223

    Re: Joining two recordsets

    If memory serves, you should be able to do that with UNION query which allows you to combine fields from two (or more) queries (or tables) into the one field. Search MSDN or this forum for details...

    Hope this helps,
    Have a nice day

    Sead

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

Featured