UniTable / UniConnection best practice
Posted: Sat 07 Jun 2014 19:57
Hello
I have a project with about 20 Delphi forms.
- 10 Forms that contains « lists »
Each form contains one TDBGrid and one or more TUniTable.
- 10 Forms that contains detailed view with fields.
Each form contains one or more TuniTable
I am wondering if i should put a TUniConnection on each form ?
Or should i put a global TUniConnection on the project ?
Or one TUniConnection on each list forms and share them for detailed forms ?
Thanks for your answer
I have a project with about 20 Delphi forms.
- 10 Forms that contains « lists »
Each form contains one TDBGrid and one or more TUniTable.
- 10 Forms that contains detailed view with fields.
Each form contains one or more TuniTable
I am wondering if i should put a TUniConnection on each form ?
Or should i put a global TUniConnection on the project ?
Or one TUniConnection on each list forms and share them for detailed forms ?
Thanks for your answer