Switching to CFMX

2002-09-30 Thread Rob Rohan
by an error in the exception handling subsystem. This seems like a serious problem with CFMX for a large application using fusebox so I hope someone has experienced this and has a elegant workaround. Any help / comments are appreciated Cheers, Rob Rohan Senior Applications Engineer Regweb, LLC FAQ: http

RE: Switching to CFMX

2002-09-30 Thread Rob Rohan
Thanks Benjamin, I appreciate your response, and I'll check out the xml file - that's a great tip. You will run into this when doing large files or working on a large application http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=3threadid= 385775 The index file I am dealing with

RE: Switching to CFMX

2002-09-30 Thread Rob Rohan
Fusebox but something akin to it). I try to keep individual switch statements to between 5 and 10 case statements with no more than 20. Gets to hard to read otherwise. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Rob Rohan [mailto:[EMAIL

RE: Fusebox and CFMX was RE: Switching to CFMX

2002-09-30 Thread Rob Rohan
the NET Work -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 4:07 PM To: CF-Talk Subject: Re: Switching to CFMX I've been trying to resist responding to this thread but... On Monday, Sep 30, 2002, at 14:44 US/Pacific, Rob Rohan wrote

RE: opinions about XSL

2002-10-01 Thread Rob Rohan
convert the xml to dom, do your mods and then back to xml, as a CF developer, it much easier to work IMHO with the xml dom as structures etc than messing around with... DOM is nice, but when you start using large XML files, the DOM is a waste of memory and it is slow - if your luck enough to

RE: CFM Files are Locked?

2002-10-01 Thread Rob Rohan
If it is IIS holding it, you can probably stop and start the service to release it -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 2:49 PM To: CF-Talk Subject: RE: CFM Files are Locked? Any way to set that lock period? -Original

RE: opinions about XSL

2002-10-01 Thread Rob Rohan
to manipulate your information. -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 10:05 AM To: [EMAIL PROTECTED] Subject: RE: opinions about XSL convert the xml to dom, do your mods and then back to xml, as a CF developer, it much easier

RE: CFM Files are Locked?

2002-10-01 Thread Rob Rohan
expired while I was walking down the hall... This is enough to make me loose my hair oops.. too late... Shawn -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 3:54 PM To: CF-Talk Subject: RE: CFM Files are Locked? If it is IIS holding

RE: XML parsing error...

2002-10-02 Thread Rob Rohan
I haven't used CFCs much nor cfsavecontent however my guess is: an XML document should start with ?xml and some parsers will explode if there is ANYTHING before that - even a single space. When you are using cfsavecontent it may be putting information before the initial ?xml declaration. Also

RE: Has anyone seen this before? - documented bug?

2002-10-02 Thread Rob Rohan
We received this error as well while moving from CF5 to MX. We have not found a fix yet (or even found the problem) we do not use JDBC, we go straight to SQL server as Shahzad is doing; however this error still happens. -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED]]

RE: MIME type question

