Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where is Delphi32.ini file kept?

Status
Not open for further replies.

TheBugSlayer

Programmer
Sep 22, 2002
887
US
Hi.

I have a Delphi 7 front-end application that connects to an SQL Server 2000 database. Since we changed from SQL to Windows authentication, we are encountering a lot of problems. One of them is that the program cannot write to Delphi32.ini file due to insufficient rights I am assuming for the domain user running the application.

I need to know where Delphi keeps this file so I can grant the proper permissions to the account.

Any help is appreciated.
 
Check in your windows directory (typically c:\windows\delphi32.ini)

If its not there then it has either been deleted or it has never been there.

If you dont find it then its worth to manually create an empty file and save it as Delphi32.ini in your local windows directory and see what happens.


I hope it helps



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top