From: Travis Whitton Date: 2003-02-01T05:47:30+09:00 Subject: Re: [newbie] ruby-dbi > Are these just two equivalent forms, or is the connection string DBD dependent > after the DBI:Driver: part of the string? > "DBI:Pg:dbname=mydatabase;host=myhost.com" It must be DBD dependent because the above listed syntax doesn't work with MySQL. I believe I've used the ("DBI:Pg:mydatabase") syntax with Pg before, but I could be wrong. It's been a while... -Travis