![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DBD::ODBC::st fetchrow_hashref failed: [unixODBC][Oracle][ODBC]Numeric value out of r | sameerstephen | Shell Programming and Scripting | 3 | 04-16-2008 01:22 AM |
| ODBC on UNIX | ggmar | UNIX for Dummies Questions & Answers | 1 | 03-05-2007 02:56 PM |
| ODBC Version | raghunath_mv | UNIX for Dummies Questions & Answers | 0 | 10-11-2006 10:13 AM |
| Aix 5.3 L Odbc | uhdesai | UNIX for Advanced & Expert Users | 0 | 04-06-2006 03:35 AM |
| Oracle Odbc | rsh | UNIX for Advanced & Expert Users | 2 | 12-13-2002 04:41 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
|||
|
first,I must know which database is used,different database is different
for instance edit ODBC.ini [DSN name] driver=$ASIQ dir/lib/dbodbc9_r.so.1 userid= password= commlinks=Tcpip(host Databasename=DBname and then export the ODBC.ini at your database user profile. more information ,please visit Database website support! |