Select some records from another UniQuery

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
rrcanalista
Posts: 12
Joined: Mon 06 Feb 2012 20:53

Select some records from another UniQuery

Post by rrcanalista » Sun 15 Jul 2012 22:53

Hi, I'd like to get all selected records in the DBGrid to send to another TUniquery.

How can I get selected records in the TUniquery ? is there any function to get theses records?

thanks

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Select some records from another UniQuery

Post by AlexP » Mon 16 Jul 2012 09:19

hello,

Multile record select is realized at the level of DBGrid and doesn't relate to the real DataSet, therefore to transfer selected strings, you can organize a loop by selected strings, and in this loop insert data to another DataSet

Post Reply