Siratinee Sukachai wrote: > I'm a Thai student. My teacher ordered me to use Berkeley DB in the term > project. I saw in BDB website that BDB is worked with Ruby but I don't > have any idea to connect it. > > Anyone knows how to connect it? I've used mysql in the last project. Now > I want to know is it work if I'll use BDB with Ruby? Try tu use dbm (This is a Ruby extension to DBM library (including Berkley DB's DBM)) -- Posted via http://www.ruby-forum.com/.