2002-10-02 Thread Rob Rohan
text/plain ? -Original Message- From: Brian Ferrigno [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 9:29 AM To: CF-Talk Subject: MIME type question Does anyone know what MIME type a .csv file would have? I am trying to upload a csv file using the CFFILE tag and can't seem

RE: MIME type question -- SOLVED

2002-10-02 Thread Rob Rohan
this list for starters: ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/media-types. I was hoping there was one they missed. -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 12:50 PM To: CF-Talk Subject: RE: MIME type question text

Client Variables

2002-10-03 Thread Rob Rohan
Is anyone experiencing odd database issues with MX? We are migrating to MX, have MS SQL 7 database, and are experiencing things such as: * client variables not being saved - cfide:token are but the data is not * some select statements that used to work in 5 are now returning 0 records in MX, but

RE: Client Variables

2002-10-03 Thread Rob Rohan
if they meant for it to be that way, but all the errors we found could have been done a better way so we changed things. Paul Giesenhagen QuillDesign - Original Message - From: Rob Rohan [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, October 03, 2002 12:19 PM Subject: Client

RE: Client Variables

2002-10-03 Thread Rob Rohan
the errors we found could have been done a better way so we changed things. Paul Giesenhagen QuillDesign - Original Message - From: Rob Rohan [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, October 03, 2002 12:19 PM Subject: Client Variables Is anyone experiencing odd

RE: Client Variables

2002-10-03 Thread Rob Rohan
Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 10:19 AM To: CF-Talk Subject: Client Variables Is anyone experiencing odd database issues with MX? We are migrating to MX, have MS SQL 7 database, and are experiencing things such as: * client variables

RE: Client Variables / SQL JDBC

2002-10-03 Thread Rob Rohan
Thats great; however, we have SQL 7 not 2000. Thank you. -Original Message- From: Brook [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 11:18 AM To: CF-Talk Subject: RE: Client Variables / SQL JDBC SQL Server does have a JDBC Driver for SQL 2000.

RE: Cumulative Patch for SQL Server (Q316333) Crtical for 2000

2002-10-03 Thread Rob Rohan
If Microsoft made an airplane would you fly in it? Then why run your business on it? -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 7:52 AM To: CF-Talk Subject: Re: Cumulative Patch for SQL Server (Q316333) Crtical for 2000 Micro$oft

RE: Cumulative Patch for SQL Server (Q316333) Crtical for 2000

2002-10-03 Thread Rob Rohan
:) -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 4:45 PM To: CF-Talk Subject: Re: Cumulative Patch for SQL Server (Q316333) Crtical for 2000 Rob Rohan wrote: If Microsoft made an airplane would you fly in it? If I could fly

OT: RE: Cumulative Patch for SQL Server (Q316333) Crtical for 2000

2002-10-04 Thread Rob Rohan
No, probably not. On the other hand, I wouldn't feel too comfortable flying the build-your-own-airplane kit from that Linus guy, either. Build-your-own-airplane? That's an odd analogy. Have access to the engine and all the working parts of the airplane I think is better analogy. Nor would I

OT: RE: RE: Cumulative Patch for SQL Server (Q316333) Crtical for 200 0

2002-10-04 Thread Rob Rohan
is blue to make your case against the great Jedi Gates. -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: 04 October 2002 16:59 To: CF-Talk Subject: OT: RE: Cumulative Patch for SQL Server (Q316333) Crtical for 2000 No, probably not. On the other hand, I wouldn't feel

RE: RE: Cumulative Patch for SQL Server (Q316333) Crtical for 200 0

2002-10-04 Thread Rob Rohan
Well said. No doubt there. If that were the case, we probably would be in such financial trouble. I assume you meant wouldn't be in such financial trouble. If you mean what I think you mean, this just demonstrates to me that a good programmer isn't necessarily a good economist. Are you

Another Fusebox-MX Error fix

2002-10-04 Thread Rob Rohan
This is another one of those huge application issues - though could apply else where I guess. If you have your cfapplication in your app_globals file and don't have some sort of code to ensure it only runs once, you could get odd database happenings in MX. We have multi applications that call

RE: Fastest way to convert a csv file to cf array/query?

2002-10-04 Thread Rob Rohan
Along the same vein, you could try a bulk insert into your database (SQL Server does this rather easily - check your database docs) and then query the table in the same manner Barry suggested. FYI MX doesn't seem to have the Merant driver. -Original Message- From: Zachary S. Bedell

Big Trouble in T-SQL land

2002-10-04 Thread Rob Rohan
This move to MX has been quite the learning experience. Now, we seem to be unable to create temporary tables. The following query returns 0 records in CFMX but 1 record in query analyzer. Anyone else? Suggestions? Glass of hemlock? CFQUERY NAME=test DATASOURCE=foobardb DBTYPE=ODBC SET NOCOUNT

RE: Fastest way to convert a csv file to cf array/query?

2002-10-04 Thread Rob Rohan
Nice! I just looked in cfide/admin thanks. -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 4:14 PM To: CF-Talk Subject: Re: Fastest way to convert a csv file to cf array/query? On Friday, October 4, 2002, at 03:01 PM, Rob Rohan wrote

RE: Fastest way to convert a csv file to cf array/query?

2002-10-04 Thread Rob Rohan
:01 PM, Rob Rohan wrote: FYI MX doesn't seem to have the Merant driver. DA What's the name of the driver? DA jar -tvf macromedia_drivers.jar DA shows many, many Merant classes on CFMX Mac OS X (Linux) -- See below DA Dick DA 0 Mon Apr 29 12:02:08 PDT 2002 com/merant/ DA 0 Mon Apr

RE: Big Trouble in T-SQL land

2002-10-07 Thread Rob Rohan
Thanks for you help Paul. Actually, this doesn't fail in cf5. The SET NOCOUNT allows for multi sql statements (in MS SQL). Thanks for your suggestion on checking for objects, but as I am sure you can tell this is only a sample bit of code to explain our problem. This is not on our site. This

RE: CF 5 Hack

2002-10-07 Thread Rob Rohan
Yes he has. It wouldn't be following those procedures to say something like: Dreamweaver makes a directory on your server that has the name _MMServerScripts that allows one to brute force passwords - for RDS or Administrator. And, as a lovely addition, you can search google for _MMServerScripts

Big Trouble in T-SQL land

2002-10-07 Thread Rob Rohan
This move to MX has been quite the learning experience. Now, we seem to be unable to create temporary tables. The following query returns 0 records in CFMX but 1 record in query analyzer. Anyone else? Suggestions? Glass of hemlock? CFQUERY NAME=test DATASOURCE=foobardb DBTYPE=ODBC SET NOCOUNT

RE: CFMX - I've never seen anything so unstable in my life

2002-10-07 Thread Rob Rohan
Just so you know there is a patch on the smack-romedia site that might help (don't know the address though). We are porting cf5 to MX and had several sloppy coding errors, as well as some full fledged product errors. All in all, when the code is optimized for MX - which almost no currently

RE: FORTA: CFMX - I've never seen anything so unstable in my life (backup please)

2002-10-07 Thread Rob Rohan
]] Sent: Monday, October 07, 2002 11:13 AM To: CF-Talk Subject: Re: CFMX - I've never seen anything so unstable in my life On Monday, Oct 7, 2002, at 10:56 US/Pacific, Rob Rohan wrote: We are porting cf5 to MX and had several sloppy coding errors, as well as some full fledged product errors

RE: FORTA: CFMX - I've never seen anything so unstable in my life (backup please)

2002-10-07 Thread Rob Rohan
-Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 2:38 PM To: CF-Talk Subject: RE: FORTA: CFMX - I've never seen anything so unstable in my life (backup please) Hi Sean! We actually are talking with you right now - and I mean specifically YOU. :) - refer

RE: Debugging java errors in CFMX

2002-10-07 Thread Rob Rohan
Just a guess, but try quoteing all the value attributes I.e. cfprocparam type=IN cfSQLType=CF_SQL_VARCHAR value=#SESSION.username# -Original Message- From: Yexley Robert D Contr Det 1 AFRL/WSI [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 11:35 AM To: CF-Talk Subject:

RE: FORTA: CFMX - I've never seen anything so unstable in my life (backup please)

2002-10-07 Thread Rob Rohan
, 2002, at 11:37 US/Pacific, Rob Rohan wrote: We actually are talking with you right now - and I mean specifically YOU. :) - refer to Mark J's e-mail. I'll reiterate what our issue is with the JDBC Driver. Ah, I didn't connect Rob Rohan with [EMAIL PROTECTED] in Mark's Cc: list! :) Using SQL

