Operating System - HP-UX
1752754 Members
4581 Online
108789 Solutions
New Discussion юеВ

Re: HPUX ODBC connection to MSSQL Database

 
SOLVED
Go to solution
Seth Clarke
Frequent Advisor

HPUX ODBC connection to MSSQL Database

We have an HPUX 11.11 pa-risc system that is running MicroFocus Cobol and we'd like to use it to connect to a Microsoft SQL Database.

Does HP provide any ODBC libraries or installs to make this connection possible?
6 REPLIES 6
Steve Lewis
Honored Contributor
Solution

Re: HPUX ODBC connection to MSSQL Database

I couldn't find it at the HP porting and archive center, but you could instead try this which we use.

http://www.unixodbc.org

Juan M Leon
Trusted Contributor

Re: HPUX ODBC connection to MSSQL Database

I am not sure but I assume you can use a regular ODBC driver to connect from your HPUX to MSQL. Check the following link

http://livedocs.macromedia.com/coldfusion/5.0/Installing_and_Configuring_ColdFusion_Server/datasources3.htm

Hope it helps.
Steve Lewis
Honored Contributor

Re: HPUX ODBC connection to MSSQL Database

Eric Antunes
Honored Contributor

Re: HPUX ODBC connection to MSSQL Database

Hi Seth,

Check this driver:

http://h21007.www2.hp.com/dspp/mop/mop_partner_product_detail_IDX/1,1331,15688,00.html

Best Regards,

Eric Antunes
Each and every day is a good day to learn.
Eric Antunes
Honored Contributor

Re: HPUX ODBC connection to MSSQL Database

Other links:

http://h20000.www2.hp.com/bizsupport/search/search.jsp?locale=en_US&tx=odbc
Each and every day is a good day to learn.
Seth Clarke
Frequent Advisor

Re: HPUX ODBC connection to MSSQL Database

I needed an ANSI C compiler but was able to successfully compile unixODBC on an HPUX 11.11 system

Thanks for all your help