Re: CFLDAP and tokengroups

2009-06-23 Thread John J
Hi - I see this mentioned: >I am in more than one group, so I don't think the CFLDAP results are >correct. >>I have asked some Adobe reps to confirm if multi-value, binary >attributes are being handled correctly. It is possible that the >returnasbinary option does not handle multi-valued attrib

RE:

2002-03-15 Thread Rice, John J
Very, very happy with http://cfxhosting.com. They are what you are looking for. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 1:05 PM To: CF-Talk Subject: Does any have first hand expereince with a inexpensive and reilable CF hosti

RE: NULL or 0

2002-01-31 Thread Rice, John J
IS 0, this executes I find that useful in certain situations. Mark -Original Message----- From: Rice, John J [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 7:34 AM To: CF-Talk Subject: NULL or 0 For an Integer or Number field, does it make more sense to default values to N

NULL or 0

2002-01-31 Thread Rice, John J
For an Integer or Number field, does it make more sense to default values to NULL or 0? When used for calculations, a column with NULL could cause a problem (eg. NULL * 2). Columns with NULL will be ignored in and SQL count, but columns with a 0 will be counted. Is this right? Are there other r

Lightning! - New CF Server?

2001-12-05 Thread Rice, John J
Lightning Anyone have any knowledge to share about "Lightning". Rumor blew by that this will be the name for the new CF+++ Server. Is this just another code name? Is it Neo? I heard it comes just short of having it's own operating system. Yet it has everything else you can think of. -John ~

CFHTTP AND Cookies II

2001-10-25 Thread Rice, John J
CFHTTP does not allow a GET request to pass header information (like cookies). CFX_HTTP does allow a GET request to pass header information (like cookies). I recently was given the task of pulling xml from LiveLink and using xslt to reformat the xml and xsl to format the xml to html while being a

RE: ok, OT JS question

2001-09-17 Thread Rice, John J
The best way to do something like that may be to create and html page and use js to open that page in a new window (window.open()). Then use js to pass information back to the opening page from the new window. You then have all the flexability of html formatting. I've used that method for some ti

RE: Small JS Question

2001-08-30 Thread Rice, John J
/**/ /**/ will do what you need. -Rice -Original Message- From: Kevin Mansel [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 1:21 PM To: CF-Talk Subject: Small JS Question Ok, I have a form, I submit the form, the values are passed. And then I do some inserting into my D

RE: Truncate?

2001-08-30 Thread Rice, John J
:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 10:41 AM To: CF-Talk Subject: Truncate? Uh...would someone mind briefing me on the TRUNC or TRUNCATE function? Can't find either in my SQL or CF references. - Original Message - From: Rice, John J To: CF-Talk Sent: Thu

RE: Systdate Query

2001-08-30 Thread Rice, John J
This should work: /**/ WHERE userid='#client.cim_userid#' AND TRUNC(dateTaken) >= TRUNC(TO_DATE('29-8-2001','dd-mm-')) AND TRUNC(dateTaken) <= TRUNC(TO_DATE('29-8-2001','dd-mm-')) /**/ making the date variable of course... I know there is a better way, but off the top of t

RE: Group By..

2001-08-24 Thread Rice, John J
think we could all learn by it and I for one would greatly appreciate it. Terry Troxel - Original Message - From: Rice, John J <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 7:58 AM Subject: RE: Group By.. > > to add to the two othe

RE: Group By..

2001-08-24 Thread Rice, John J
to add to the two other posts: GROUP BY in the SQL statement is generally used to do summary reporting. you can only SELECT the columns that you GROUP BY and any other "column" in the SELECT statement must be and aggregate function. GROUP in CFOUTPUT will do the grouping at the client level no

RE: SQL help/group in CFOUTPUT not working??????

2001-08-23 Thread Rice, John J
of names, so adding Order By 3 to the bottom of the query should work HTH Hatton Humphrey > -Original Message- > From: Rice, John J [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 23, 2001 1:00 PM > To: CF-Talk > Subject: RE: SQL help/group in CFOUTPUT not working???

RE: SQL help/group in CFOUTPUT not working??????

2001-08-23 Thread Rice, John J
You may want to append an ORDER BY iCasacApptID to the second query in your UNION. -Original Message- From: Amanda Stern [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 11:34 AM To: CF-Talk Subject: SQL help/group in CFOUTPUT not working?? hello, I've been working on

RE: Cf in Select Stmt help

2001-08-21 Thread Rice, John J
if you are using Oracle use this type of syntax: AND cas.iCasacApptID = cats.iCasacApptID(+) The (+) makes an outer join where cats.iCasacApptID may or may not have a match for cas.iCasacApptID. So all records from cas will come back. A null will be in the cats column where there was not a m

RE: new java script problem

2001-08-21 Thread Rice, John J
You may want to check for a Cold Fusion variable that is has a single or double quote stored in it. Check the html result of you page for extra quotation marks. Something like O'Brian in the CF variable strName here could generate that error. onclick="alert('#strName#')"; strName = replace(st

Newbie Question Post Args / Search Args

2001-02-23 Thread John J McGowan
How do you access Arguments passed to the server in a URL. (GET args or SEARCH args is what I usually call them) for example... http://localhost/index.cfm?productid=23&userid=2 I'm evaluating ColdFusion, and have come across this issue and I can't seem to find the answer anywhere. Seems like

Cold Fusion Methodology

2001-02-22 Thread John J McGowan
I am at a development company with experience developing dynamic web application for our clients. In the past we have used a tool that will remain nameless (Thanks to Pervasives marketing department.) I am in the process of evaluating CF and developing some standards and methodologies for de

removing a the clients registry key

2001-01-25 Thread John J. Kirker
We are having difficulty removing a the clients registry key under: HKEY_LOCAL_MACHINE/SOFTWARE/ALLAIRE/ColdFusion/CurrentVersion/Clients We have gone so far as disabling the CF Apps and rebooting to stop any locking however it still will not allow us to remove it. I've not seen anything like t

RE: Setting up a poll database

2000-12-17 Thread John J. Kirker
Hi John, Here's some code a guy in our office gave me a while back for this: For example, if I was retrieving the responses from a Yes/No survey, I could run the following: SELECT column , Count(*) FROM table GROUP BY column The results could be: column --

OFF TOPIC - HEALTH INSURANCE

2000-11-01 Thread John J. Kirker
Who is the guy in Orange County who's a CF developer and sells insurance??? Please email me private. Thanks, John Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://

[CF-Talk] CF 4.5 HANGING BAD

2000-09-18 Thread John J. Kirker
Hi All, We migrated a clients box from 4.0 to 4.5. Now it's hanging like crazy. We have gotten to the point where we have set an automated process that stops and starts CF every 20 minutes. At peak times we'll have 400-500 simultaneous connections - it's a fairly busy site. Running 4.0 we wer

RE: Verity on a cluster - Never Mind

2000-08-19 Thread John J. Kirker
I figured out the map thing... I was just being lame... Thanks, John -Original Message- From: John J. Kirker [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 19, 2000 8:14 AM To: [EMAIL PROTECTED] Subject: Verity on a cluster Hi all, We've got a couple clusters running and

Verity on a cluster

2000-08-19 Thread John J. Kirker
Hi all, We've got a couple clusters running and were wondering if anyone has any experience working with Verity on a clustered solution. It's a pain in the arse trying to keep all three collections up to date etc. None the less, we are trying to get away from having multiple collections when it

I need some help.... (Oracle)

2000-05-09 Thread John J. Kirker
This is a multi-part message in MIME format. --=_NextPart_000_01B4_01BFB994.7526AAF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hey guys... This may be an off-topic message but I need help - fast... I am getting a daily batch Oracle.d