This is a discussion on Re: AIX informix select on a other AIX system within the Informix forums, part of the Database Server Software category; --> Hi, #! /bin/sh dbaccess - - EOF<<! database stores7; output to /tmp/file.out select * from customer; ! ## end ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, #! /bin/sh dbaccess - - EOF<<! database stores7; output to /tmp/file.out select * from customer; ! ## end of scripts. HTH. -- Tsutomu Ogiwara from Tokyo Japan. >From: "gleys" <michel.glaser@gmail.com> >Reply-To: "gleys" <michel.glaser@gmail.com> >To: informix-list@iiug.org >Subject: Re: AIX informix select on a other AIX system >Date: 22 Sep 2005 02:30:21 -0700 > >Ok, I installed the IDS and the client, and now I have dbaccess. But >can I make a script (.sh), which connect to the db and select something >and put it in a file. What is the syntax? sending to informix-list |