![]() |
|
|
|
|
|||||||
| UNIX and Linux Applications Questions involving software not covered by other forum go here. This includes Databases and Middleware. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Media for Informix 4.1 | tomribeiro | SCO | 5 | 07-13-2006 10:40 AM |
| Installing informix SE at sco 5.0.6 | rahmanm | SCO | 1 | 12-14-2004 06:58 PM |
| Informix | nemex | UNIX for Dummies Questions & Answers | 1 | 12-14-2001 09:54 PM |
| Informix server | Mike1 | UNIX for Dummies Questions & Answers | 1 | 11-06-2001 02:44 PM |
| Unix/Informix and CTI | Dave34 | UNIX for Dummies Questions & Answers | 2 | 12-21-2000 08:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Scripts for Informix
Hello,
I want to write a ksh script to connect to a remote Informix DB and insert rows. I understand from the various threads that isql is the most popular choice and that it can be done. I'm new to both scripting and Informix and have some questions - 1) Does isql have listener/ tnsnames files as Oracle has, that I need to configure? Or any other config files? 2) Are there some unixODBC configs to be done? The isql I have looks like its got to do something with unixODBC as I haven't installed isql on the system. The syntax mentioned in the threads here for isql - #isql -U$user -Ppwd -S$server doesnt seem to work, the syntax is - isql DSN [UID [PWD]] [options] and when I use this syntax, I get -- [IM002][unixODBC][Driver Manager]Data source name not found, and no default driver specified [ISQL]ERROR: Could not SQLConnect 3) What about dbaccess, can I get a download from somewhere and use it to connect to the infornix DB? I know most of the ques are DB oriented, but its all in Unix env and I wanna write a ksh script, so I reckon its all within the boundaries Thanks, any help will be greatly appreciated! |
| Forum Sponsor | ||
|
|
| Thread Tools | |
| Display Modes | |
|
|