Subject Re: DBE and Interbase Query
Author Ross Simmons
--- In ib-support@y..., Doug Chamberlin <DChamberlin@A...> wrote:
> At 11/2/2001 01:19 PM (Friday), Ross Simmons wrote:
> >The version is 5.01. The really weird thing is that it's not only
> >happening on my system. I can go elsewhere on the network to any
> >other workstations.
>
> On those other workstations are you running the same application to
do the
> test? What is the common element between all the test cases?
>
> >I can change the password to prevent users from stumbling across
the
> >bug but, lots of stuff like backup processes are hardcoded with
that
> >information.
>
> Hold on there. We haven't really established that this is a bug yet!
>
> What development environment produced your application?
>
> If Delphi, do you use a TDatabase object for all queries? Do you
use auto
> login dialog or provide your own?

I have factored out the application because the BDE is a layer
between the Delphi executable and the database server. I ruled out
the software by going directly to the DBE and using the alias
connection created to see if it would auto-connect and it did.

I did not say it was a bug. I am a 20y/o intermediate developer and
the last place I would expect a bug is in a distribution by a
software giant.

I do use a TDatabase object but they property to show the login
prompt is on so you must idealy enter a valid login and password to
login. I may well have to code a unit to replace this method as a
work around.

Thanks a million for your input! If u got any other ideas let me know.

Ross Simmons