LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Firebird (https://www.linuxquestions.org/questions/linux-newbie-8/firebird-239120/)

tiredoflogins 10-05-2004 02:15 PM

Firebird
 


Hi Folks,
I installed a database called Firebird on my box. I want to know how do I connect to this database? I want to start using the database in interactive mode. Does anybody hvae any clue about Firebird? Its available on source-forge.com. I seem to have missed the link to documentation.

student04 10-05-2004 02:42 PM

http://texturizer.net/firefox/documentation.html

Firebird database...? Interactive mode? Firebird became Firefox (a webbrowser): www.mozilla.org . Please be more clear.

mdg 10-05-2004 03:00 PM

Firebird database homepage is here. There's a link to documentation on the page.

tiredoflogins 10-09-2004 02:08 PM

Firebird
 
Quote:

Originally posted by student04
http://texturizer.net/firefox/documentation.html

Firebird database...? Interactive mode? Firebird became Firefox (a webbrowser): www.mozilla.org . Please be more clear.

Sorry m8,
I meant firebird which is an RDBMS database. FireFox is the mozilla successor

:newbie:

billio 10-10-2004 03:46 AM

I am newbie and I have Suse 9.1 pro. open terminal program go to directory /opt/firebird/bin/ and run ./isql
then run the command CONNECT '/full path/name_of_database.fdb' user 'sysdba' password 'your_password';

the password is in a file called SYSDBA.password in firebird directory.
maybe istead of 'full path/name_of_database.fdb' you should use 'localhost:/full path/name_of_database.fdb'
try both.


All times are GMT -5. The time now is 10:19 AM.