Home | Previous Page | Next Page   The Query-language Option > Redirecting Query Results >

Sending Output to a Pipe

If you want to send query results to a pipe, select the To-pipe option on the OUTPUT menu. The OUTPUT TO-PIPE screen appears, as Figure 18 shows.

Figure 18. The OUTPUT TO-PIPE Screen
OUTPUT TO-PIPE >>   
Enter the name of the pipe you want to send results to, then press Return.

----------------- mystores@dbserver1 ------------- Press CTRL-W for Help -----

SELECT * FROM customer

Specify a target program, such as more, through which to pipe output. DB–Access sends the results to that pipe.

UNIX Only

On a UNIX operating system, you must have permission to run the target program.

End of UNIX Only
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]