[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Interbase
- Subject: Re: [cobalt-users] Interbase
- From: "Richard Abrams" <richard@xxxxxxxxxxxx>
- Date: Wed Nov 29 14:09:33 2000
- Organization: Artejano
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> if anyone has figured out how to use Interbase please
> let me know how.
Hi Scott,
Interbase should start itself automatically! No user intervention is
required. You can check that the product is functioning by the following:
1. Log on to RaQ via Telnet
2. se the "su -" command to open a root session
3. change folder to "/opt/interbase/bin"
4. run "./isql"
5. type "connect /opt/interbase/examples/employees.gdb;"
You should now be successfully connected to an example Interbase database!
Tada.
If you want to create a DSN for Interbase so that you can connect through
ASP, you will require a patch from Chili!Soft which adds the necessary
driver to the RaQ.
The URL for this is:
http://www.chilisoft.com/beta/linux/default.asp
Good luck!
-Richard