Hi I am using delphi 5 with sql server 2000. I need help in using
tclientdataset.

My actual scenario is i am using tquery to fetch some record.

let say ssql := 'select * from tabl1 where x in(select * from table 3 where
y>2) '

qry.sql.add(ssql);
qry.open.

now my main concern is how do i copy the output of the above qry to
clientdataset memory.
do i have to use some dataset provider too with this. I am new to
cleintdataset thing. I mostly use tquery

Sorry for my ignorance, but i will apreciate if someone help me with this


Regards
Vikas


  vikas
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: [email protected]
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

Reply via email to