RE: CFMX issues

2002-10-07 Thread Rob Rohan
Hi Brook, We had a similar issue and it turned out that if the cfapplicaion tag somehow runs twice it can cause odd client variable saving (it was running twice for us because in was in our app_globals.cfm using fusebox). It's something to check at least Cheers, Rob -Original

RE: Problems with CFMX?

2002-10-08 Thread Rob Rohan
Hi Mark, We have a very large site, and have had a few problems. Here are some other thing you need to watch for / problems we had/have: 1. MX can not handle large .cfm files. By large I mean ~850 lines of code 2. You could have some issues if you use fusebox

RE: LONG time CF Supporter - About ready to dump CF!

2002-10-08 Thread Rob Rohan
Hi Lee, Your point is well taken, I was a bit bummed that some of our existing code didn't work too. I have to differ with you a bit though. Internet languages (html, javascript, etc) are awful sloppy. It makes them hard to read/debug. Coming from a C/Java stand point they are

RE: Problems with CFMX?

2002-10-08 Thread Rob Rohan
lines Thanks again Mark W. Breneman -Macromedia Certified ColdFusion Developer -Network / Web Server Administrator Vivid Media [EMAIL PROTECTED] www.vividmedia.com 608.270.9770 -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 11:46

RE: LONG time CF Supporter - About ready to dump CF!

