From: Michael Garriss Date: 2003-02-01T08:16:48+09:00 Subject: Re: [newbie] ruby-dbi "DBI:Pg:mydatabase" works for me with postgreSQL Travis Whitton wrote: >>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 > > > > >