[Glass] GsHostProcess execution string
BrunoBB
smalltalk at adinet.com.uy
Wed May 27 13:15:11 PDT 2020
Hi,
The following is working ok (GS 3.5.1):
| str |
str := 'mysql -h localhost -u root -pPassword -N -B -e "select distinct app
from orbeon.orbeon_form_definition "'.
System performOnServer: str.
But the following is failing:
| str |
str := 'mysql -h localhost -u root -pMysql8080! -N -B -e "select distinct
app from orbeon.orbeon_form_definition"'.
GsHostProcess execute: str.
Searching in the list there are couple of entries of GsHostProcess and
problems with quotes but still no able to make it run.
regards,
bruno
--
Sent from: http://forum.world.st/GLASS-f1460844.html
More information about the Glass
mailing list