[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: How do you fire up Interbase on RAQ4 ???
- Subject: [cobalt-users] Re: How do you fire up Interbase on RAQ4 ???
- From: "Benoit SARTON" <bs@xxxxxx>
- Date: Sat Sep 23 06:32:25 2000
Here is my 'hello world' for interbase on the raq 4 :
1. mettre /home/opt/interbase/bin dans le path ( PATH= ... )
2. cd /home/opt/interbase/examples
3. droits sur employee.gdb : chmod 666 employee.gdb (sinon que root accède)
4. isql ( ou /home/opt/interbase/bin/isql )
5. SQL> CONNECT 'employee.gdb';
6. SQL> SELECT * from employee;
7. Quit;