[DUG] need help in client dataset

Neven MacEwan neven at mwk.co.nz
Thu Jun 5 20:57:42 NZST 2008


Vikas

If you are using a TQuery to fetch you could copy it into a TkbmMemtable

http://www.components4programmers.com/products/kbmmemtable/

N
>
> 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: delphi at delphi.org.nz
> Admin: http://delphi.org.nz/mailman/listinfo/delphi
> Unsubscribe: send an email to delphi-request at delphi.org.nz with Subject: unsubscribe



More information about the Delphi mailing list