RE: [ACFUG Discuss] Running a system command from ColdFusion

2007-09-06 Thread Gurevich, Gerry (NIH/NIEHS) [C]
] re: [ACFUG Discuss] Running a system command from ColdFusion 09/06/2007 04:17 PM

re: [ACFUG Discuss] Running a system command from ColdFusion

2007-09-06 Thread Szwedo . Ed
: [ACFUG Discuss] Running a system command from ColdFusion 09/06/2007 04:17 PM

re: [ACFUG Discuss] Running a system command from ColdFusion

2007-09-06 Thread Mischa Uppelschoten ext 10
: cfset variables.plsql = exec DBMS_WM.GoToWorkspace('edsWorkspace') SWAG: throw in a PreserveSingleQuotes? /m - Annual Sponsor FigLeaf Software - http://www.figleaf.com To unsubscribe from this list, manage your profile @

RE: [ACFUG Discuss] Running a system command from ColdFusion

2007-09-06 Thread Fennell, Mark P.
Why cfstoredproc no worky on this? If we must kludge ...try execute immediate dbms_wm.gotoworkspace('x') ...using cfexecute to run a shell script or bat file that runs sqlplus, connects, execs the command and exits sqlplus. ...create a trigger on a table that is one column and one row and when