Re: Query String Dud - issue

2005-12-29 Thread Jim Voris
Perhaps you could use cgi.query_string in place of right(cgi.http_referer,len(cgi.HTTP_REFERER)-strStart) On 12/29/05, Bailey, Neal <[EMAIL PROTECTED]> wrote: > > Hey Guys... > > It's been a long time since I posted here... > Well I have an issue and I just can't figure it out I think I have been

Re: Running a DTS package with CF

2005-12-29 Thread Jim Voris
You're looking for the dtsrun utitlitywhich may be run via cfexecute

Re: Javascript from Flash Form

2005-07-18 Thread Jim Voris
That worked, thanks! On 7/14/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: > > I would like to be able to add a window.close() javascript > > method to an onclick event for a button in a flash form. > > > Is this possible? > > > Is there a workaround? > > Iirc... getURL("javascript:window.cl

Javascript from Flash Form

2005-07-14 Thread Jim Voris
I would like to be able to add a window.close() javascript method to an onclick event for a button in a flash form. Is this possible? Is there a workaround? ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ti

Re: Getting a Ton query is taking more than 10 seconds to exectute

2004-10-14 Thread Jim Voris
Perhaps the query is waiting for other transactions to commit, before it can insert. Is the insert query part of a large transaction block or is that table included in a large transaction block in another place in the application? On Thu, 14 Oct 2004 12:28:23 -0400, greggiec @ yahoo. com greggiec

Re: JRun Process Hangs on Queries with Large Number of Columns

2004-08-06 Thread Jim Voris
Thank you everyone! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

JRun Process Hangs on Queries with Large Number of Columns

2004-08-05 Thread Jim Voris
In my application a query is executed via cfstoredproc.  This is an "ad hoc" query, where the user may select a number of columns.  It works as designed, except when a large number of columns are selected...say 85 or so. The actual queries which cause the hang, execute just fine in query analyzer.

Re: The search is killing the server. Please help!

2004-07-29 Thread Jim Voris
You can use in lieu of cfstored proc and cache the results. That should solve the speed for records 101-200, etc. - Original Message - From: Micha Schopman <[EMAIL PROTECTED]> Date: Thu, 29 Jul 2004 13:33:48 +0200 Subject: RE: The search is killing the server. Please help! To: CF-Talk <[

Connection Reset by Peer following Warm Restore

2002-12-09 Thread Jim Voris
After running a T-SQL Script that among other things: Restores the database from a prior state, Drops and Re-Adds the User that is used for the DSN, The first attempt to connect to view a page that uses that DSN returns the following error: "Macromedia][SQLServer JDBC Driver]Connection r