RE: CFX_image

2002-07-01 Thread Tien Vo
Mike, Nope, that did not solve it.. Tien. -Original Message- From: Tien Vo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 2 July 2002 4:56 PM To: CF-Talk Subject: RE: CFX_image Thanks Mike, I will give it a try.. Tien -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED]

RE: CFX_image

2002-07-01 Thread Tien Vo
Thanks Mike, I will give it a try.. Tien -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 2 July 2002 4:22 PM To: CF-Talk Subject: RE: CFX_image Tien, we have had issues when we did not use CFLOCK tags around CFX tags. I would recommend trying that to see

RE: CFX_image

2002-07-01 Thread Mike Brunt
Tien, we have had issues when we did not use CFLOCK tags around CFX tags. I would recommend trying that to see if it cures the problem for you. Mike Brunt - CTO Webapper Services LLC http://www.webapper.com Downey CA Office 562.243.6255 "Making the NET Work" -Original Message- From: Ti

RE: Query on text column - how to improve performance ?

2002-07-01 Thread Kwang Suh
Hmm... Have you tried using full text search indexing instead? You have a litany of mistakes... You didn't normalize your database. You have OR clauses in your query - thus your query is non-SARGable. You're using a wildcard on the right side of the expression - thus any indexes on those column

CFX_image

2002-07-01 Thread Tien Vo
Hi All, We've downloaded cfx_image tag (version 1.4 I think) and use it within our cold fusion application, everything seems fine until recently, we face this error: Error: WRITE command could not be executed Can anyone tell me or have any suggestions to what might cause this problem and how to

WDDX Structure Deserialization and posting to db

2002-07-01 Thread Mark Leder
I want to pass a WDDX packet (containing a structure) between two servers. On the receiving server, I want to deserialize the packet then write it to a database. Is there a right way to accomplish the posting to the database, so that the receiving server recognizes that a packet is being sent

Re: 4 million messages per hour - is it possible?

