Page 1 of 1

UniDac Provider for SAP HANA 2.0+

Posted: Tue 10 Oct 2017 14:58
by Johan.Swart
Hi,

Anyone know if SAP HANA 2.0+ database connection is in the working?

I urgently require a connection to SAP HANA 2.0+ and was hoping that my trusted UniDac drivers will be first out of the blocks before everyone else.

Regards,
Johan

Re: UniDac Provider for SAP HANA 2.0+

Posted: Wed 11 Oct 2017 12:31
by MaximG
You can work with SAP HANA using UniDAC with ODBC Provider. To do this, you can use the DSN and the ConnectString property:

Code: Select all

UniConnection.ConnectString: = 'Provider Name = ODBC; Server = <your DSN>; User ID = LABSQ; Password = ***';
or set the parameters as follows:

Code: Select all

UniConnection.Server: = 'Provider Name = ODBC; DRIVER = {HDBODBC32}; SERVERNODE = {hxehost: 30041}; UID = LABSQ; PWD = ***';