Hi everybody !
I have a big problem. I want to write a service application, which communicates with a special device through FTP protokol. I could not use the delphi built-in component (it did not work properly), so I downloaded from a delphi site a freeware FTP component. I tested it in a...
Hi Steve!
You should use 'Params' parameter of TDatabase object.
This is a TString parameter. You can read and write parameters of BDE aliases with it.
For example:
------------
Database1.Connected := True;
Edit1.Text:= Database1.Params.Values['PATH'];
Best regards
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.