I confirm, using python from Mac OS X (El Capitan) the pyhdb works perfectly well, against HANA2.0 running on virtual box .
Using python version 2.7.12 and pyhdb (0.3.2) the following 3 lines works very well
import pyhdb
connection = pyhdb.connect('hxehost',39013,##user##,##pass##)
print connection.isconnected()
Thank you !!!
Add comment