2002-10-08 Thread Rob Rohan
Internet Languages do not seem inherently sloppy to me, however a lot of sloppy code is written. I do not believe that this is unique to web languages. If sloppy code can run, then it is inherently sloppy. I guess I could go on and on about browers rederning bad html, or non standard

RE: Problems with CFMX?

2002-10-08 Thread Rob Rohan
, or is that ok? I realize that using CFC's eliminate the necessity of problems like this and we are actively do that for projects going forward - but what about complex aps written for CF 4.x or 5? -mk -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October

RE: Problems with CFMX

2002-10-08 Thread Rob Rohan
Mark, The cfincludes are pointers to other files and would equate to 1 line (or there about - as opposed to bringing all the cfcode to the calling page) So, in other words, if there are over ~850 cf lines in a single file you will run into problems (850 is very loose as it

RE: LONG time CF Supporter - About ready to dump CF!

2002-10-08 Thread Rob Rohan
Wasteful yes. Sloppy no. Forget a semicolon in Java - no compile. Omit a semicolon in javascript no problem. -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 11:19 AM To: CF-Talk Subject: RE: LONG time CF Supporter - About ready to dump

RE: Get SQL Info

2002-10-08 Thread Rob Rohan
cfdump var=#sql# in 5+ -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 11:57 AM To: CF-Talk Subject: Get SQL Info Is there a way to get SQL Info similar to what is displayed in debugging output? Like something similar to being able to

Another MX boo boo

2002-10-08 Thread Rob Rohan
dateFormat(now(), dd/mm/yy (ddd)) No longer works in MX. looks like only certain characters work in date format. Rob ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Problems with CFMX?

2002-10-08 Thread Rob Rohan
case in a switch statement? Thanks -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: 08 October 2002 18:13 To: CF-Talk Subject: RE: Problems with CFMX? Yeah, I posted it a while back. Quick synapses: Coders write: cfif 1 eq 1

RE: Not Another MX boo boo?

2002-10-09 Thread Rob Rohan
Error Occurred While Processing Request {ts '2002-10-09 09:12:48'} is an invalid date format. The Error Occurred in D:\http\test\datetest.cfm: line 8 6 : /FORM --- 7 : 8 : CFSET str = dateformat(now(),mm/dd/yy (ddd)) 9 : CFOUTPUT#str#/CFOUTPUTBR 10 : CFOUTPUT#dateformat(now(),mm/dd/yy

RE: Problems with CFMX?

2002-10-09 Thread Rob Rohan
and includ - compiled together. I find it hard to believe that each file is compiled separately as if it were a java class. I rather suspect that each unique sequence of files would be compiled as a separate class. Do you see what I mean? -mk -Original Message- From: Rob Rohan [mailto

RE: Not Another MX boo boo?

2002-10-09 Thread Rob Rohan
PROTECTED]] Sent: Tuesday, October 08, 2002 8:03 PM To: CF-Talk Subject: Not Another MX boo boo? On Tuesday, Oct 8, 2002, at 14:07 US/Pacific, Rob Rohan wrote: dateFormat(now(), dd/mm/yy (ddd)) No longer works in MX. looks like only certain characters work in date format. I get: date is 08/10

RE: CF vs ASP

2002-10-09 Thread Rob Rohan
Oh my, the reasons are endless. Here is my $.0002 1. ASP has (last time I checked) awful access to database info. The steps to do a simple query were nuts. CF database access is much more intuitive. 2. A lot easier to learn, if you don't know VB or some other programming

RE: Possible dateFormat bug in MX? (was: Not Another MX boo boo?

2002-10-09 Thread Rob Rohan
? On Wednesday, Oct 9, 2002, at 09:14 US/Pacific, Rob Rohan wrote: Error Occurred While Processing Request {ts '2002-10-09 09:12:48'} is an invalid date format. The Error Occurred in D:\http\test\datetest.cfm: line 8 6 : /FORM --- 7 : 8 : CFSET str = dateformat(now(),mm/dd/yy (ddd)) 9 : CFOUTPUT#str

RE: SOT Converting MS-Access databases on non-windows machines

2002-10-09 Thread Rob Rohan
There are other platforms besides Windows? :) -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 10:44 AM To: CF-Talk Subject: Re: SOT Converting MS-Access databases on non-windows machines On Wednesday, October 9, 2002, at 09:44 AM,

RE: The Myth of Bugs (Was Huge Ungainly thread of Doom)

