Hi I am Thiru. i am try to create the small search engine. i can retirve all the values using the below queries.
-----------------------------
create procedure FindtestThree
@Name varchar(25),
@Location
@EmpId
as
select
Exec
---------------------------------------
The above Procedure will return the three table values. i need to retrive all the values in vb.net by using Dot Net application.
i can retrive the single table values by using Sqlcommand object. and other two table value should get it for me. how can i achieve this goal? is there any ideas? please give me suggestion for it