Subject | Re: [IBDI] Re: Interbase-newbie question (quite experienced in MySQL) |
---|---|
Author | Helen Borrie |
Post date | 2000-11-09T13:45:50Z |
At 11:05 AM 09-11-00 +0000, you wrote:
1. Start up IBConsole, logging in as user SYSDBA, password masterkey
(case-sensitive).
2. Download the free client program ib_wisql.exe from
http://www.ibobjects.com
3. Use the command-line tool isql.exe, in the InterBase \bin
directory. (Instructions in the Operations Guide).
..and more...for a feast of interface tools, see
http://www.interbase2000.org/tools.htm
Make sure your connection string is like
MYSERVER
not an IP address.
(Meaning your client machine will need an entry in the HOSTS file that
points to the IP address of the server machine. If it's local, then
LOCALHOST will work)
Once you have created the database, use a connection string like
MYSERVER:c:\dirname\dirname\mydb.gdb
(if local, c:\dirname\dirname\mydb.gdb should work too)
Don't use the numeric ip address of the server.
Don't omit the backslash after the drive designator.
hth
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
___________________________________________________
> > What platform are you running on?OK - you have several options, including
> > Have you managed to start the server?
>
>I'm on Win2k - services "InterBase Guardian" and "InterBase server"
>are running.
1. Start up IBConsole, logging in as user SYSDBA, password masterkey
(case-sensitive).
2. Download the free client program ib_wisql.exe from
http://www.ibobjects.com
3. Use the command-line tool isql.exe, in the InterBase \bin
directory. (Instructions in the Operations Guide).
..and more...for a feast of interface tools, see
http://www.interbase2000.org/tools.htm
Make sure your connection string is like
MYSERVER
not an IP address.
(Meaning your client machine will need an entry in the HOSTS file that
points to the IP address of the server machine. If it's local, then
LOCALHOST will work)
Once you have created the database, use a connection string like
MYSERVER:c:\dirname\dirname\mydb.gdb
(if local, c:\dirname\dirname\mydb.gdb should work too)
Don't use the numeric ip address of the server.
Don't omit the backslash after the drive designator.
hth
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
___________________________________________________