Assuming you have the command line mysql client handy you could just use that:

mysql -u rduser -p -h rivserverip_or_hostname Rivendell -e "SELECT * FROM SCHED_CODES ORDER BY CODE ASC;"

This will spew out text to the console but you could make it go to a text file

mysql -u rduser -p -h rivserverip_or_hostname Rivendell -e "SELECT * FROM SCHED_CODES ORDER BY CODE ASC;" > codes.txt

-p will prompt you for the password you can make the password part of the command e.g. :

mysql -u rduser -pMyPassword -h riv etc etc

Note there is no space between -p and your password.

Regards,

Wayne Merricks
The Voice Asia

On 09/05/14 00:08, Chester Graham wrote:
I don't see any way to get a print out of "schedule codes" that are entered into rdadmin. There is a nice report for "groups". Has anyone figured out a way to get a printout of their scheduler codes?
Chester
WGTT 91.5 FM


_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to