2002-10-09 Thread Rob Rohan
Also, if one believes in something one is often passionate about it. I think the fact that the MM guys are so passionate about their products goes to show that they very much believe in what they are doing. Like an artist with their painting. If they were robot like - like ... aheM (I Cant

RE: Adding a target to a CFLOCATION URL?

2002-10-09 Thread Rob Rohan
If memory servers, I believe cflocation messes with the headers, and does not use web standard ways of locating (that's why cfflush doesn't work with cflocation) If you want to use a target=, I think you have to use javascript or a meta refresh. I could be wrong though. (that was such a funny

RE: SQL Question

2002-10-09 Thread Rob Rohan
You could try something like: UPDATE tablename SET column = 0 WHERE ID = between 100 and 200 and ID % 2 = 0 -Original Message- From: Tony Carcieri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 1:54 PM To: CF-Talk Subject: OT: SQL Question Hi all, Here's what I want to

RE: Another MX boo boo

2002-10-10 Thread Rob Rohan
Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 5:07 PM To: CF-Talk Subject: Another MX boo boo dateFormat(now(), dd/mm/yy (ddd)) No longer works in MX. looks like only certain characters work in date format. Rob

RE: cfx_pwtextcrypt

2002-10-10 Thread Rob Rohan
Hi Ben, We used to use that tag and abandoned it. I wrote an in house implementation with stronger encryption - plus the tag would crash our server almost ever other day, think it has a memory leak. Anyway I'll try to help if I can. -Original Message- From: Ben

RE: multiple case values in switch statement in cfscript

2002-10-10 Thread Rob Rohan
cfcase = a,b,c,d,e delimiters=, -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 9:11 AM To: CF-Talk Subject: multiple case values in switch statement in cfscript Hi Could anyone tell me if its possible to define multiple case

RE: multiple case values in switch statement in cfscript

2002-10-10 Thread Rob Rohan
; } if that doesn't work, then it wont work. -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 10:13 AM To: CF-Talk Subject: RE: multiple case values in switch statement in cfscript cfcase = a,b,c,d,e delimiters=, -Original Message- From

RE: Wondering about good languages for financial math processing

2002-10-10 Thread Rob Rohan
I've heard that Java isn't really suited for mathematical work either I would beg to differ on that, but it does depends on what you are doing. There is no doubt that C/C++ is faster, and you can do things like embed assembly to get even faster; however, business calculations are rarely that

RE: cfx_pwtextcrypt

2002-10-10 Thread Rob Rohan
--- -- Original Message -- from: Rob Rohan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Thu, 10 Oct 2002 10:07:01 -0700 Hi Ben, We used to use that tag and abandoned it. I wrote an in house implementation with stronger encryption - plus the tag would

RE: cfx_pwtextcrypt

2002-10-10 Thread Rob Rohan
--- -- Original Message -- from: Rob Rohan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Thu, 10 Oct 2002 10:07:01 -0700 Hi Ben, We used to use that tag and abandoned it. I wrote an in house implementation with stronger

RE: Wondering about good languages for financial math processing

2002-10-11 Thread Rob Rohan
however they will mostly be real-time calcs, dealing with potentially large datasets (10's of thousands) so speed and scalability are important factors, Good point - I really don't know enough about what you are doing to say for sure, but I can tell you that we do some hard core real-time

RE: Another MX boo boo

2002-10-11 Thread Rob Rohan
It's the Default Locale, and JRE 1.4.1 -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 8:37 PM To: CF-Talk Subject: Re: Another MX boo boo On Thursday, Oct 10, 2002, at 10:00 US/Pacific, Rob Rohan wrote: Yeah we still are. If you'd

RE: Poll Application

2002-10-14 Thread Rob Rohan
A friend of mine had a tag called speedyPoll that did what you are asking - with a built in admin area. However, he is not online today so I cannot ask him where it is - etc. I'll post an answer when I talk to him. That doesn't help you much now... -Original Message- From: Candace

RE: switch-case was RE: BlueDragon (was RE: How is CFMX J2EE implemented?)

2002-10-14 Thread Rob Rohan
Since we are on a wish list, I would rather just have the ability to use variables in a case statement. Then you could do a hack like cfscript myrange=; for(i=30; i lt 45; i=i+1){ devnull = listAppend(myrange,i,,);l } /cfscript cfswitch expression=#myswitch# cfcase

RE: switch-case was RE: BlueDragon (was RE: How is CFMX J2EE implemented?)

2002-10-14 Thread Rob Rohan
Yeah, that is a good point. The times I would like to use it the most are more like in situations where cfset SOMESTATE=1 cfest ANOTHERSTATE=2 cfswitch expression=#blarg# cfcase value=#SOMESTATE# ... /cfswitch -Original Message- From: S. Isaac Dealey [mailto:[EMAIL

RE: CFML standardization (was RE: BlueDragon (was RE: How is CFMX J2EE implemented?))

2002-10-14 Thread Rob Rohan
:) -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 6:34 PM To: CF-Talk Subject: RE: CFML standardization (was RE: BlueDragon (was RE: How is CFMX J2EE implemented?)) You know, to make Basic coders happy, how about: CFGOTO LABEL= And to

RE: How Good is the Job Market for ColdFusion?

2002-10-15 Thread Rob Rohan
At least you're not bitter. -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 12:37 PM To: CF-Talk Subject: RE: How Good is the Job Market for ColdFusion? It's an economy and burnout thing... I mean how many people need software built?

RE: How Good is the Job Market for ColdFusion?

2002-10-15 Thread Rob Rohan
but Knows Nothing Web Dork -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:54 PM To: CF-Talk Subject

RE: The Hidden CF factor was RE: How Good is the Job Market for ColdFusion?

2002-10-16 Thread Rob Rohan
I hate that Greg is right, but he is right none-the-less. -Original Message- From: Greg Bullough [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 4:08 PM To: CF-Talk Subject: RE: The Hidden CF factor was RE: How Good is the Job Market for ColdFusion? At 03:31 PM 10/16/02

RE: CFMX Developer Edition wish was Re: Pro v Enterprise?

2002-10-18 Thread Rob Rohan
Perhaps the IP's could be limited to sanctioned non-external IP's? 192.168.x.x - etc - -Original Message- From: Dick Applebaum [mailto:dicklacara;mac.com] Sent: Friday, October 18, 2002 9:22 AM To: CF-Talk Subject: RE: CFMX Developer Edition wish was Re: Pro v Enterprise? Oops, I posted

RE: Anybody want to start a petition for CF Studio!

2002-10-18 Thread Rob Rohan
People fear change. They'll get over it. It's an just an IDE. Perhaps because I've used so many IDEs/editors in my short career that I am immune. I like studio, but studio is not that cool - and it's features are not rare. It freezes, sometimes truncates files, and causes GPFs just like other

RE: CFMX Developer Edition wish was Re: Pro v Enterprise?

2002-10-18 Thread Rob Rohan
Good point. Sorry I keep thinking people have honor. Bites me in the arse everytime... 10 PRINT I am old 20 GOTO 10 :wq :) -Original Message- From: Jeffry Houser [mailto:jeff;farcryfly.com] Sent: Friday, October 18, 2002 12:38 PM To: CF-Talk Subject: RE: CFMX Developer Edition wish

RE: XML

2002-10-18 Thread Rob Rohan
(i.e. no else statements when using if). are you talking about XSLT? if you are you need to use a choose statement for anything more then one if xsl:choose xsl:when test=expr.../xsl:when xsl:when test=expr.../xsl:when xsl:otherwise.../xsl:otherwise /xsl:choose XML is SO

RE: CFMX Developer Edition wish was Re: Pro v Enterprise?

2002-10-18 Thread Rob Rohan
unless, of course, it was a 3 person network. -Original Message- From: Dick Applebaum [mailto:dicklacara;mac.com] Sent: Friday, October 18, 2002 3:00 PM To: CF-Talk Subject: Re: CFMX Developer Edition wish was Re: Pro v Enterprise? It really doesn't matter what the external IP addresses

RE: XML within CFMX

2002-10-18 Thread Rob Rohan
**All IMHO** How fast are the XML routines within CFMX? I can't say for sure, but I think they are based on Xerces and Xalan - which is pretty fast depending or what you are doing (how complex the xml document is - how many levels). Does it make sense to take an XML doc from the DB and store it

RE: cfmail tag and looping output

2002-10-21 Thread Rob Rohan
I don't know if it is possible with what you are doing, but you can do QUERY=... with the CFMAIL tag instead of looping over and calling the tag over and over. I believe this is faster. We have a need to send out a great many e-mails as well (about 3 times as many), and we are setting up a sort

RE: Free way to scan into Coldfusion

2002-10-22 Thread Rob Rohan
If no one every reinvented the wheel, our cars would have big stone wheels on them. -Original Message- From: Kris Pilles [mailto:kpilles;wsboces.org] Sent: Tuesday, October 22, 2002 7:56 AM To: CF-Talk Subject: RE: Free way to scan into Coldfusion Well if I was confident in my abilities

Possible MX Change (is that better sean? :)

2002-10-22 Thread Rob Rohan
W2k_jdk1.4.1_IIS5_THX1138 If you have a cfmail and are using something like: CFMAIL ... CFIF attributes.HTML eq 1CFMAILPARAM NAME=Content-Type VALUE=text/html/CFIF ...message... /CFMAIL to reuse the same code but flip between html and plain text - it doesn't seem to change the

RE: DLL methods

2002-10-22 Thread Rob Rohan
winword. press Alt + F11 Tools - references Browse - find Object Browser :) -Original Message- From: JS [mailto:hoftalk;yahoo.com] Sent: Tuesday, October 22, 2002 1:35 PM To: CF-Talk Subject: OT: DLL methods What is the name of the tool that lets you see the methods a dll has? The

