Database Login Issue

rajaselvam26

New Member
Hi All,

I need to Login into the Database using UserName and Password. While I am trying to connect from Database Administration, I am getting the following error.

** -P and -U startup parameters require _User file records. (709)

Please help me in resolving this one.

And also Suggest me some User Interface for Progress Sql.

Rajaselvam M
 

Casper

ProgressTalk.com Moderator
Staff member
The message 709 is means what it suggests. You don't have any users in the _user table so you can login with blank user name. So without -P and -U).

Regarding the second question: There are numerous sql clients you could use.
Squirrel seems a good option to me:
http://www.squirrelsql.org/


HTH,

Casper.
 
Top