HI All,
Through Sql Adapter, is it possible to retrive recordset from SQL and send that recordset data to frontend application (ASP.net or windows).
For eg.
I have Security master table in SQL 2005. I have written a procedure to get data from Security master. The procedure will return me data in following format,
<
Security Id=“REL“, name = “Reliance communication” type = “Equities”
/>
<
Security Id=“TCS“, name = “Tata Consultancy Service” type = “Equities”
/>
Through SQL Adapter in biztalk i am calling these procedure..
Now i want these procedure output on my frontend side, to display on screen..
IS there any way i can do these??
Any help would be highly appreciated.
Thanks in advance