Return dataset in dataflow
        Posted  
        
            by praveen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by praveen
        
        
        
        Published on 2010-06-01T11:49:17Z
        Indexed on 
            2010/06/01
            11:53 UTC
        
        
        Read the original article
        Hit count: 282
        
Hi All,
Could I get ideas on retrieving the dataset using lookup method. Basically, my scenario as I have source data needs to lookup for other source table and on matching column from source I need to get all the records from other source data.
its a one to many relations. I tried Lookup but gives only one record on matching condition, OLE DB command don't retrieve any data as it will do only Insert/Update operations.
Thanks prav
© Stack Overflow or respective owner