Hello,
I currently have a FileMaker Pro database which I am connecting to from
Delphi. The connection works fine using a TQuery (and optionally a
TDataSource and Tdbgrid to display). However, my problem is, since I
have a password on the database, I either have to supply a username and
password at the start of the program for an active connection or when
it attempts to connect for a non active connection. What I am looking
for is a way to hard code the password in so that it doesn't have to be
entered each time. There doesn't seem to be an adequate property in
TQuery to allow me to do this. Any ideas?
Thanks,
Chris Jamieson