2002-07-01 Thread Howie Hamlin
You can achieve this volume of mail with load-balancing iMS POST Enterprise servers. Each iMS Enterprise POST server has the ability to push upwards of 20 million emails per day (this number can be more or less depending on the size of the mail, the internet connection, customization of the mai

Query on text column - how to improve performance ?

2002-07-01 Thread Vishal Narayan
In one of my stored procs, I have a query that performs a keyword search (keywords are always strings) on many columns, and returns the resultset. The query is as folllows: SELECT a.cnd_id, a.cnd_update_date FROM candidatemaster a inner join candidateresume b on a.cnd_id = b.cnd_id WHERE ((a.c

RE: 4 million messages per hour - --- CFMAIL Branch off.

2002-07-01 Thread Pete Freitag
I can answer that with an example. We email our clients with a password so they can download products. We used CFMAIL and had a couple people each day email us saying that they didn't get the password. It worked fine for the majority of the people. Their email addresses were correct because we

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Pete Freitag
Actually that's an outdated statement (version 1.0), I just updated the web page. ActivMail can send more than 1000 messages per minute on one server. The current version of ActivMail allows you to specify multiple SMTP servers to distribute load, this improves performance quite a bit and makes

Re: 4 million messages per hour - --- CFMAIL Branch off.

2002-07-01 Thread Jason Miller
I have no business asking about 4 million messages - but I am curious as to why the cfmail tag is so "voodo" I find it so amazingly quick now to grab some information from a form - and generate a few emails. Some times the key to developing is efficiency. But I am curious technically why you wou

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Tilbrook, Peter
Pete Freitag hangs around CF-Talk and should be able answer this. -Original Message- From: Justin Greene [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 2 July 2002 12:55 PM To: CF-Talk Subject: RE: 4 million messages per hour - is it possible? "It is capable of sending up to a thousand emai

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Justin Greene
"It is capable of sending up to a thousand emails per minute efficiently and reliably," if it could do this per second, it might work... Justin > -Original Message- > From: Tilbrook, Peter [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 10:41 PM > To: CF-Talk > Subject: RE: 4 m

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Tilbrook, Peter
How about ActivMail? http://www.cfdev.com/activmail/ -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 2 July 2002 12:32 PM To: CF-Talk Subject: RE: 4 million messages per hour - is it possible? > CF takes it square on the chin because the CFMAIL tag is rat

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Justin Greene
> -Original Message- > From: Matt Liotta [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 10:09 PM > To: CF-Talk > Subject: RE: 4 million messages per hour - is it possible? > > Using CF makes a lot of sense if the organizations knowledge > is with CF. > Writing a multi-threaded

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Matt Liotta
> CF takes it square on the chin because the CFMAIL tag is rather weak and > polling frequency, maximum records in a directory and lack of expansion > are > nil > That is only if you actually use the tag. I wouldn't be caught dead using the tag for anything whether it was a single message o

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Paris Lundis
With web development all app servers and architectures fail when it comes to such a large volume of anything... In order to pull the aforesaid off a lot of business rules need decided... like unsubscribe mechanism, separation of this mailing cluster from rest of core business machinery and network

Re: Is there a more decent way to show odbc errors?

2002-07-01 Thread Jason Miller
Also the easiest - but most general is just design your own 404 and missing template / error pages and set them up in the cfadmin - You can cover most low level errors just by doing that alone if that suffices. jay Mike Brunt wrote: >There are many levels of error handling capabilities offered

Re: Restricting folders under root from Verity

2002-07-01 Thread Jason Miller
Just add a recurse = No as a sample is below to the indexing page which runs the index. I was unable to figure out why mine was not working - and it seemed that if your collection was setup on the server as recurse=no in CF Admin - but in the .cfm page doing the indexing - it was not stated - o

RE: What does this error mean.

2002-07-01 Thread mark brinkworth
I haven't seen this error for a while, although from what I recall, it occured in one of the following cases: 1) CF didn't have write permissions to the Windows WINNT directory for file uploads (on initail upload the files go into the temp directory, then get copied across) 2) CF has a large

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Matt Liotta
Using CF makes a lot of sense if the organizations knowledge is with CF. Writing a multi-threaded high-performance C++ application to pull data from a database and generate email files would take quite a bit of work as compared to a CF based application. The fact that you used C++ and tight in the

RE: this list

2002-07-01 Thread S . Isaac Dealey
Perhaps the list is suffering from an inferiority complex related to the thread about 4 million messages per hour... :) > Michael, > Yes, I am new to this list, however i am far from new to > mailing > lists, thank you! > I would call this list over the past few days severely > sporadic > but n

Re: CFGRAPH Replacement?

2002-07-01 Thread Howie Hamlin
Here's one: http://www.cfxgraphicsserver.com/ HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server >>> Find out how iMS Stacks up to the competition: >http:

Re: Restricting folders under root from Verity

2002-07-01 Thread Chris Williams
Thank you, Dave! That worked like a charm. I appreciate it. Chris - Original Message - From: "Dave Watts" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 01, 2002 7:30 PM Subject: RE: Restricting folders under root from Verity > > I have a verity

CFGRAPH Replacement?

2002-07-01 Thread Brian Scandale
I'm searching for a replacement for cfgraph if anyone can point me... I need to display several data sets on one graph. VERY much appreciated. Brian __ Signup for the Fusion Authority news alert and keep up with the latest ne

RE: Is there a more decent way to show odbc errors?

2002-07-01 Thread Mike Brunt
There are many levels of error handling capabilities offered up by ColdFusion and this of course extends to SQL-ODBC errors. The best articles on this I saw were some published in the ColdFusion Developers Journal over 4 issues I think back in 2000, you need to be a subscriber to view them - htt

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Justin Greene
I have to say that CF does not sound like the best tool to use for something like this. Perhaps it can be done... write to the spool directly and let DART (if they still use that for mail) pick up the messages and send them, but CF is not that fast and if you want to handle max volume on min hard

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Christopher Olive
you could do one of two things, actually. 1) use CFFILE to write a raw message to the SMTP queue directory. simple format, really. let the SMTP queue handle routing and such. 2) use CFOBJECT and CDO to create an SMTP mail object native to windows. create it, write a message using the object's

Re: Is there a more decent way to show odbc errors?

2002-07-01 Thread Dick Applebaum
try cftry On Monday, July 1, 2002, at 05:46 PM, bajaria aslam wrote: > Hi All, > > The ODBC errors that SQL Server generates stop the > flow of the program, and they should. But, the error > message that comes up is very ugly. > > Is there a way to show more decent error. Can we > capture the

Is there a more decent way to show odbc errors?

2002-07-01 Thread bajaria aslam
Hi All, The ODBC errors that SQL Server generates stop the flow of the program, and they should. But, the error message that comes up is very ugly. Is there a way to show more decent error. Can we capture the error message from the database into a variable and display it nicely? specially if the

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Matt Liotta
We did use CF to generate the email files. I can't say how, but I can tell you that using and to accomplish writing millions of files in a short period of time is not a problem. -Matt > -Original Message- > From: Jeff Green [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 5:0

Is there a more decent way to show odbc errors?

2002-07-01 Thread bajaria aslam
Hi All, The ODBC errors that SQL Server generates stop the flow of the program, and they should. But, the error message that comes up is very ugly. Is there a way to show more decent error. Can we capture the error message from the database into a variable and display it nicely? specially if the

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Tony Weeg
please keep me and my email addresses away from that email monster :) tony -Original Message- From: Shawn McKee [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 6:40 PM To: CF-Talk Subject: RE: 4 million messages per hour - is it possible? And in just over two months you have s

RE: this list

2002-07-01 Thread Tony Weeg
Michael, Yes, I am new to this list, however i am far from new to mailing lists, thank you! I would call this list over the past few days severely sporadic but not buggy as I had stated in my previous message. i made the post that you replied to, sometime this afternoon, not 6:28 pm. sorry t

RE: Restricting folders under root from Verity

2002-07-01 Thread Dave Watts
> there was/is a customm tag from the MM developer exchange > that can do this. Since the original poster only wants to search the root directory, the custom tag isn't necessary. That custom tag allows you to conditionally search subdirectories, or exclude them from being searched; if you don't

RE: Restricting folders under root from Verity

2002-07-01 Thread Alex
there was/is a customm tag from the MM developer exchange that can do this. On Mon, 1 Jul 2002, Dave Watts wrote: > > I have a verity search which I use the following path for: > > > > w:\inetpub\wwwroot\myname\www > > > > Verity right now searches everything under that www folder. > > I have s

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Andres
Sounds like you used CF to admin the system... not necessarily read the data from the DB, compose the message and actually deliver it to lsmtp. An overview of your system, plus what technologies were used to implement each step would be greatly appreciated! Andres Leon -Original Message-

RE: CFMX / Client Variables as cookies

2002-07-01 Thread Tom Nunamaker
IIS (Until WSP works with CFMX) on Windows 2000 Tom -Original Message- From: SoW [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 3:39 PM To: CF-Talk Subject: Re: CFMX / Client Variables as cookies Two other people mailed me saying they're having this problem too, so that makes

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Jeff Green
That makes sense :) Did CF call a componet that wrote the files to the queue. I dont assume you did the following but I must ask to make sure. Did you happen to write the files by querying the DB for addresses then looping over the query (Ive heard cfloop is very slow) and using cffile to wri

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Matt Liotta
Nope, can't be done using cfmail. We wrote files directly to the mail server's queue. -Matt > -Original Message- > From: Jeff Green [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 4:10 PM > To: CF-Talk > Subject: RE: 4 million messages per hour - is it possible? > > How exact

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Matt Liotta
Back when I developed it we could get about 1.5 million emails an hour out per machine. I expect that number would be higher now as that was about three years ago. -Matt > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 3:44 PM > To: CF-Ta

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Matt Liotta
I can't give away all the details of course, but I am willing to answer any question(s) people might have based on my experience doing it. -Matt > -Original Message- > From: Jeff Green [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 3:49 PM > To: CF-Talk > Subject: RE: 4 milli

RE: Restricting folders under root from Verity

2002-07-01 Thread Dave Watts
> I have a verity search which I use the following path for: > > w:\inetpub\wwwroot\myname\www > > Verity right now searches everything under that www folder. > I have sub folders under www like > > www > ---Hidden > ---Private > ---Other > ---Folder > document1.htm > document2.cfm > document3

Re: CFMX / Client Variables as cookies

2002-07-01 Thread SoW
Two other people mailed me saying they're having this problem too, so that makes 4 of us.. CFMX and cookie client variables not working, anyone got any ideas? I'm running linux 6.2 BTW. - Original Message - From: "Tom Nunamaker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent:

RE: Can you pass a structure between pages in a hidden form field ?

2002-07-01 Thread Dave Watts
> Can you pass a structure between pages in a hidden form > field or do you have to use a session variable. I supposed > you could pass turn it into a list or maybe an array and > pass it in the form. Does anybody have a suggestion as to > the preferred method? If you're already using the Sess

Can you pass a structure between pages in a hidden form field?

2002-07-01 Thread David Caplan
Can you pass a structure between pages in a hidden form field or do you have to use a session variable. I supposed you could pass turn it into a list or maybe an array and pass it in the form. Does anybody have a suggestion as to the preferred method? thanks, David Caplan ---

Restricting folders under root from Verity

2002-07-01 Thread Chris Williams
Hi all, I have a verity search which I use the following path for: w:\inetpub\wwwroot\myname\www Verity right now searches everything under that www folder. I have sub folders under www like www ---Hidden ---Private ---Other ---Folder document1.htm document2.cfm document3.html I want verity t

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Mark Warrick
Paris (and others), I like the optimistic tone of your message. It brings me hope that I might actually be able to pull this off. I was thinking along the same lines that a distributed solution with a powerful piece of mailing software would probably be the best idea. Plus of course, distribut

RE: Netscape and MX

2002-07-01 Thread Blain, Shaun
Debugging is not turned on. Let me add some more information to this. The page will display correctly until you click on a link. It doesn't matter if the link has JavaScript associated with it or not, but the display corruption only happens on those pages where I am using DHTML in some way. -

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Jeff Green
How exactly is this cf driven. Cant imagine you did it with cfmail. Jeff -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 3:25 PM To: CF-Talk Subject: RE: 4 million messages per hour - is it possible? I developed a system using LSMTP that cou

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Paris Lundis
yeah of course I am interested too... -paris Paris Lundis Founder Areaindex, L.L.C. http://www.areaindex.com http://www.pubcrawler.com (p) 1-212-655-4477 [finding the future in the past, passing the future in the present] [connecting people, places and things] -Original Message- From: J

Re: Netscape and MX

2002-07-01 Thread James Sleeman
> We are in the process of changing these over to run on MX. The problem is > that anything with DHTML ends up causing the text in Netscape to change to > either a little box indicating a character not supported for display by > windows or a little cross like symbol. Everything still works fine in

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Shawn McKee
And in just over two months you have sent an e-mail to everyone in the world! Shawn McKee -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 5:32 PM To: CF-Talk Subject: RE: 4 million messages per hour - is it possible? holly cow... 4 million g

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Dave Watts
> I developed a system using LSMTP that could easily do 4 > million messages per hour that was driven from CF. Was that using more than one box to run LSMTP? I thought you could only get about 2 million messages per hour through LSMTP Unlimited. Of course, I feel kind of silly using the word "on

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Paris Lundis
and they say also about LSMTP: Fast: LSMTP can perform 600,000 deliveries per hour on a 733 MHz Pentium III system, while an AlphaServer can handle more than 1.8 million hourly deliveries. Reliable: L-Soft has been using LSMTP in house since 1995 to operate the largest LISTSERV site in the worl

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Paris Lundis
LSMTP stats .. well marketing info... http://www.lsoft.com/products/default.asp?item=lsmtpstats -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 6:25 PM To: CF-Talk Subject: RE: 4 million messages per hour - is it possible? I developed a syste

Re: CF 4.51 and Delete query Row (td)

2002-07-01 Thread Troy Simpson
It appears that the following does not work: Since a query is a Structure of mostly Arrays, I figure that I can use the column list to get a list of arrays in the query structure and use the ArrayDeleteAt Function to delete the associated element for the row. Anyone know how to delete a row from

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Paris Lundis
holly cow... 4 million geez... I am not asking who this is for.. that's a gross amount of emails... First off, I haven't created such a tool... Let's talk about theory here... With CF you can expect how many simultaneous pages per second performance wise? 50-100 on a nice box with tight code..

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Jeff Green
Feel free to elaborate :) j -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 3:25 PM To: CF-Talk Subject: RE: 4 million messages per hour - is it possible? I developed a system using LSMTP that could easily do 4 million messages per hour that

Re: 4 million messages per hour - is it possible?

2002-07-01 Thread Justin Scott
I hope the customer has a nice net feed. Assuming each message (with headers) is 1024 bytes, it would require about 9.2 Mbit/s just for the messages, not even including the TCP/IP overhead, etc. To get that many messages, you're looking at multiple SMTP spooling servers (the IIS SMTP spooler on

Re: Refresh clicking

2002-07-01 Thread Jon Hall
If you are refreshing the source of a page or a frame src, it's going to click. No programmatic way around it. Either use Flash, Java, Activex, or use one of the javascript > server communication methods to get your data. This chat program uses setInterval to change a script src every 2.5 seconds.

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Matt Liotta
I developed a system using LSMTP that could easily do 4 million messages per hour that was driven from CF. -Matt > -Original Message- > From: Mark Warrick [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 3:15 PM > To: CF-Talk > Subject: 4 million messages per hour - is it possi

RE: 4 million messages per hour - is it possible?

2002-07-01 Thread Jeff Green
Thats what im talking about :) -Original Message- From: Mark Warrick [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 3:15 PM To: CF-Talk Subject: 4 million messages per hour - is it possible? Hello, Has anyone had experience in creating an emailing solution driven by ColdFusion

4 million messages per hour - is it possible?

2002-07-01 Thread Mark Warrick
Hello, Has anyone had experience in creating an emailing solution driven by ColdFusion and SQL on any platform with any mail server that is capable of handling 4 million deliveries an hour? If so, would you care to share what software you used to make it happen? And do you have a live example o

Re: Runaway clients

2002-07-01 Thread Matt Robertson
Check your logs to see if its coming from a browser named Scooter-3.2.EX crawling search-engine friendly urls. I think thats either AOL or Alta Vista. Bottom line is Scooter is freaking over SES urls. Apparently its treating each url as a starting point, and from each of these 'starting poin

RE: Average Orders Per Day

2002-07-01 Thread Ken Beard
select avg(field) group by day -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 4:18 PM To: CF-Talk Subject: RE: Average Orders Per Day what DB? +---+ Bryan Love Macromedia Certified Professional

Re: this list

2002-07-01 Thread Paul Giesenhagen
Yeah Michael, whats the deal!! :) - Original Message - From: "Michael Dinowitz" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 01, 2002 3:53 PM Subject: Re: this list > Your new to the list so you saw this mornings problem as a big thing. Normally, we have a s

CF 4.51 and Delete query Row (td)

2002-07-01 Thread Troy Simpson
All, I am utilizing a query structure and using query functions to add more data to the structure. I'm able to add new rows to the query structure and add new data, but how do I delete a row of data from the query structure? Since a query is a Structure of mostly Arrays, I figure that I can use

Re: this list

2002-07-01 Thread Michael Dinowitz
Your new to the list so you saw this mornings problem as a big thing. Normally, we have a steady stream from the list with no problems at all. Now what do you think it buggy? > why is this list sooo sporadic and buggy? > > ..tony > > Tony Weeg > Senior Web Developer > Information System Desig

this list

2002-07-01 Thread Tony Weeg
why is this list sooo sporadic and buggy? ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 __ Your ad could be here. Monies from ads go to su

RE: CFMX / Client Variables as cookies

2002-07-01 Thread cameronc
> I had the same problem. Am now using DB for client storage but would > prefer cookie. Ideas anyone? I actually have never used cookies to store my client variables, but something just occured to me. Why ever use client variables at all if you are just gonna be storing them in cookies? Might

Re: Average Orders Per Day

2002-07-01 Thread Nicholas Bourgeois
> what DB? MS SQL Server. Nick __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfu

Community Resources for O'Reilly's Programming ColdFusion MX

2002-07-01 Thread Rob Brooks-Bilson
Greetings everybody, I'm finishing up the 2nd edition of O'Reilly's Programming ColdFusion (MX), and am updating the list of community resources in one of the appendicies. As I'd hate to leave anyone out, I'm posting this general request to the list. If anyone has a resource they would like to s

Re: Runaway clients

2002-07-01 Thread Michael Dinowitz
That was my speculation. I had no clue that the app was using clientmanagment and the default (registry) at that. I'm checking if there's actually a need for it and if not, I'm removing it. It may not solve the problem, but it's a good start. > > WSP man, Web Site Pro. Not IIS, there are serv

RE: Runaway clients

2002-07-01 Thread cameronc
> WSP man, Web Site Pro. Not IIS, there are servers other than > IIS and Apache available :) Timothy and Tom, thanks for the obligatory corrections. :) Michael, if you are still looking into the Fusebox app, I have a theory on what could cause this problem. FB apps frequently use a bunch of C

