Re: long running query and jrun throwup :(

2004-11-04 Thread Tony Weeg
but shouldnt cfmx handle it a bit more elegant? tw On Thu, 04 Nov 2004 17:41:56 -0400, Don Chunshen Li [EMAIL PROTECTED] wrote: It seems to be an interesting situation. I'm thinking loud here, in addition to backup, for performing other heavy duty db job as well, another option might be:

Re: cfqueryparam oddity

2004-11-04 Thread Marcus Whitworth
regardless of the nda... any idea whats up with this query param shite? I had was having much the same problem intermittently for a while when using a SQL server db. Usually when I restarted CF, the problem disappeared - for a while. As a last resort, I started using the Microsoft SQL Server

RE: Bluedragon Server

2004-11-04 Thread Gert Franz
hi there, just take a look at the performance tests we did with railo alfa 4 in comparison to cfmx. http://www.railo.ch/en/documentation/index.cfm?treeID=30 We have a lot of improvements and in railo and no big limitations (except for the couple of tags and functions that we still have to

Re: Bluedragon Server

2004-11-04 Thread Jordan Michaels
Intriguing. I was always under the impression that if you defined the scope in the first place, the same kind of performance increase would occur? Is that not what happens? Thanks! Keep up the good work! -Jordan Gert Franz wrote: hi there, just take a look at the performance tests we did

RE: Bluedragon Server

2004-11-04 Thread Gert Franz
Well generally you are right, but who allways writes variables.name or something like that. Even if you have defined the scope the checks still have to be done and the engine has to check wether it is a valid scope (or a structure or something else) or not. By configuring the scope cascading to

CFLOGOUT

2004-11-04 Thread Phillip Perry
Hi, I'm using the cflogout tag but I don't think the session was logged out. I managed to delete the cookie but the user can still get into the protected area after logout. This is the code for logout i'm using... cflogout cfif IsDefined(cookie.ISTHISPERSONLOGGEDINORWHAT) EQ Yes cfcookie

cftransaction and the request scope

2004-11-04 Thread Jeff Congdon
MX 6.1 environment. For some applications, I do some datasource setup in the app.cfm to separate development and production environments, amongst other things. So my app.cfm has some code like this cfswitch expression=#server_name# cfcase value=server1 cfset REQUEST.thisDSN = devDS

Re: CFLOGOUT

2004-11-04 Thread Jeff Congdon
have they fixed the problem where if you write a cookie, and then cflocate, the cookie never gets written? If not, that's probably your problem. Try using a meta-refresh instead of a cflocation. -jc Phillip Perry wrote: Hi, I'm using the cflogout tag but I don't think the session was

RE: CFLOGOUT

2004-11-04 Thread Figy, Kam
To make sure the session is cleared, you could always call StructClear( session ) Kam -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 4:34 PM To: CF-Talk Subject: CFLOGOUT Hi, I'm using the cflogout tag but I don't think the session

RE: CFLOGOUT

2004-11-04 Thread Phillip Perry
I dont know if they fixed anything but the cookie does get deleted {Phil -Original Message- From: Jeff Congdon [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 7:41 PM To: CF-Talk Subject: Re: CFLOGOUT have they fixed the problem where if you write a cookie, and then

RE: CFLOGOUT

2004-11-04 Thread Phillip Perry
I think that worked. I got sent back to the login form. Thanks Phil -Original Message- From: Figy, Kam [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 7:46 PM To: CF-Talk Subject: RE: CFLOGOUT To make sure the session is cleared, you could always call StructClear( session

Re: Bluedragon Server

2004-11-04 Thread Jordan Michaels
Honestly? I do. ;) However, I've been particularly up-tight about my code recently, so it's probably just me. However you're entirely correct that other checking must go on anyway. That's a great feature! I like it a lot! Warm regards, Jordan Gert Franz wrote: Well generally you are right,

RE: XML Spy error when going to Schema view on XML file

2004-11-04 Thread Cary Gordon
You can't view the XML file in the Schema view, because it is not a Schema. Cary Gordon The Cherry Hill Company -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 10:21 AM To: CF-Talk Subject: OT: XML Spy error when going to Schema

Re: Bluedragon Server

2004-11-04 Thread Jeffry Houser
BlueDragon has implemented cfcollection / cfsearch for a while (In their initial 6.1 release?). The underlying engine is not Verity, though. It uses one from the Apache project (I believe Lucene). It is not identical to Verity, although from the point of CF code, it doesn't make much

RE: Session Management

2004-11-04 Thread Dawson, Michael
Three minutes! Wow! There are a lot of people at our school that can't enter their home address in three minutes. ;-) -Original Message- From: Lawrence Ng [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 10:21 AM To: CF-Talk Subject: RE: Session Management hello there,

odbc server timeout?

2004-11-04 Thread Critter
anyone have any suggestions as .. how to handle this? Unable to update the ColdFusion MX ODBC Server. Timeout period expired without completion of C:\CFusionMX\db\slserver52\admin\swcla.exe ?? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ Single Dads ]-=

OT: Cisco and Juniper

2004-11-04 Thread Ewok
Sorry for the OT but I know there are quite a few network admins here. I am just curious if anyone has any Juniper routers and if you have been satisfied with them. If you have Cisco and Juniper both, have you seen any incompatibilities? I want to try out a juniper router but it would be sitting

Date Picker for CF?

2004-11-04 Thread Donna French
Is there any such animal in CF that allows the user to insert a date by using a date picker of some sort instead of manually entering the date (11/5/2004)? TIA, Donna -- Donna French [EMAIL PROTECTED] Blog: http://dgfrench.blogspot.com Site:

Re: Date Picker for CF?

2004-11-04 Thread Jordan Michaels
Wouldn't be that hard to write one. I made a similar color picker where a user would click on a choose color link and a tiny window would pop-up and let the user puck a color. That color value would then be put into the text field. I used DHTML and javascript. -Jordan Donna French wrote:

Re: Date Picker for CF?

2004-11-04 Thread Donna French
I found one on Macromedia CF Exchange called Date Picker - I'm cross-eyed at this point but I'm going to plug it in tomorrow and I'll post let you all know how it works out. Thanks! ~ Donna On Thu, 04 Nov 2004 22:28:30 -0800, Jordan Michaels [EMAIL PROTECTED] wrote: Wouldn't be that hard to

Re: Date Picker for CF?

2004-11-04 Thread Jordan Michaels
haha. yeah I know the feeling. I think I'm going to go puck myself to bed! Warm regards, Jordan Donna French wrote: I found one on Macromedia CF Exchange called Date Picker - I'm cross-eyed at this point but I'm going to plug it in tomorrow and I'll post let you all know how it works out.

Re: Date Picker for CF?

2004-11-04 Thread Massimo, Tiziana e Federica
Is there any such animal in CF that allows the user to insert a date by using a date picker of some sort instead of manually entering the date (11/5/2004)? http://www.olimpo.ch/tmt/tag/datepicker/ Massimo Foti DW tools: http://www.massimocorner.com CF tools:

<    1   2