Re: [Gambas-user] EXEC output advice needed

2013-01-28 Thread Sebastian Kulesz
nst.html > > Linux - Live Free or Die. > > > > ____ > From: bill-lancaster > To: gambas-user@lists.sourceforge.net > Sent: Monday, January 28, 2013 10:59 AM > Subject: [Gambas-user] EXEC output advice needed > > I've tried to

Re: [Gambas-user] EXEC output advice needed

2013-01-28 Thread Ivan Williams
Without ever having felt sorry for itself. -- D.H. Lawrence http://www.usconstitution.net/const.html Linux - Live Free or Die. From: bill-lancaster To: gambas-user@lists.sourceforge.net Sent: Monday, January 28, 2013 10:59 AM Subject: [Gambas-user] EXEC ou

[Gambas-user] EXEC output advice needed

2013-01-28 Thread bill-lancaster
I've tried to make a Gambas front end for a mysql restore. Instead of running code in a terminal I want to use the EXEC function in Gambas. This code works in terminal:- mysql -u root -pmypassword archive < /home/bill/GambasFolder/mysql/BackUpOfarchive.sql But when this code is run from Gambas:-