Re: [firebird-support] SQLSTATE 28000

2011-10-08 Thread Thomas Clarke
Raymond,

To connect through isql the command is:

connect ''h:\KKR.FDB' user 'sysdba' password 'masterkey';

You have left out the user name and password.

Thomas.

On Sat, Oct 8, 2011 at 9:07 AM, raym...@ymail.com  wrote:

> **
>
>
> Hello,
>
> This is my first time trying to use Firebird. I am required by a client to
> write an application that extract data from Firebird. Here is what I have
> done so far:
> 1. I copied the .FDB file from my client's live application
> 2. Installed Firebird
> 3. Tried to access the database using ISQL: connect 'h:\KKR.FDB';
>
> And it returned:
> Statement failed, SQLSTATE = 28000
> Your user name and password are not defined. Ask your database
> administrator to set up a Firebird login.
>
> What am I missing?
>
> Any help would be great.
> Thanks.
> Raymond
>
>  
>



-- 
Thomas Clarke
Cyber Sea Incorporated
#6 Kingston Terrace
Flint Hall
St. Michael
Barbados BB11070

voice: (246) 234-9692
email: tcla...@cybersea.biz
web: http://cybersea.biz


[Non-text portions of this message have been removed]





++

Visit http://www.firebirdsql.org and click the Resources item
on the main (top) menu.  Try Knowledgebase and FAQ links !

Also search the knowledgebases at http://www.ibphoenix.com 

++
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



[firebird-support] SQLSTATE 28000

2011-10-08 Thread raym...@ymail.com
Hello,

This is my first time trying to use Firebird. I am required by a client to 
write an application that extract data from Firebird. Here is what I have done 
so far:
1. I copied the .FDB file from my client's live application
2. Installed Firebird
3. Tried to access the database using ISQL: connect 'h:\KKR.FDB';

And it returned:
Statement failed, SQLSTATE = 28000
Your user name and password are not defined. Ask your database administrator to 
set up a Firebird login.

What am I missing?

Any help would be great.
Thanks.
Raymond