문제

Is there a way to connect to a Vertica database with PHP -- a function similar to mysql_connect()?

I'm ultimately trying to write a script that pulls data from a Vertica database and stores it in a localhost MySQL database.

If necessary, I would be willing to work with Python to make this happen.

도움이 되었습니까?

해결책

The PHP ODBC module (classic or PDO) works fine for Vertica connections. You'll need to download the appropriate ODBC driver for your Vertica version from the My Vertica portal and install it on your PHP server.

다른 팁

Also you can use a Postgres client libraries to connect to Vertica instance.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top