Subject RE: [firebird-support] Hide UID and PWD
Author Alan McDonald
> hi im using Firebird/InterBase(r) driver to connect ASP to firebird. I
> would like to know is there a way to hide the UID and PWD from being
> hardcoded to the ASP script. I would like to do something like putting
> an alias for the location of the DB is it possible to do the same for
> UID and PWD?
>
> Thanks
>

not that I'm aware of. You need to put the credentials in a file and ensure
that the file is filtered bythe server. That way the credential will never
be delivered. e.g. file types .asa always get filtered.
Alan