[DUG] need help in client dataset
Myles Penlington
myles at ams.co.nz
Thu Jun 5 20:28:45 NZST 2008
Yes you need to use a TProvider. We stopped using TClientDataset it due
to bugs in its implementation of nested datasets - and developed our own
replacement instead.
Myles.
From: delphi-bounces at delphi.org.nz [mailto:delphi-bounces at delphi.org.nz]
On Behalf Of Vikas...
Sent: Thursday, 5 June 2008 6:26 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: [DUG] need help in client dataset
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
Attention:
This communication is confidential and may be legally privileged. If you are not the intended recipient, please do not use, disclose, copy or distribute it, other than to return it to us with your confirmation that it has been deleted from your system.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20080605/60ac8ce7/attachment.html
More information about the Delphi
mailing list