MYSQLCMD
Name
mysqlcmd
Purpose
Send a command to open database and collect the answer.
Description
Category
Database
Calling Sequence
mysqlcmd,lun,query,answer,nlines
Inputs
lun - the logical unit of the pipe (opened by openmysql).
query - String (or array of strings) to send to pipe.
Optional Input Parameters
Keyword Input Parameters
Outputs
answer - Returned information from query (possible string array).
nlines - Number of lines of returned information (may be zero).
Keyword Output Parameters
Common Blocks
Side Effects
Restrictions
Procedure
Modification History
Written by Marc W. Buie, Lowell Observatory, 2002/01/09
2010/04/10, MWB, upgraded internal loop variable to long