i new croogo. have created few pages on local server. able use editor there when uploaded files on server can't find editor attached, can see few html tags text. is error: parse error: syntax error, unexpected '(' in /hermes/bosoraweb081/b2606/sl.onpointsaliency/public_html/app/plugin/tinymce/webroot/js/tiny_mce.js on line 1 clear cache files under /app/tmp, , delete browser cache since cakephp sets cache plugin assets, , try re-loading page.
hi trying pass values variable in sql using run_nzodbc script, run_nzodbc /development/df2/dfr/sql/adhoc/sriram/gen.sql -v condition =prod.usc_code in (12000,12001) >/development/df2/data01/sriram/df2_astrazeneca_seroquel_mthly_01160044dpt.log 2>/development/df2/data01/sriram/df2_astrazeneca_seroquel_mthly_01160044dpt.err & gen.sql create table xxx as ( select * abc a.string =:condition ); instead of condition have replace string contains space in between passed variable while running query. when value passed gets truncated after instance of space occurs, have tried passing value enclosed in single , double quotes. please let me know there way pass string values space in between vriable this works me. nzsql -atv "condition='1 space'" -c "select :condition" i imagine run_nzodbc command work same.
Comments
Post a Comment