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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Password Prompt when accessing Pervasive.SQL Database

Status
Not open for further replies.

CarrahaG

Programmer
Mar 25, 2007
98
AW
Hello

We are accessing a Pervasive.SQL database via ODBC and it prompts for a username and password when we open the table. We click on the OK button without entering a username and password and it allows us to continue.

Is there a way to bypass the password prompt or is there a way to send the username and password through code so that it does not prompt us?

Regards,
Georges Carraha
 
Do you have a TDatabase component that you are using to access the table? If so, there is a property, LoginPrompt, set that to False and you won't get the dialog box any longer.

HTH

Leslie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top