<div><br clear="all">Hi I am using delphi 5 with sql server 2000. I need help in using tclientdataset.</div>
<div> </div>
<div>My actual scenario is i am using tquery to fetch some record.</div>
<div> </div>
<div>let say ssql := 'select * from tabl1 where x in(select * from table 3 where y>2) '</div>
<div> </div>
<div>qry.sql.add(ssql);</div>
<div>qry.open. </div>
<div> </div>
<div>now my main concern is how do i copy the output of the above qry to clientdataset memory. </div>
<div>do i have to use some dataset provider too with this. I am new to cleintdataset thing. I mostly use tquery</div>
<div> </div>
<div>Sorry for my ignorance, but i will apreciate if someone help me with this </div>
<div> </div>
<div> </div>
<div>Regards</div>
<div>Vikas</div>
<div> </div>
<div> <br> vikas </div>