Re: On the fly DSN creation, why?

2003-11-23 Thread Dave Carabetta
This is a definite archive search, but I could swear somebody posted a way to do this using MS Access. I have no recollection at all of the details, but an archive search may help. Officially though, the "CF 5" way of creating dsn-less connections was deprecated because (I believe) JDBC does not s

RE: On the fly DSN creation, why?

2003-11-23 Thread Tony Weeg
better word, deprecated...im pretty sure, either with mx or 6.1 tony -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Sunday, November 23, 2003 11:00 PM To: CF-Talk Subject: RE: On the fly DSN creation, why? im not sure, but i think that the connectionString option has

RE: On the fly DSN creation, why?

2003-11-23 Thread Tony Weeg
im not sure, but i think that the connectionString option has been disabled? tony -Original Message- From: Seibert Don R [mailto:[EMAIL PROTECTED] Sent: Sunday, November 23, 2003 10:42 PM To: CF-Talk Subject: RE: On the fly DSN creation, why? Does ColdFusion MX 6.1 give you the ability

RE: On the fly DSN creation, why?

2003-11-23 Thread Seibert Don R
Does ColdFusion MX 6.1 give you the ability to create DSNs on the fly?   _   From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Sunday, November 23, 2003 8:27 PM To: CF-Talk > Hi, I'm wondering why people like creating DSNs on the fly. > What benefit do you think it gives you? You don't ne

Re: 3 select Calendar pop-up

2003-11-23 Thread Bob Haroche
I was going to suggest the same thing. If Dwayne is interested in a custom tag that does what he wants with drop down select form fields, he can look here: http://www.vawter.com/index.cfm?fuseaction=cf.date - Regards, Bob Haroche O n P o i n t  S o l u t i o n s www.OnPointSolutions.

Re:OT: SQL Query

2003-11-23 Thread Harley Friedman
Lakes Table: lakeID, lakeName Guide Table guideID, companyName Fusion Table fusionID, lakeID, guideID Several solutions: 1. The two query solution: Select LakeID, LakeName >From Lakes Select LakeID >From FusionTable Where

Re:CFC Web Service: ClassNotFoundException

2003-11-23 Thread Roger Benningfield
>When you changed the webroot, did you do that only in the web server >administration interface? Dave, Thanks for the response. Just the web server... I've never had to admin a production CF box before (I've always had someone else do it), so I'm not even sure how to tell CF that things have chan

Re:CFC Web Service: ClassNotFoundException

2003-11-23 Thread Roger Benningfield
A little additional info on this problem: (1) If it makes any difference, this is a Win2k3 box. (2) I can confirm it's some sort of directory issue. CFCs placed inside inetpub/wwwroot work just fine, with their classes being generated directly inside the cfc-skeletons directory, even when the sou

RE: On the fly DSN creation, why?

2003-11-23 Thread Bryan F. Hogan
> not always the case, user managed ISP "control panels" would require on the fly functionality. Ok, this is a good reason. Thanks for your post. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: On the fly DSN creation, why?

2003-11-23 Thread Paul Hastings
> In this case it is someone wishing to apply a DSN that is not authorized > by the host company. Otherwise one has access to the administrator. not always the case, user managed ISP "control panels" would require on the fly functionality. [Todays Threads] [This Message] [Subscription] [F

RE: On the fly DSN creation, why?

2003-11-23 Thread Bryan F. Hogan
> You don't need access to the CF Administrator in that case. In this case it is someone wishing to apply a DSN that is not authorized by the host company. Otherwise one has access to the administrator. Thanks for your reply [Todays Threads] [This Message] [Subscription] [Fast Unsubscrib

Re: Coldfusion 5 Pro for sale

2003-11-23 Thread Jim McAtee
I take you're no longer using CF, rather than having upgraded this license to CFMX?  Or perhaps you've decommissioned a server? Anyone know off-hand what Macromedia's policy is in regard to the transferring CF Server licenses? - Original Message - From: "Benjamin Rosenthal" <[EMAIL PROTE

CFusion_VerifyMail counterpart in CFMX?

2003-11-23 Thread Matt Robertson
I'm trying to set up a way to verify a mail server with CFMX for use on my server monitor.  I used to use cfusion_verifymail(), but can't with MX.  I found the code below, but I can't get it to return anything (determined via a cfdump) no matter how much I tinker with it. I must be doing something

RE: CFC Web Service: ClassNotFoundException

2003-11-23 Thread Dave Watts
> Maybe I'm missing something painfully obvious, but I've > Googled high-and-low without success. I've got no problem > with calling CFCs directly within CFML. They can be browsed > with the cfcexplorer without incident. But when I try to > bring up the WSDL for any of them, I get an error. (In

RE: On the fly DSN creation, why?

2003-11-23 Thread Dave Watts
> Hi, I'm wondering why people like creating DSNs on the fly. > What benefit do you think it gives you? You don't need access to the CF Administrator in that case. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 [Todays Threads] [This Mes

On the fly DSN creation, why?

2003-11-23 Thread Bryan F. Hogan
Hi, I'm wondering why people like creating DSNs on the fly. What benefit do you think it gives you? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

OT: Coldfusion 5 Pro for sale

2003-11-23 Thread Benjamin Rosenthal
I have a used copy of Coldfusion 5 Server Professional for sale.  It's in the original box with manuals, CD, serial, and Allaire partner guide (now that should come in handy.  ;0  ). email [EMAIL PROTECTED] if interested. thanks, -B [Todays Threads] [This Message] [Subscription] [Fast Uns

Re:CFC Web Service: ClassNotFoundException

2003-11-23 Thread Roger Benningfield
>Try setting a mapping for the directory "f:\websites" in the ColdFusion Administrator. Thanks for the response. Unfortunately, that was one of the first things I tried, with no success. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: 3 select Calendar pop-up

2003-11-23 Thread Jim Davis
Are you talking about interface or the results? If just the results couldn't you just separate them out later (perhaps using the DatePart() function)? Jim Davis -Original Message- From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sent: Sunday, November 23, 2003 12:51 PM To: CF-Talk Subjec

3 select Calendar pop-up

2003-11-23 Thread Dwayne Cole
My form fields for entering dates have three drop downs, one for months, on for the day, and one for the year. I'm looking for a calendar pop-up script that faciliates data entry in my Date fields.  I discovered several but they all return the date to one field. Dwayne Cole, MS in MIS, MBA   Cert

Re:CFC Web Service: ClassNotFoundException

2003-11-23 Thread Danielle Romain
Try setting a mapping for the directory "f:\websites" in the ColdFusion Administrator. >Maybe I'm missing something painfully obvious, but I've Googled >high-and-low without success. I've got no problem with calling CFCs >directly within CFML. They can b

RE: SessionTracker and session expiration

2003-11-23 Thread Benoit Hediard
This is the one! Thanks Chris. Benoit Hediard www.benorama.com www.affinitiz.com   -Message d'origine-   De : chris kief [mailto:[EMAIL PROTECTED]   Envoyé : samedi 22 novembre 2003 18:51   À : CF-Talk   Objet : RE: SessionTracker and session expiration   Sam Neff talks about the reflect

Re: CFMX 6.1 Log Files Diappearing?

2003-11-23 Thread Craig Earls
Not sure what actualy hapened here, for a few days the logs were not getting updated, then they started working.  I wished I could say why, but I can't. On Sat, 22 Nov 2003 20:04:01 -0600, you wrote: >Do you happen to have a cferror catching your errors?  They don't get >logged unless you cfthro