Bresler Posted January 9, 2014 Posted January 9, 2014 Hi, it is posible to get the selection in a uniDBGrid? Quote
adragan Posted January 17, 2014 Posted January 17, 2014 If the question is " is it possible to get the results of a query into a UniDBGrid" then the answer is Yes. Quote
Bresler Posted January 17, 2014 Author Posted January 17, 2014 Can you public a sample about it??? Quote
adragan Posted January 24, 2014 Posted January 24, 2014 The same way it works in Delphi. Place a Query component on the form/frame, a DataSource and a TUniDBGrid. Link the DataSource to the Query, the Grid to the DataSource. Connect the Query to a Conection component from UniMainModule , write the sql, open the Query and you're done ! I did't specify what type of component to use because nowerdays it's an inflation of database sets of components. You can place all the database components on the UniMainModule but it seems it works either way. Have fun Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.