Hello,

Wondering if DBI supports Vertica Analytic Database. Postgres driver seems
to work fine with Vertica 3.5 . However, with Vertica 4.1, Pg driver seems
to have problems.

e.g, below SQL works on Vertica 3.5:



my $foo_ar=$dbh->selectall_arrayref(“select count(*) from bar”);



But the same sql throws this error on Vertica 4.1:



DBD::Pg::db selectall_arrayref failed: unexpected response from server;
first received character was "s"





If anyone has successfully connected to Vertica 4.1 using DBI, please let me
know how you did it.

-- 
Best Regards,
Harsha Hegde

Reply via email to