简体   繁体   中英

php vertica odbc configuration in amazon ec2

Am need to configure vertica odbc in amazon ec2 machines to fetch datas from existing database for php application. am configured mysql odbc in local ubuntu and run the php examples. But am not sure how to configure vertica odbc in amazon ec2. There is no much document for vertica odbc configuration.

Any one kindly help me for:

configure vertica odbc in amazon ec2.

any alternative method to fetch data from vertica database using php.

please guide me

Does your system have the program 'isql'? It's a command-line ODBC client that I believe comes with unixODBC. You can verify your ODBC connection using that to take PHP out of the equation. Run 'isql ' from the shell and try to run some basic SQL queries.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM