Re: OLE DB adapter

#24714

Thanks Daniel,

I have connection and simple select  is working fine. I’m trying to send a request with parameters to select values depending on that parameters. Where I specify the select statement? Adapter generated following schema:

-Request

    -Operation

           -table

                @sql

                 -parameters

                           –  p1

                            – p2

 

 

Thanks,