Re: CFMAIL problem with server!

2002-06-23 Thread Jochem van Dieten
Cameron Childress wrote: It will use the mail server which was specified when the message was created. You can find the mail server for each message by opening the cfmail file and looking at the CF headers at the very top of the file. You can change this in a text editor, but be careful how

Exclusive Lock timeout question

2002-06-23 Thread Bud
My question is, if I set a timeout value of 10 on an exclusive lock, what exactly times out? Is it... A) The person waiting for the lock will receive an error after waiting for 10 seconds? B) The person using the lock will receive an error if the code inside the lock runs for more than 10

Re[2]: CFEncrypt Utility

2002-06-23 Thread Critz
oi Peter!! highly overpriced for what is free -- Best regards, Critter, MMCP Certified ColdFusion Developer Crit[s2k] - CF_ChannelOp Network=EFNet Channel=ColdFusion Friday, June 21, 2002, 7:25:47 PM, you wrote: PT

CFMX licence downgrade

2002-06-23 Thread Alex Hubner
Dear friends, Does anybody knows if its possible to buy the CFMX Professional and use, as a licence downgrade (very common at eg Microsoft), the CFServer 5 Professional? Thanks. Alex __ Your ad could be here. Monies from ads

Re: SOT: Live Chat (Customer Service)

2002-06-23 Thread Bonnie E. Betts
I've not seen Trillian yet, but if you use ICQ you'll have a history of messages that you can save to files. That's probably a handy feature for customer service purposes. Bonnie E. Betts [EMAIL PROTECTED] www.bettsIT.com - Original Message - From: Tony Schreiber [EMAIL PROTECTED] To:

RE: sp_SpaceUsed system stored procedure...

2002-06-23 Thread Conrad Classen
Try using the just the Stored Procedure Name without the table name. i.e. sp_SpaceUsed This will return the results required for each data source against which it is called. Conrad -Original Message- From: Simon Horwith [mailto:[EMAIL PROTECTED]] Sent: 23 June 2002 01:00 AM To:

RE: sp_SpaceUsed system stored procedure...