RE: Known CFMX issues under consideration for upcoming Updater releas e

2002-10-22 Thread Rob Rohan
Ok, I have got to jump in here. He said they are the ones they are *looking at right now*. If you have 4 developers and all of them are looking at issues - you can't look at more. He said they know there are more, but these are the ones they are *looking at right now*. If we keep bashing and

RE: Can DreamWeaver MX do Java?

2002-10-22 Thread Rob Rohan
If you cant get it to work, Netbeans (www.netbeans.org) is a good, open sorce, free Java IDE. -Original Message- From: Troy Simpson [mailto:Troy_Simpson;ncsu.edu] Sent: Tuesday, October 22, 2002 3:13 PM To: CF-Talk Subject: Can DreamWeaver MX do Java? I'm reading the Macromedia

RE: M$Access DB and ColdFusionMX for Solaris

2002-10-24 Thread Rob Rohan
and you need to have a space Microsoft Access Driver (*.mdb) ^--- space! -Original Message- From: Rob Rohan [mailto:rob;cardinalweb.com] Sent: Thursday, October 24, 2002 10:58 AM To: CF-Talk Subject: RE: M$Access DB and ColdFusionMX for Solaris no [] Good luck

RE: M$Access DB and ColdFusionMX for Solaris

2002-10-24 Thread Rob Rohan
] Sent: Thursday, October 24, 2002 10:14 AM To: CF-Talk Subject: Re: M$Access DB and ColdFusionMX for Solaris You have any more real examples for the jdbc:... string? What *.jar or *.class files do I need? And this will work on Sun Solaris? Thanks, Troy Rob Rohan wrote: Hey Troy, Try