RE: CFMX / Client Variables as cookies

2002-07-01 Thread Tom Nunamaker
I had the same problem. Am now using DB for client storage but would prefer cookie. Ideas anyone? Tom -Original Message- From: SoW [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 2:06 PM To: CF-Talk Subject: Re: CFMX / Client Variables as cookies Weird. No matter what I do,

RE: Average Orders Per Day

2002-07-01 Thread Bryan Love
what DB? +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst Telecommunication Systems [EMAIL PROTECTED] +---+ "...'If there must be trouble, let it be in

Netscape and MX

2002-07-01 Thread Blain, Shaun
I have a group of applications that currently run on CF 5.0 for production. These applications use DHTML for menuing and work fine in both IE 5.x and Netscape 4.7+ We are in the process of changing these over to run on MX. The problem is that anything with DHTML ends up causing the text in Netscap

Re: SQL: Average Orders Per Day

2002-07-01 Thread S . Isaac Dealey
> I need to construct a SQL statement to get the average number of orders > per day, but I can't figure it out. > > The table name is "orderSummary" and the date field is named "ordDate." .. Over a series of days I assume... Typically the problem here is that you have a series of dates with time

Re: DB layout questions...please help!!!

2002-07-01 Thread BEN MORRIS
Don't mean to be anal, but you should use singular names for the tables, and I would make them more descriptive, like: Vehicle Vehicle_Option Option >>> "Bryan Stevenson" <[EMAIL PROTECTED]> 07/01/02 03:55PM >>> Storing lists is a bad idea. One major reason is the database cannot properly cont

Re: CF function to call queries

2002-07-01 Thread S . Isaac Dealey
> > function fncQryGetAllUsers(recordset,orderby,sort) { > > SELECT * > FROM USERS > ORDER BY #orderby# #sort# > > } > This is producing an error, right? ... In CF 5 you can't use cf ta

RE: CF function to call queries

2002-07-01 Thread Bruce, Rodney S HQISEC/SIGNAL
you could try using fusionscript. It's fairly new. info at www.fusionscript.com you can create functions that can call querys and return the information to update forms -Original Message- From: chris.alvarado [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 12:55 PM To: CF-Talk Su

RE: CF function to call queries

2002-07-01 Thread Raymond Camden
One wouldn't. Use a custom tag if you want to abstract your queries. === Raymond Camden, ColdFusion Jedi Master for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is."

RE: CF function to call queries

2002-07-01 Thread chris.alvarado
Ahhh, Ok so how would one run a query within a cfscript block? -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 2:50 PM To: CF-Talk Subject: RE: CF function to call queries You can't use cftags in cfscript. Please read the documentation on

Re: DB layout questions...please help!!!

2002-07-01 Thread Bryan Stevenson
Storing lists is a bad idea. One major reason is the database cannot properly control data integrity if you store lists of IDs. Best to build it properly the first time, because data changes after the fact SUCK ;-) Now I see my original explanation: > > VEHICLE_INVENTORY_OPTION (1 vehicle_ID

RE: CF function to call queries

2002-07-01 Thread Raymond Camden
You can't use cftags in cfscript. Please read the documentation on cfscript - it should explain a lot. Note that in CFMX you can write UDFs w/ the tag, . This would allow you to write queries in UDFs. === Raymond Camden, ColdFusi

QMail and Bare Linefeeds (was: RE: Mass emailing and drive space)

2002-07-01 Thread cameronc
> I did some research on error #2, is was saying that the > message contained > "Bare LF's", Bare Linefeeds instead of "CR LF's" carriage > return line feeds. > Those messages weren't violating 822bis section 2.3, which > specifically > prohibits all bare LFs. I don't know why the messages would

CF function to call queries

2002-07-01 Thread chris.alvarado
Working on a new application and I wanted to use UDFs to call queries and return the recordset. Not getting the results I am expecting. Never really worked with running queries inside of And not seeming o be able to pass the recordset name to the function. function fncQryGetAllUsers(

SQL: Average Orders Per Day

2002-07-01 Thread Nicholas Bourgeois
I need to construct a SQL statement to get the average number of orders per day, but I can't figure it out. The table name is "orderSummary" and the date field is named "ordDate." Nick __ Signup for the Fusion Authority news al

Re: RE: *CRITCAL FLAW*

2002-07-01 Thread S . Isaac Dealey
I had to deal with this problem recently -- I don't usually do math with JS ( not usually beyond ++ and -- anyway ) ... I wound up doing this: Math.round(myvar*100)/100 To get the correct value to 2 decimal places... Isaac Dealey www.turnkey.to 954-776-0046 > Know what's wierd? All these cal

Re: Refresh clicking

2002-07-01 Thread S . Isaac Dealey
The only way I know of to eliminate it accross all users ( without having to have them turn off their OS defined sounds, etc. ) is to use either a Flash module for the page that needs to refresh ( and collect new data from the page using the new Flash MX loadvars object ) , or to dynamically al

Re: DB layout questions...please help!!!

2002-07-01 Thread Douglas Brown
Would this be correct, if I do not break up the inventory table further? [inventory] id (PK) [optionsList] id (PK) options [options] id (PK) optionList_id (FK_options_optionsList) inventory_id (FK_options_inventory) Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From:

RE: CSS to stop printing part of page SOLVED

2002-07-01 Thread BEN MORRIS
I implemented the following, seems to work just fine, netscape doesn't die at the sight of it (of course it doesn't do anything in NS 4x or 6). in :

RE: Apache 2.0.39 (win) + MX, any progress ?

2002-07-01 Thread Phil Costa
No plans currently. phil -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Friday, June 28, 2002 10:09 AM To: CF-Talk Subject: Re: Apache 2.0.39 (win) + MX, any progress ? "ColdFusion 5 version and earlier versions are not supported with Apache 2.0. ColdFusion

Re: DB layout questions...please help!!!

2002-07-01 Thread S . Isaac Dealey
Hi Doug, You look to be on the right track ... From the table descriptions I'm guessing your queries look like inventory.id = options.inventory_id ... What you'll really need likely is a 3rd table (unless you already have one) which only holds the name and/or description of the option ... so .

Re: CFMX: help using jrun.security.NTAuth (repost)

2002-07-01 Thread erica . vitina
I've been testing the files from that article also. I've not read the article from robrusher.com, so I'll have to go read that. I'm testing in a multiple domain environment, with a mix of NT4 and Active Directory domains. My test server is located in an NT4 domain. I've edited the files so tha

Re: Mass emailing and drive space

2002-07-01 Thread Howie Hamlin
You might want to look at iMS. It's tightly integrated to ColdFusion and can handle a large volume of email (iMS does the mail sending for all of the House of Fusion lists). iMS-SE has many advanced features (including email tokenizations from database queries, delivery notifications and bounc

RE: DB layout questions...please help!!!

2002-07-01 Thread Tony Gruen
Doug, Are you building this from scratch or have you inherited it? Ideally I think you should have one table for Makes (Porsche, BMW, Audi, Ferrari) and another table full of options (Leather, Rear Wiper, Turbo). Then on the cars entry they can select checkboxes for the applicable options and sele

Re: CFFILE not "seeing" value in variable

2002-07-01 Thread Yves Arsenault
Do you have this attribute in your or tag? enctype="multipart/form-data" Yves - Original Message - From: "William H. Bowen" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 01, 2002 2:43 PM Subject: CFFILE not "seeing" value in variable > I am using input t

Re: CFMX / Client Variables as cookies

2002-07-01 Thread SoW
Weird. No matter what I do, I cannot get cookie client variables to work under CFMX, even using the same templates as with CF5. Both are pointing to the same directory, using the same application.cfm how odd. - Original Message - From: "mark brinkworth" <[EMAIL PROTECTED]> To: "CF-T

  1   2   >