Can't perform queries in Unix

2001-06-28 Thread W Luke
Hi, I'm trying to run a query - as basic as they come - to insert form data into a table. Except that the server is throwing a strange error at me: An error occurred while attempting to establish a connection to the server. The most likely cause of this problem is that the server is not

Does this work???

2001-06-28 Thread Adkins, Randy
Does this work? I have not seen messages for over 5 days now. I have subscribed, unsubscribed, resubscribed. I am subscribed out... ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Lists

2001-06-28 Thread stas
You could do this in a loop: cfquery name=qryOne datasource= dbtype=ODBC SELECT myValueOne FROM tblOne /cfquery cfloop query=qryOne cfloop list=#qryOne.myValueOne# index=i cfquery name=qryTwo datasource= dbtype=ODBC SELECT myValueTwo FROM

RE: CFHTTP Prob

2001-06-28 Thread Larry Juncker
Jim I am using that very setup and my code works very well. Do you not have a return variable set up so that you can check the results. If you CFOUTPUT#CFHTTP.FileContent#/CFOUTPUT You should get a result from your processing company that you can read. Sometimes if it is coming back in XML,

Re: CFMAIL practical limits

2001-06-28 Thread tom muck
Have you found a setting that allows you to spool more than 100 messages every 15 seconds? With those limits set by the CF Administrator we've only been able to dump 24,000 messages per hour to our mail server. tom Dylan Bromby [EMAIL PROTECTED] wrote in message

RE: CFMAIL practical limits

2001-06-28 Thread Dylan Bromby
This is the code I use. I've found (and I don't know why) it works best when I send batches of 8,000 at a time. 8,000 will spool to the mail server in less than 3 minutes. --Dylan --- CFQUERY NAME=[query] DATASOURCE=[DSN]

Re: Does this work???

2001-06-28 Thread Michael Dinowitz
Due to an impending drive failure I had to build a new box for the lists. Problem is, the DNS for it is taking a lng time to go through to some people (about 15% of the entire list at last count). This is slowly changing, but its a bit out of my hands at the moment. Once the DNS is ok by you,

ot: SQL select all BUT

2001-06-28 Thread Michael Lugassy
Is there a way to run a select statment that fetch ALL (*) colums BUT colum5,coulm6 something which is similiar to: SELECT colum1,colum2,colum3,colum4 ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Does this work???

2001-06-28 Thread Kevin Mansel
Testing. - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 8:10 AM Subject: Re: Does this work??? Due to an impending drive failure I had to build a new box for the lists. Problem is, the DNS for it is taking

Re: CFMAIL practical limits