RE: M$Access DB and ColdFusionMX for Solaris

2002-10-24 Thread Rob Rohan
Hey Troy, Try jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=[path to access mdb] using the jdbc odbc bridge. That's how I access it straight from java. Never tried it with MX but in theory... Rob -Original Message- From: Troy Simpson [mailto:Troy_Simpson;ncsu.edu] Sent:

RE: M$Access DB and ColdFusionMX for Solaris

2002-10-24 Thread Rob Rohan
related to being unable to find the *.jar or *.class file for sun.jdbc.odbc.JdbcOdbcDriver? If so, what JAR file do I need in the ClassPath? I'm running ColdFusionMX on Sun Solaris 8 and Apache 2.0.40. Troy Rob Rohan wrote: and you need to have a space Microsoft Access Driver (*.mdb

RE: M$Access DB and ColdFusionMX for Solaris

2002-10-24 Thread Rob Rohan
was that: java.sql.SQLException Is this a problem related to being unable to find the *.jar or *.class file for sun.jdbc.odbc.JdbcOdbcDriver? If so, what JAR file do I need in the ClassPath? I'm running ColdFusionMX on Sun Solaris 8 and Apache 2.0.40. Troy Rob Rohan wrote: and you need to have a space Microsoft Access

RE: whitespace woes

2002-10-24 Thread Rob Rohan
I feel you pain my brother. Put it all on one line. -Original Message- From: Will Stalder [mailto:skith_diphi;hotmail.com] Sent: Thursday, October 24, 2002 12:13 PM To: CF-Talk Subject: whitespace woes I'm having with trouble with ColdFusion and extraneous whitespace. And yes, I've

