[#6363] Re: rescue clause affecting IO loop behavior — ts <decoux@...>

>>>>> "D" == David Alan Black <dblack@candle.superlink.net> writes:

17 messages 2000/11/14
[#6367] Re: rescue clause affecting IO loop behavior — David Alan Black <dblack@...> 2000/11/14

Hello again --

[#6582] best way to interleaf arrays? — David Alan Black <dblack@...>

Hello --

15 messages 2000/11/26

[#6646] RE: Array Intersect (&) question — Aleksi Niemel<aleksi.niemela@...>

Ross asked something about widely known and largely ignored language (on

23 messages 2000/11/29
[#6652] RE: Array Intersect (&) question — rpmohn@... (Ross Mohn) 2000/11/29

aleksi.niemela@cinnober.com (Aleksi Niemel) wrote in

[#6723] Re: Array Intersect (&) question — Mathieu Bouchard <matju@...> 2000/12/01

> >Use a hash. Here's code to do both and more. It assumes that

[#6656] printing/accessing arrays and hashes — raja@... (Raja S.)

I'm coming to Ruby with a Python & Common Lisp background.

24 messages 2000/11/30

[ruby-talk:6409] Ruby DBI::ODBC module version 0.1 ready for use on Windows compiled Ruby.dll.

From: "John Small" <jsmall@...>
Date: 2000-11-17 03:20:50 UTC
List: ruby-talk #6409
    http://fairfax2.laser.net/~jsmall/rubycorner.html

DBI::ODBC (79k) version 0.1.   Database Independent API for Ruby.  Includes
ODBC driver (DBD) which
you can use as an example for writing other DBI (DB dependent) drivers.

Similar to Perl's DBI module.

Includes dbi.rb, odbc.dll, and odbc.c.

Compiled with Visual C++ for Ruby build likewise. You will need to port to
other platforms.

Includes dbidemo.rb to show how to use these modules. This is working but
will be improved shortly.
I was about to write a Perl - MS Access application when I found Ruby two
weeks ago.  I wrote this
so I could do it in Ruby instead.  It is good enough for "select", "delete",
"update", and "insert", etc.
I will add transactions and various attribute settings shortly along with
more documentation.  (Perhaps
someone could port this to other platforms, e.g. cygwin.)

Comments and suggestions are appreciated.

    mailto:jsmall@laser.net subject: ruby-dbi

John



In This Thread