2001-06-28 Thread tom muck
Have you actually looked at the mail server itself to see if the emails are getting there? I know that CF will send the emails to the cfusion mail spool folder in a matter of seconds, but once the individual emails are in the spool folder, they go out at a rate of 100 every 15 seconds (default

CFCONTENT

2001-06-28 Thread Bruce, Rodney
Hello all I am creating PowerPoint slides using cfcontent. Mostly this works fine. the problem is when a user choices the option Open file from its current position. The file opens fine and shows the slide. but when user moves or clicks on the scroll bar the error The Page cannot be

cfx_imageinfose

2001-06-28 Thread Michael Lugassy
has someone had the problem with cfx_imageinfose that suddently it stoped working? just giving 0,0,0 for all images? Thanks, \ michael. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Does this work???

2001-06-28 Thread Angél Stewart
i.e. you can use the List ARchives to see responses to what you've posted heh heh. -Gel -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Due to an impending drive failure I had to build a new box for the lists. Problem is, the DNS for it is taking a lng time

Re: Does this work???

2001-06-28 Thread Michael Dinowitz
Very true. Problem is, the people who have to hear this aren't getting posts. :) i.e. you can use the List ARchives to see responses to what you've posted heh heh. -Gel -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Due to an impending drive failure I had

Re: Session hijacking - help!

2001-06-28 Thread Scott Weikert
Gang, Thanks for the input. I've done a couple of things to fix this, including the suggestions of: * Including the id/token in the URL * using CFLOCK around any session vars * Setting the locking stuff in the CF Administrator To keep my CFLOCK usage to a minimum, at the top of any page, I'm

SQL single entry question

2001-06-28 Thread Deanna L. Schneider
Hi Folks, I'm having a stupid brain block on this one, and since the list isn't very busy, I thought I'd toss it out there. I have an oracle table like so: POSPERLEN positionid responseid What would the query be to count how many responseid's are in the table only once (a person can have

RE: Session hijacking - help! [sidebar]

2001-06-28 Thread Noel Flatters
Just a quick question about locking session variables. When the timeout attribute of a read-only lock is assigned to the session variable, does the lock last the duration of the timeout specified, or is the variable released once whatever processing is required completes? Cheers | Noel.

Re: How does cold fusion track user w/out cookies

2001-06-28 Thread W Luke
Hi Daniel, If you were tracking users who are logging into a system, you could validate their login and then do something like this: cfset client.userID = '#form.email#' If you had a members-only page, and needed the user to be logged in, you could then check if client.userID is defined: cfif

Session Hijacking, even more...

2001-06-28 Thread Scott Weikert
This is getting WAY strange. I've inserted some extra fields into a database table that is used to track user progress through this application. I've found that not only are people hijacking sessions, but the ID/Token values as well - I've got multiple people in the app at once that are sporting

CFDecrypt URL

2001-06-28 Thread Larry Juncker
Guys; I have lost my decrypted file. Can someone give me the URL again for CFDecrypt? You can send it offline even if someone has it. Thanks inadvance Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, Inc. [EMAIL PROTECTED]

RE: CFDecrypt URL

2001-06-28 Thread Semrau, Steven L Mr SRA
Let's not get started on this again... Steven Semrau SRA International, Inc. Senior Member, Professional Staff [EMAIL PROTECTED] [EMAIL PROTECTED] Com: (703) 805-1095 DSN: (703) 655-1095 -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001

Re: CFDecrypt URL

2001-06-28 Thread Kevin Mansel
I remember the discussion so so well ;o) - Original Message - From: Semrau, Steven L Mr SRA [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 1:38 PM Subject: RE: CFDecrypt URL Let's not get started on this again... Steven Semrau SRA International,

RE: CFDecrypt URL

2001-06-28 Thread Larry Juncker
Your right lets not - I found my file so nevermind Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, Inc. [EMAIL PROTECTED] -Original Message- From: Kevin Mansel [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 3:50 PM To: CF-Talk Subject: Re: CFDecrypt

(admin) What's up

2001-06-28 Thread Michael Dinowitz
I'm happy to say that the net as we know it is more secure today than it was years back. I can speak to this security first hand due to the list problems. Lets examine what's really going on. 1. Anyone who wants to post can. 2. Some people were always receiving mail from the lists. These people

Filtering adult content

2001-06-28 Thread W Luke
Hi, On one of my sites I'm getting increased numbers of Ads of an Adult nature. What I'd like to do is write a Family Filter program which would allow users to turn this on or off, so that children aren't exposed to the content. The actual content of the Ads isn't explicit, but the external

Re: Session Hijacking, even more...

2001-06-28 Thread Bill Davidson
Have you by chance accidentally somewhere hardcoded a URL token into your application? We had a user copy a url to paste somewhere else in our managed content system, and he copied the CFID CFTOKEN bit! Was throwing us for awhile trying to figure out what was going on -Bill brainbox

Word Wrap

2001-06-28 Thread Jim McAtee
First, I'm getting zilch from the list, so please email your replies directly to me. I'm looking for a good (fast) word wrap tag. I've tried out cf_wordwrap from the tag gallery, but it doesn't work very well. I need the tag to preserve any carriage returns and line feeds contained within the

SOT BrainBench CF 4.51 Test

2001-06-28 Thread Dick Applebaum
I just took the BrainBench test for CF 4.51 programming. It consisted of 40 multiple-choice questions. I thought it was reasonable... mostly! I think that 7 or 8 of the questions did *not* belong in the test. They were related to the CF Administrator, Java and C++ programming of CFX custom

Spell Checking a Textarea Field

2001-06-28 Thread Steve Reich
How can I have my users spellcheck a textarea? Thanks, Steve ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

Re: Spell Checking a Textarea Field

2001-06-28 Thread Michael Dinowitz
Any way I can think of is to have the text 'sent' to the server to be run through something like Ben's CFX_Spell. You can do it on form submit or you can have an onchange event do a popup with the 'wrong' words. Either way, you need something on the server. To have anything on the client is going

Re: Spell Checking a Textarea Field

2001-06-28 Thread Dick Applebaum
Steve This is brute force, but practical... especially if need industry-specific dictionaries (medical, legal, etc)... copy/paste to a wp or other local program This may not be as heretical as it sounds... it is a lot easier to do text entry into a wp than into a browser, so why not