Discussion:
[firebird-support] Firebird 2.5.6 Newbee question
RatDog1952@msn.com [firebird-support]
2016-11-21 19:48:05 UTC
Permalink
I am new to Firebird. I have downloaded Firebird 2.5.6 (Client, Classic Server and SuperServer versions) but when I install them on my MAC, I cannot find any files even though my MAC tells me that the programs have been successfully installed.


I am running OS 10.9.5 (Mavericks, I believe) hence the older version of Firebird.


I simply want to try and use the open-source software to create some databases. I am moderately experienced in SQL, having used both Oracle and Microsoft Access in the past.


Can anyone give me some pointers on what I am doing wrong? I would appreciate any help at all.
Point me to a relevant thread here, please?



Thanks!
Dimitry Sibiryakov sd@ibphoenix.com [firebird-support]
2016-11-21 20:13:26 UTC
Permalink
I simply want to try and use the open-source software to create some da tabases. I am
moderately experienced in SQL, having used both Oracle and Microsoft Access in the past.
http://www.firebirdsql.org/file/documentation/papers_presentations/html/paper-fb-macosx-install.html
--
WBR, SD.


------------------------------------

------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu. Try FAQ and other links from the left-side menu there.

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

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------

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-***@yahoogroups.com
firebird-support-***@yahoogroups.com

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

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
Helen Borrie helebor@iinet.net.au [firebird-support]
2016-11-21 20:44:49 UTC
Permalink
Post by ***@msn.com [firebird-support]
I am new to Firebird. I have downloaded Firebird 2.5.6 (Client,
Classic Server and SuperServer versions) but when I install them on
my MAC, I cannot find any files even though my MAC tells me that the
programs have been successfully installed.
I am running OS 10.9.5 (Mavericks, I believe) hence the older version of Firebird.
If you're not also a newbie on MacOSX, you'll know about frameworks.
https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/WhatAreFrameworks.html
Firebird installs in a framework:
/library/Frameworks/Firebird.framework
Post by ***@msn.com [firebird-support]
I simply want to try and use the open-source software to create
some databases.
You have two pinnacles to surmount here. First, you need to know
which model of Firebird you installed (Classic, Superclassic or
Superserver) and get yourself connected to a database. There's a
horrible but usable sample database called employee.fdb in
./Resources/examples. In ./Resources/bin there is a command-line
application called isql; or (I think) there is a Mac version of the
FlameRobin GUI client, which might be more use to you. Google it.

Note, if you installed Classic you need to have launchd installed and
running.

Some user documentation is in ./Resources/doc. Start with the Quick
Start guide. You'll need a PDF reader. The release notes also have
detailed documentation of new features added in v.2.5 but they are in
no sense the full story. Use the resources in the Documentation zone
at the website.

The "God" user is SYSDBA, password 'masterke', which is known to the
world.
Post by ***@msn.com [firebird-support]
I am moderately experienced in SQL, having used
both Oracle and Microsoft Access in the past.
Once you get your head around what you're doing at the nuts-and-bolts
level, you can study the Firebird 2.5 Language Reference either online
at the website Documentation zone or download the PDF from there.
Firebird's SQL is highly standards-compliant so it has much more in
common with Oracle than with Access, which is a Microsoft invention
and about as non-standard as you'll find.
Post by ***@msn.com [firebird-support]
Can anyone give me some pointers on what I am doing wrong? I would appreciate any help at all.
Probably at this stage the only thing you are doing wrong is avoiding
the documentation. ;-)

Helen

Loading...