Equivalent for BDE property DatabaseName and TSession component
Posted: Wed 04 Jul 2018 14:54
Dear all,
at the moment we are investigating the possibilities by which we can replace the BDE component in our application. One option is the UniDAC component. We already downloaded the trial version for Delphi 7.
The following circumstances are given:
[*] We have an "Main Form" with the <TForm>.FormStyle = fsMDIForm. In this Form we have our <TDatabase> and the <TDatabase>.DatabaseName is set.
[*] All other forms has the <TForm>.FormStyle = fsMDIChild
[*] If we have an <TTable> or an <TQuery> on the MDI child form, we only have to assign the DatabaseName to establish the connection for the <TTable> or <TQuery>
Until yet, i didn't found out how i have to do this with the UniDAC components. Has some one an example for me?
Furthermore the BDE had the session singleton with the possiblity to look up for existing connections. Is there a similar component in UniDAC components?
Any help is appreciated...
at the moment we are investigating the possibilities by which we can replace the BDE component in our application. One option is the UniDAC component. We already downloaded the trial version for Delphi 7.
The following circumstances are given:
[*] We have an "Main Form" with the <TForm>.FormStyle = fsMDIForm. In this Form we have our <TDatabase> and the <TDatabase>.DatabaseName is set.
[*] All other forms has the <TForm>.FormStyle = fsMDIChild
[*] If we have an <TTable> or an <TQuery> on the MDI child form, we only have to assign the DatabaseName to establish the connection for the <TTable> or <TQuery>
Until yet, i didn't found out how i have to do this with the UniDAC components. Has some one an example for me?
Furthermore the BDE had the session singleton with the possiblity to look up for existing connections. Is there a similar component in UniDAC components?
Any help is appreciated...