In my Delphi7 app, I can connect to the database when logged in as Administrator ("Dave"), but not when logged in as a standard or limited user ("Paris"). Happens on XP Home & Vista Business Ultimate 64. I use an alias for the db. Database is Firebird, middle-ware is IBO 4.7.
I posted this in another thread, but know I have a lot more info, & it seems that the BDE is the problem. Apparently the DB.Pas is linked in. I can see it in the project.map file, & the exe reads the Registry to get the BDE alias.
I've removed all the BDE-related sources & dcu files, I've searched the project exhaustively for an DB component & it comes up clean.
Has anybody been there?