2002-06-23 Thread Tony Weeg
100% in cf5! very odd that it doesnt work now tony -Original Message- From: Chris Kief [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 22, 2002 5:25 PM To: CF-Talk Subject: RE: sp_SpaceUsed system stored procedure... Has this worked before under CF5? I have always used the

RE: sp_SpaceUsed system stored procedure...

2002-06-23 Thread Tony Weeg
odd. with cf5 i have never had any problem with sp's and cfquery tag. in fact, i have probably 30 of them that get hit over 2000 total. and none run into any problems. even now with cfmx. i can still run them against my MSSQL Advanced 2000 SQL Server, like this one below... cfquery

RE: New artwork available!

2002-06-23 Thread UXB Internet
sarcasm_mode Once you offer CFMX (official) support for Deerfield Website Pro I'll be glad to put the powered by buttons on sites we create. Us website Pro religious fanatics are always willing to jump on the bandwagon as long as you are preaching our gospel. /sarcasm_mode Best regards,

RE: CFMAIL problem with server!

2002-06-23 Thread Joe Bastian
You have to EDIT/UPDATE all the emails in the undeliverable directory to the right MAIL SERVER details and once you move them to email SPOOL directory, CF will try to resend them. All emails will be send successfully.. if you have the right parameters. Joe -Original Message- From: Neil

Storing Session Data in External Datasource?

2002-06-23 Thread Stacy Young
I believe this is possible by specifying a datasource in the cfapplication tag...has anyone actually done it? Any problems? Stace AVIS IMPORTANT: --- Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et

RE: Storing Session Data in External Datasource?

2002-06-23 Thread Stacy Young
Let me expand on this...on Jrun you've always been able to move the session storage to disk or an external datasource...so I'm figuring if I'm using J2EE session variables I can use the effectively in my apps while storing them in a datasource for clustering purposes...I'd much rather this option

Re: Client side sorting SLOOWWWWW!! HELP!

2002-06-23 Thread James Sleeman
Couple of things, JavaScript is slow, you just have to accept that. And you don't say what sorting algorithm your using, at least use a basic implementation of Hoare's Quicksort, if you have the time you should examine the data and invent a partitioning algorithm for the quicksort that will best

Re: CFEncrypt Utility

2002-06-23 Thread James Sleeman
- Original Message - From: Matt Liotta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, June 22, 2002 1:41 PM Subject: RE: CFEncrypt Utility Without giving it all away... It allows you to package up some CF code and lock it down with a key. Then you distribute it to

Re: Exclusive Lock timeout question

2002-06-23 Thread James Sleeman
- Original Message - From: Bud [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, June 23, 2002 11:07 PM Subject: Exclusive Lock timeout question My question is, if I set a timeout value of 10 on an exclusive lock, what exactly times out? Is it... A) The person waiting

Re: Linux read only files

2002-06-23 Thread Alex
Are you in the correct directory? When you write a file through CF, who is the owner? Who does CF run as? Who does the webserver run as? -Original Message- From: Ronald West [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Date: Saturday, June 22, 2002 10:53 AM Subject: RE: Linux

DreamWeaver MX slow save.

2002-06-23 Thread Neil H.
Anyone notice it takes forever to save the files in DreamWeaver MX? I don't have it saving the file to the server upon save. It is saving to my local machine only. Any ideas? Also loading larger files seems tough. Neil Heuer [EMAIL PROTECTED]

RE: New artwork available!

2002-06-23 Thread Phillip Beazley
At 03:45 PM 6/23/2002 -0400, you wrote: sarcasm_mode Once you offer CFMX (official) support for Deerfield Website Pro I'll be glad to put the powered by buttons on sites we create. Us website Pro religious fanatics are always willing to jump on the bandwagon as long as you are preaching our

RE: DreamWeaver MX slow save.

2002-06-23 Thread Stacy Young
Its only slow for me when working with mapped network drives...or if I have it set to auto update on the remote server...Locally has always been pretty quick... -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 23, 2002 11:00 PM To: CF-Talk Subject:

CFSILENT on MX?

2002-06-23 Thread Stacy Young
Wonder if this adds overhead in MX? Have a feeling it may just drop the code when compiling meaning to parsing overhead... Anyone know? Stacy Young System Integration Specialist, Architecture Surefire Commerce http://www.sfcommerce.com http://www.sfcommerce.com (p) 514-380-2700 ext: 3234

Re: DreamWeaver MX slow save.

2002-06-23 Thread Neil H.
Yeah I Have neither and its still a problem! Neil - Original Message - From: Stacy Young [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, June 23, 2002 11:19 PM Subject: RE: DreamWeaver MX slow save. Its only slow for me when working with mapped network drives...or if I

templates held in database

2002-06-23 Thread NZERN National Office
Hi My question. Is it possible to store the contents of a CF template in a SQL7 table, insert that into another template with a query and for it to work? If it does, are there any restictions. Thanks for any simple answers Mike NZERN National

Re: templates held in database

2002-06-23 Thread Michael Dinowitz
You can do it with functions and variables, but not with CF tags. Hi My question. Is it possible to store the contents of a CF template in a SQL7 table, insert that into another template with a query and for it to work? If it does, are there any restictions. Thanks for any simple

Re: Exclusive Lock timeout question

2002-06-23 Thread S . Isaac Dealey
Perhaps you shoudl use CFTRANSACTION, it will atomize the individual queries ... that is... you have an available quantity, say 5, and 2 customers customer one comes in he wants 3 items, and customer 2 comes in he wants 3 items, your code is CFTRANSACTION CFQUERY get number of

RE: templates held in database

2002-06-23 Thread Matthew Walker
You can't process CF code directly out of a database. What you can do is read it out of the db, write it to a temporary file, then cfinclude the temporary file, then delete the temporary file. Another simpler approach would be to store the meta data in the db (if there is any, e.g. template ID,

Re: templates held in database

2002-06-23 Thread S . Isaac Dealey
Hi Mike, CFML doesn't have any built-in evaluation feature, the way that you might evaluate code in say JavaScript by building a long string and then using eval(myJavaScriptString) to execute that code ... So in order to execute cfml code which has been stored in the database, you would first

Re: Exclusive Lock timeout question

2002-06-23 Thread James Sleeman
I've been under the impression that cftransaction serializes access to the entire datasource ... in which case I think I would be more inclined to use the named cflock approach since it wouldn't affect the performance of any other pages which might be accessing other parts of the db in

RE: Exclusive Lock timeout question

2002-06-23 Thread Kwang Suh
CFTRANSACTION allows different levels of isolation, depending of course on the database and the database drivers you're using. -Original Message- From: James Sleeman [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 23, 2002 10:04 PM To: CF-Talk Subject: Re: Exclusive Lock timeout

Re: templates held in database

2002-06-23 Thread Michael Dinowitz
This is a date: #now()#. it can also look like this #dateformat(now())# The above is a string saved in a DB. Lets say its saved as a field teststring. We can do this to evaluate it. #Evaluate(''teststring'')# Basically, any functions, udfs and variables can be evaluated in this way. 1.

RE: templates held in database

2002-06-23 Thread Matthew Walker
I meant you can't process the code you will need to build a template in a database. But that sounded kinda clumsy. -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Monday, 24 June 2002 4:24 p.m. To: CF-Talk Subject: Re: templates held in database This

Re: templates held in database

2002-06-23 Thread Michael Dinowitz
It does sound a bit clumsy. I guess the question to the original poster is what type of CF code is he going to store. If its not tags, then no problem. And placing it in the DB simply involves escaping the pound signs (using ##) so that the function/variable is not evaluated yet. I meant

Re templates held in database

2002-06-23 Thread NZERN National Office
It is tags. Perhaps there is another way to approach this. The website uses a standard CF template that includes 3 other templates using CFInclude (top, footer, bar) plus one with the content that is always different. The Content template querys are different, layout is different, some are lists,