ODBC on AIX


 
Thread Tools Search this Thread
Operating Systems AIX ODBC on AIX
# 1  
Old 01-30-2006
ODBC on AIX

I´m using an app that uses odbc to connect to the data base, i thought odbc was only available for NT plataforms...anybody knows how to create an odbc connection on AIX 5.1 (if possible).

Thanks a lot
# 2  
Old 02-07-2006
i use odbc to pull into windows NT from a unidata database on aix. what database are you trying to pull from?
# 3  
Old 02-09-2006
first,I must know which database is used,different database is different
for instanceSmilieSybase IQ)
edit ODBC.ini
[DSN name]
driver=$ASIQ dir/lib/dbodbc9_r.so.1
userid=
password=
commlinks=Tcpip(hostSmilieort)
Databasename=DBname
and then
export the ODBC.ini at your database user profile.
more information ,please visit Database website support!
# 4  
Old 04-28-2008
hi, I'm having the same problem trying to set a connection between an AIX box to Windows Server 2003, using ODBC.
How do I connect to use with Crystal Reports?

thanks,
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

odbc libraries

Hi, this is my first experience with Solaris. For work, I must configured an applicacion (oracle EPM, this include Datadirect odbc drivers) in solaris. Additionally, we must connect to Sybase IQ Database (I installed odbc drivers to do this). The problem is, I can't get those two odbc... (1 Reply)
Discussion started by: dmedinacl
1 Replies

2. Red Hat

Unix ODBC Issues

Hello, I'm trying to get an ODBC connection to Oracle 10g database by following the below steps: 1. Downloaded UnixODBC 2.2.14 binary and extracted the contents 2. Added the following lines to /etc/profile: LD_LIBRARY_PATH="/optware/unixODBC/lib/" export LD_LIBRARY_PATH... (0 Replies)
Discussion started by: sviswa30
0 Replies

3. AIX

ODBC Connectivity between Oracle10g on AIX and Mainframe

Hi, I have a task of setting up connectivity between Oracle 10g (AIX) and Mainframe (1 library). Went through couple of documents, forums, blogs etc. MY understanding is ODBC Generic Connectivity is free from Oracle side. Question: (may be dumb to you) 1. Has anybody done this and would... (3 Replies)
Discussion started by: jvmani_1
3 Replies

4. Red Hat

odbc installation on linux.

HI All, I am trying to install odbc driver for mysql on linux red hat. when I try to install it using rpm then i get dependency error and when I try to find that dependent package then I am unable to find it on web. can you plz help me how can I install it. Thanks. # rpm -ivh... (3 Replies)
Discussion started by: mkashif
3 Replies

5. Shell Programming and Scripting

DBD::ODBC::st fetchrow_hashref failed: [unixODBC][Oracle][ODBC]Numeric value out of r

Here is part of my program code: #Collect the output of test database and count the no #of rows too while(my @array = $tstDbStatementHandle->fetchrow_array) { push @tstDbOutputArray,; $tstDbOutputRows++; } ... (3 Replies)
Discussion started by: sameerstephen
3 Replies

6. UNIX for Dummies Questions & Answers

ODBC on UNIX

I see several questions regarding setting up ODBC on UNIX machines but I don't see any replies. I always thought ODBC was only possible on Windows machines, but I've recently heard drivers do exist for ODBC on UNIX. Does anyone know any more details about this: How to set up ODBC on UNIX, web sites... (1 Reply)
Discussion started by: ggmar
1 Replies

7. UNIX for Dummies Questions & Answers

ODBC Version

how to find the version of ODBC and the database drivers in Unix box :eek: (0 Replies)
Discussion started by: raghunath_mv
0 Replies

8. UNIX for Advanced & Expert Users

Aix 5.3 L Odbc

Dose anybody knows about Installation and setup of ODBC under AIX 5.3 L (0 Replies)
Discussion started by: uhdesai
0 Replies

9. UNIX for Dummies Questions & Answers

ODBC Driver for UNIX

I have no experiance in Unix and I am trying to help our DBAs set up a connection from a Unix Oracle box to a DB2 database on an AS400 server. Does anyone know where I might find a good generic ODBC driver for Unix that should be able to connect to AS400? Any links to sites that would help would... (0 Replies)
Discussion started by: doctorofstyle
0 Replies

10. UNIX for Advanced & Expert Users

Oracle Odbc

Hello all, i like to install an application program that will interact with the oracle database. oracle has been installed in /export/home/oracle does the new application has to be in the same directory and if not which one do you recommend? There is a drive like the ODBC in oracle to... (2 Replies)
Discussion started by: rsh
2 Replies
Login or Register to Ask a Question