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

How do I bypass Interbase password ?

Status
Not open for further replies.

123rest

MIS
Jun 16, 2000
15
0
0
IE
I'm using an interbase meta file with ttable components.
When I run my application I'm asked for a user name and
password for the interbase meta file, is there anyway
to open the table, without having the user name and
password request..
 
Assuming I've not got the wrong end of the stick, all you have to do is on the database component under params put in:
USERNAME=<username>
PASSWORD=<password>

And set the LoginPrompt property to False.
 
Interbase will not let you in without a username and a password.

The default is:

username = sysdba
password = masterkey

If it is not changed, you can use this, otherwise look for the guy who installed it

Regards

S. van Els
SAvanEls@cq-link.sr
 
hi,

the diffult username and password is

username = SYSDBA
Password = MasterKey

if you badly need to access it try reinstalling interbase then use the above username and password. or else interbase cannot let you access... gud luck !!!

Battousai
 
password = masterkey, the password is case sensitive, the username not. S. van Els
SAvanEls@cq-link.sr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top