RE: M$Access DB and ColdFusionMX for Solaris

2002-10-24 Thread Rob Rohan
-Original Message- From: Rob Rohan [mailto:rob;cardinalweb.com] Sent: Thursday, October 24, 2002 1:07 PM To: CF-Talk Subject: RE: M$Access DB and ColdFusionMX for Solaris Nope. It's there. Try stopping and starting the CF service and checking connection again, if that doesn't work - I

RE: CFMX Caching Pages?

2002-10-24 Thread Rob Rohan
This is a guess, but it's at least something to check. If MX complies based on the time stamp of the file, and your workstation clock is set in the past - the files might not get recompiled. However, I don't know if that is how MX works. -Original Message- From: chad

RE: Urgent : GURU Required: Excel vs COM in CFMX

2002-10-24 Thread Rob Rohan
ATZ -Original Message- From: jon hall [mailto:jonhall;ozline.net] Sent: Thursday, October 24, 2002 3:56 PM To: CF-Talk Subject: Re: Urgent : GURU Required: Excel vs COM in CFMX Who needs ZModem when you have YmodemG? As long as you had a MNP modem you could get an extra 70 or so cps at

RE: M$Access DB and ColdFusionMX for Solaris

2002-10-24 Thread Rob Rohan
Rather: Class = sun.jdbc.odbc.JdbcOdbcDriver URL = jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\test.mdb Name = test -Original Message- From: Rob Rohan [mailto:rob;cardinalweb.com] Sent: Thursday, October 24, 2002 3:20 PM To: CF-Talk Subject: RE: M$Access DB and ColdFusionMX

RE: M$Access DB and ColdFusionMX for Solaris

2002-10-24 Thread Rob Rohan
that there is not a pure 100% Java JDBC driver for M$ Access. I believe I'm going to be stuck with the OpenLink Software Solution for now. I hate having to introduce another system into the mix. Troy Rob Rohan wrote: By the way, I just tried this on a win box (jre 1.4.0_02) and it worked. I don't have a real

RE: custom tags .NET

2002-10-25 Thread Rob Rohan
This is kind of off what you're talking about, but the java cfx in MX now switches params to all uppercase no matter what - which broke some of my java cfx tags. Don't know about C++ though. -Original Message- From: jon hall [mailto:jonhall;ozline.net] Sent: Friday, October 25, 2002

RE: What advantages does Java 1.4.1 bring to CFMX?

2002-10-28 Thread Rob Rohan
I would go with that; however, it says in the migrating to CFMX manual on page 18 that the locale testing was done with JRE 1.4, and on page 9 cfhttp timeout only works with 1.4. But the product ships with 1.3 (problaby because 1.4 doesn't run on all platforms yet). -Original Message-

RE: CFMX med-high traffic sites

2002-10-28 Thread Rob Rohan
Hi Brook, I was reading your posts about the server crashing and the missing client variables. What kind of load is your server under right now? We are in the process of moving to MX and are using it on our development server only. There are 4-5 of us hitting it every day, making code changes,

RE: cfxml question

2002-10-29 Thread Rob Rohan
It's bad xml RESULTPassed/STATUS needs to end with /RESULT -Original Message- From: Scott Mulholland [mailto:smulholland;accurateimaging.com] Sent: Tuesday, October 29, 2002 7:58 AM To: CF-Talk Subject: cfxml question I am creating a small bit of sample XML, and posting it via form to

RE: DSN-less connection to a CSV file?

2002-10-29 Thread Rob Rohan
This is not available in CFMX. CFML Reference Guide http://download.macromedia.com/pub/coldfusion/documentation/cfmx_cfml_refere nce.pdf This is what it has to tell about cfquery: cfquery name = query_name dataSource = ds_name dbtype = query username = username password = password maxRows

RE: XML and IE 6 = Strange Bug

2002-10-29 Thread Rob Rohan
Ha ha ha! That's awesome. I put just a apos; amp; quot; in a .html file opened in IE6 it said: apos; Go standards! :) -Original Message- From: Kreig Zimmerman [mailto:kkz;foureyes.com] Sent: Tuesday, October 29, 2002 12:48 PM To: CF-Talk Subject: Re: XML and IE 6 = Strange Bug This

  1   2   3   4   5   >