Home > Back-end >  Questions about c builder to mobilize a SQL database
Questions about c builder to mobilize a SQL database

Time:10-16

I want to achieve with a box to display a table in the SQL, the diagram below, then click one line displays detailed information about the bank, like that of a line, click on the "army" will show "army" of the detailed personal information (information exists in another table) what controls and methods to implement, please?

CodePudding user response:

This is very simple ah, ADOQuery query can be realized, then you use a listview control, to display the result set

CodePudding user response:

Is in the army that do a listview control, and then use ADOQuery queries to find out the detailed information of the army to listview child controls, upstairs is this meaning?

CodePudding user response:

There are two ways to
1, define a hint, the associated query results with a hint show
2, using master-slave table display association as a result, the control can use cxgride or ehlib



  • Related