Subject | Re: [firebird-support] Newbie with lots of questions |
---|---|
Author | Helen Borrie |
Post date | 2006-10-30T13:43:19Z |
At 11:14 PM 30/10/2006, you wrote:
the database name. Also, as a precaution, use single quotes for the
strings (filepath, username and password) - double quotes for strings
is wrong syntax for Firebird. They have a different syntactical use.
client (fbclient.dll) as gds32.dll and place it in the system32
directory (where Borland stuff goes looking for it). If you didn't
take this option you can do it anyway, by running the program
instclient.exe (in the Fb bin directory) from the command line. For
the syntax, look for the readme in the Fb doc directory.
it may well need that specially generated "compatible" gds32.dll.
Firebird - IB Objects, FIBPlus, UIB components, to name but a
few. Go to www.ibphoenix.com and find your way to the Contributed
Downloads pages - get through to the section on connectivity for the
links to info, trial packs, etc.
of* use the BDE v.5.2 and the old InterBase 6 driver with Firebird
1.5. It's not recommended though as nobody ever bothered to fix its bugs.
machine; a copy of your executable and the client library on the
client machine. You can alternatively distributed the embedded
server + your application for a stand-alone deployment.
May I respectfully suggest that, instead of expressing your
embarrassment at asking these ultra-newbie questions, you use the
Quick Start Guide and the release notes that are in the Fb doc
directory? Also, there is a whole "newbie" area (Novices' Guide) at
the Firebird website with links to docs, how-tos and whatevers.
./heLen
>Being a newbie (have been using Paradox and BDE since Delphi 1) IYou tried to make 2 commands out of this. remove the semicolon after
>have a few questions that is bugging me tremendously. If my
>questions seem stupid or silly I only ask those who respond to try
>and understand my frustration (being a newbie regarding SQL as well).
>
>I have downloaded FireBird 1.5.3 and installed it with the
>superserver option. When trying to create a database I get a message
>regarding the user not added and that I must contact the
>Administrator. The command(s) used are
>
>CREATE DATABASE "<drive>:\<database_name>.fdb";#
>USER "sysdba" PASSWORD "masterkey";
the database name. Also, as a precaution, use single quotes for the
strings (filepath, username and password) - double quotes for strings
is wrong syntax for Firebird. They have a different syntactical use.
>Now, I have installed Interbase 6.5 and uninstalled this when IDuring your installation you had the option to create the Firebird
>installed FireBird. And as an added problem (using IBEasy) whenever
>I try to execute IBEasy I am prompted with another error, gds32.dll
>is missing.
client (fbclient.dll) as gds32.dll and place it in the system32
directory (where Borland stuff goes looking for it). If you didn't
take this option you can do it anyway, by running the program
instclient.exe (in the Fb bin directory) from the command line. For
the syntax, look for the readme in the Fb doc directory.
>My problem (question) is two-fold:Use the gsec utility (also in the bin directory).
>
>1. How do I add a user to FireBird to enable me to create a database?
>2. Is Interbase a requirement for IBEasy?I doubt it. But, if it uses Borland's IBXpress for its connectivity,
it may well need that specially generated "compatible" gds32.dll.
>And for interest sake (I haven't tried it since I am unable toMore or less. Up to 1.5.3, people seem to get on with them (IBX) all right.
>create a database to use with FireBird) does the components in
>Delphi 7 cater for FireBird as they do for Interbase (referring to
>the Interbase components that ship with Delphi)
>or must one create a new set of components to use with FireBird?No need. There are plenty of connectivity components for Delphi and
Firebird - IB Objects, FIBPlus, UIB components, to name but a
few. Go to www.ibphoenix.com and find your way to the Contributed
Downloads pages - get through to the section on connectivity for the
links to info, trial packs, etc.
>Sorry, my last question. When using FireBird I am assuming that I doThe BDE files have to do with connectivity. You actually can *sort
>not need to distribute the BDE files with an application?
of* use the BDE v.5.2 and the old InterBase 6 driver with Firebird
1.5. It's not recommended though as nobody ever bothered to fix its bugs.
> If an application is distributed what must be distributed to give the end-The full installation of your chosen server model on the server
>user access to FireBird, both on a server and a client machine?
machine; a copy of your executable and the client library on the
client machine. You can alternatively distributed the embedded
server + your application for a stand-alone deployment.
May I respectfully suggest that, instead of expressing your
embarrassment at asking these ultra-newbie questions, you use the
Quick Start Guide and the release notes that are in the Fb doc
directory? Also, there is a whole "newbie" area (Novices' Guide) at
the Firebird website with links to docs, how-tos and whatevers.
./heLen