[#3986] Re: Principle of least effort -- another Ruby virtue. — Andrew Hunt <andy@...>

> Principle of Least Effort.

14 messages 2000/07/14

[#4043] What are you using Ruby for? — Dave Thomas <Dave@...>

16 messages 2000/07/16

[#4139] Facilitating Ruby self-propagation with the rig-it autopolymorph application. — Conrad Schneiker <schneik@...>

Hi,

11 messages 2000/07/20

[ruby-talk:04033] Re: Ruby and Interbase on Windows

From: "Michael Neumann" <neumann@...>
Date: 2000-07-15 10:23:22 UTC
List: ruby-talk #4033
This error occures if you cannot connect to the Database, e.g. if the path
to the database-file, the username or
the password is wrong.


On my system this works:
con =
InterBase::connect('C:/Programme/Borland/Interbase/examples/Database/employe
e.gdb', 'SYSDBA', 'masterkey')

Of couse the path on your system could be an other.
Check your path, username and password!

--
Michael


From: "Jilani Khaldi" <jilanik@tin.it>
> Michael Neumann wrote:
>
> > Put "interbase.dll" in the C:\ruby\lib directory!
>
> the error now is:===========ibase.rb:2 'connect': Unsuccessful execution
> caused by a system error that ecludes <InterBase::Error>===========
> line 2: require "interbase"
>
> Any idea?
>
> Thanks.
>
> jilani



In This Thread