RE: EXECUTING EXTERNAL PROGRAM

2003-10-23 Thread Dennis Powers
>> I need to execute the dtsrun.exe SQL Server command line >> utility from within CF. I'm using CF 4.0 The CFX_ConsoleCommand tag issues any command you could normally type at the console (DOS box). It optionally captures the output back as a variable. With complete c/c++ source code. http://www

Re: EXECUTING EXTERNAL PROGRAM

2003-10-23 Thread David Delbridge
Gunny, CFEXECUTE is available in CF 4.5.1.  [Was this a free upgrade for 4.0 users?]  If an upgrade to MX is out of the question right now, perhaps a minor upgrade to 4.5.1 will get you there? I hope this is helpful. Dave -- David M. Delbridge Circa 3000 ColdFusion Hosting http://www.circa3k.

RE: EXECUTING EXTERNAL PROGRAM

2003-10-23 Thread Gunny
Hey Calvin, great idea. Too bad I can't stop development right now and convert the legacy application to MX compatibility. -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 2:48 PM To: CF-Talk Subject: Re: EXECUTING EXTERNAL PROGRAM

RE: EXECUTING EXTERNAL PROGRAM

2003-10-23 Thread Dave Watts
> Is there some CFX module for CF4 that mimicks ? > There must be one, just have to search for it. Yes, there is. I believe it's called CFX_EXECUTE: http://www.google.com/search?q=cfx_execute&sourceid=mozilla-search&start=0&s tart=0&ie=utf-8&oe=utf-8 Dave Watts, CTO, Fig Leaf Software http://www

Re: EXECUTING EXTERNAL PROGRAM

2003-10-23 Thread Calvin Ward
This thread makes me think about this: "October 16, 2003  Hey, If You Need to Upgrade, Upgrade!" ref: http://www.forta.com/blog/ - Calvin   - Original Message -   From: Gunny   To: CF-Talk   Sent: Thursday, October 23, 2003 2:02 PM   Subject: RE: EXECUTING EXTERNAL PROGRAM

RE: EXECUTING EXTERNAL PROGRAM

2003-10-23 Thread Gunny
from now, we'll be in CFMX and I'll be in tall cotton. But, for now, I'm stuck and perplexed. Gunny -Original Message- From: Tom Kitta [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 2:08 PM To: CF-Talk Subject: Re: EXECUTING EXTERNAL PROGRAM Is there some CFX mo

Re: EXECUTING EXTERNAL PROGRAM

2003-10-23 Thread Tom Kitta
Is there some CFX module for CF4 that mimicks ? There must be one, just have to search for it. TK   - Original Message -   From: Gunny   To: CF-Talk   Sent: Thursday, October 23, 2003 2:02 PM   Subject: RE: EXECUTING EXTERNAL PROGRAM    would be a snap, but it didn't exist in CF

RE: EXECUTING EXTERNAL PROGRAM

2003-10-23 Thread Bryan F. Hogan
You can create a store procedure and call it from there. CREATE  PROCEDURE yourprocedurename AS DECLARE @dtscmd varchar(500) SELECT @dtscmd = "exec master..xp_cmdshell 'dtsrun /SYOURSERVERNAME /NYOURDTSNAME /E '" EXEC(@dtscmd) GO [Todays Threads] [This Message] [Subscription] [Fast Unsub

RE: EXECUTING EXTERNAL PROGRAM

2003-10-23 Thread Gunny
would be a snap, but it didn't exist in CFD 4.0. Gunny -Original Message- From: Scott Mulholland [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 1:37 PM To: CF-Talk Subject: RE: EXECUTING EXTERNAL PROGRAM Have you tried calling it with cfexecute? -Original Me

RE: EXECUTING EXTERNAL PROGRAM

2003-10-23 Thread Scott Mulholland
Have you tried calling it with cfexecute? -Original Message- From: Gunny [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 11:35 AM To: CF-Talk Subject: EXECUTING EXTERNAL PROGRAM Really trying day, today.  Will someone please think for me. I think I've lost my mind. I ne

EXECUTING EXTERNAL PROGRAM

2003-10-23 Thread Gunny
Really trying day, today.  Will someone please think for me. I think I've lost my mind. I need to execute the dtsrun.exe SQL Server command line utility from within CF. I'm using CF 4.0 (Yeah, I know). Please help me. I'm almost ready to reach for the gun. gunny [Todays Threads] [This Me