Re: CF5 to MySQL without ODBC

2003-07-09 Thread Jim McAtee
Versoin 3.23.49-nt. Any recommendations for or against moving to MySQL 4.0? - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 11:37 PM Subject: RE: CF5 to MySQL without ODBC It shouldn't be slower than Access in

Re: Beta Testing RedSky

2003-07-09 Thread Sean A Corfield
On Tuesday, Jul 8, 2003, at 05:24 US/Pacific, webguy wrote: AFAIK was fusebox 4 , now mach II Nope. Fusebox 4 is the latest version of the procedural Fusebox framework. It's out there in production I believe (the end of the beta was supposed to be July 4th). Mach II is the new name for

Re: I knew your name was Neo

2003-07-09 Thread Sean A Corfield
On Tuesday, Jul 8, 2003, at 09:16 US/Pacific, Mahmut Basaran wrote: You know, you sometimes need to tell this to others. I have been using coldfusion since version 4. I remember the first time I installed 4.0, very first one. It just worked. I remember the first time I installed CFMX

Re: placing program logic away from web server?

2003-07-09 Thread Sean A Corfield
On Tuesday, Jul 8, 2003, at 12:34 US/Pacific, William Bowen wrote: I don't know about SQL Server but Oracle uses 1521. 1433 for SQL Server, but I was actually referring to which port the Web Server to App Server connection through the firewall would be (I've already got the Web/App Server

Re: Internationalization Issue

2003-07-09 Thread Paul Hastings
After digging further, I found that it was the presence of a time function on the pages that didn't work that was prohibiting CF from outputting the accents properly. A simple change of DateFormat to LSDateFormat() fixed the problem, and the accents magically started appearing. terry, can

RE: I knew your name was Neo

2003-07-09 Thread Ben Koshy
Mahmut, While I also agree that your email was in bad taste...I do also have to agree with most things you said. I think most people on this list went through what you've gone through. I can't even count the number of posts to cf-talk that asked about the real-cache issue. We shouldn't have to

Re: Beta Testing RedSky

2003-07-09 Thread Thomas Chiverton
On Wednesday 09 Jul 2003 03:38 am, Sean A Corfield wrote: still in intensive development. Keep an eye on http://www.mach-ii.com/ Under construction, coming soon ? -- Thomas C Advanced ColdFusion Programmer PLEASE NOTE: When the Recipient Is Not Directly Observing This E-mail, It May Cease to

RE: CF5 to MySQL without ODBC

2003-07-09 Thread Craig Dudley
We haven't had any problems with 4.0.13 yet, but then we din't have any with 3.23.57 either, on windows system the upgrade doesn't upgrade your tables to support transactions but that's no major issue, you can always do each table manually in a few seconds if you so require. -Original

RE: JSP/Java in CF Page

2003-07-09 Thread Shahzad.Butt
There was no reason no following that approach. Its perfect and does what I want. Thanks -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 18:33 To: CF-Talk Subject: Re: JSP/Java in CF Page First time writing Java/JSP code in CF. What should be the

Dynamic CF_Customtag Call?

2003-07-09 Thread McCabe, Kev
Does any one know if it is possible to call a CF_CustomTag dynamically? for Example: CFSET variable.name = CUSTOMTAG CFOUTPUT CF_#variable.name# option=1 / /CFOUTPUT So that it called a customtag called CF_CUSTOMTAG option=1 / Any Ideas any one tried this with no avail: CFOUTPUT

RE: Dynamic CF_Customtag Call?

2003-07-09 Thread Robertson-Ravo, Neil (RX)
My initital guess would be no as CF would already have parsed your links and CFML etcI think it would also be a hell of a security risk if you could. -Original Message- From: McCabe, Kev [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 10:52 To: CF-Talk Subject: Dynamic CF_Customtag

RE: Dynamic CF_Customtag Call?

2003-07-09 Thread Adrian Lynch
What about building up the string, writing it to a file, then including it. Or if there are only a few custom tags you wish to use, wrap it in if/else or switch case statements. Ade -Original Message- From: McCabe, Kev [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 10:52 To: CF-Talk

RE: Dynamic CF_Customtag Call?

2003-07-09 Thread Mike Townend
If you know where the tags are then you could use CFMODULE instead. HTH -Original Message- From: McCabe, Kev [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 9, 2003 10:52 To: CF-Talk Subject: Dynamic CF_Customtag Call? Does any one know if it is possible to call a CF_CustomTag

Re: Beta Testing RedSky

2003-07-09 Thread Calvin Ward
I discarded Fusebox as I didn't feel it met the needs I wanted in an acceptable fashion, however I found a lot of the concepts in it strong and worked them into my own methodology. Having said that, is there more material available on Mach-II somewhere? - Calvin - Original Message -

Re: CFStudio 5 and CFMX

2003-07-09 Thread Calvin Ward
HS+ is more stable than CFS5. - Calvin - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 4:24 PM Subject: RE: CFStudio 5 and CFMX right, that's what I'm looking for...the tag updater for CFS5. I don't want to use HS+, in my

RE: I knew your name was Neo

2003-07-09 Thread Aidan Whitehall
I seriously believe that Macromedia dropped the ball big time with the CFMX release...it wasn't ready. I think it's fair to say that CFMX was released when it was it was to coincide with the release of all the other -MX level applications. As such, it's release date was dictated more by the

RE: Why can't COM just work in CFMX?

2003-07-09 Thread webguy
if it works in ASP but not in CFMX it might be a permissions issue. -Original Message- From: Matt [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 20:37 To: CF-Talk Subject: RE: Why can't COM just work in CFMX? I tried both Create and Connect, and I'm getting the exact same error with both

Re: Why can't COM just work in CFMX?

2003-07-09 Thread Simon Whittaker
webguy wrote: if it works in ASP but not in CFMX it might be a permissions issue. snip we are having similar problems with ChartFX and CFMX - get an Instantiating COM object error after updater 3 . All permissions seem to be in place but with no joy, again it works in ASP but not CFMX - if

RE: Why can't COM just work in CFMX?

2003-07-09 Thread webguy
Here is a repost of a mail I sent yesterday. It might allow you to get a more useful error, and possibly find a solution at http://www.intrinsyc.com/ --- snip --- Thats a J-Integra Runtime error. J-Integra is the Java-COM bridge in CFMX. You should(might) be able to use getexception() to get a

Flash for developers

2003-07-09 Thread Thomas Chiverton
I've googled the list archives, but can't find the link to the company that has an XML based, Flash delivered application framework, similar to what MM seem to be working on, 'Flash for Developers' is the phrase that sticks in my mind Does anyone know what I am on about, and have the link

RE: I knew your name was Neo

2003-07-09 Thread Mahmut Basaran
I know that email wasn't in a perfect taste, but problems macromedia caused since the first release of cfmx wasn't in great taste either. CF mx was supposed to be the coolest coldfusion ever, but I think it's the worst release ever. Coldfusion was famous with ease of use in all terms, but mx

RE: Flash for developers

2003-07-09 Thread Raymond Camden
I think you mean Laszlo. http://www.laszlosystems.com/ === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email:

Re: Flash for developers

2003-07-09 Thread Thomas Chiverton
On Wednesday 09 Jul 2003 11:54 am, Raymond Camden wrote: I think you mean Laszlo. http://www.laszlosystems.com/ I do, great, thanks ! -- Thomas C Advanced ColdFusion Programmer PLEASE NOTE: When the Recipient Is Not Directly Observing This E-mail, It May Cease to Exist or Will Exist Only in

RE: I knew your name was Neo

2003-07-09 Thread Angel Stewart
Well...I think they know that at Macromedia and have said here and over on CF-Community (the few brave MM employees that venture there hee hee) that they are working on the installation procedure to make it a little more seamless. Correct...here's hoping on RedSky! ^_^ -Gel -Original

Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread cf_man
___ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. ~| Archives:

Re: Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread Thomas Chiverton
On Wednesday 09 Jul 2003 12:54 pm, [EMAIL PROTECTED] wrote: Yes. And no. Differences with regards to what ? -- Thomas C Advanced ColdFusion Programmer PLEASE NOTE: When the Recipient Is Not Directly Observing This E-mail, It May Cease to Exist or Will Exist Only in a Vague and Undetermined

Re: Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread Matthew Walker
Case sensitivity in file names is the biggest trap. http://www.macromedia.com/support/coldfusion/ts/documents/tn17098.htm Matthew Walker Electric Sheep Web http://www.electricsheep.co.nz/ - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July

SOT: SQL and Dates

2003-07-09 Thread Cutter (CF-Talk)
What is the proper SQL statement for something like... WHERE Date BETWEEN #createodbcdate(Now())# AND (#createodbcdate(Now())# + 6) I know that's not right (because it doesn't work). Any ideas? Just trying to pull today's date and the rest of this week's dates. Cutter

Re: SQL and Dates

2003-07-09 Thread DDB Lists
without testing WHERE [Date] BETWEEN #createodbcdate(Now())# AND #createodbcdate(Now()+6)# let cf do the dateadd and also, date might be a reserved word for your database - Original Message - From: Cutter (CF-Talk) [EMAIL PROTECTED] What is the proper SQL statement for something

RE: SQL and Dates

2003-07-09 Thread Craig Dudley
WHERE Date BETWEEN #createodbcdate(Now())# AND (#createodbcdate(dateadd(d,6,Now()))#) should work -Original Message- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 13:17 To: CF-Talk Subject: SOT: SQL and Dates What is the proper SQL statement for something like...

RE: SQL and Dates

2003-07-09 Thread DURETTE, STEVEN J (AIT)
Well, if this is MS SQL, then it should be: WHERE date BETWEEN #createodbcdate(Now())# AND dateadd(d, 6, #createodbcdate(Now())#) or WHERE date BETWEEN #createodbcdate(Now())# AND #dateadd(d, 6, createodbcdate(Now()))# The first one does the add in SQL, the second does the add in CF. The

RE: Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread webguy
No verity , no com, case sensitive there is a complete list on MM somewhere .. WG -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 13:16 To: CF-Talk Subject: Re: Is there a difference between CFMX on Linux and Windows? Case sensitivity in file

Re: Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread Thomas Chiverton
On Wednesday 09 Jul 2003 13:33 pm, webguy wrote: No verity , *cough* no com, **cough cough** -- Thomas C Advanced ColdFusion Programmer PLEASE NOTE: When the Recipient Is Not Directly Observing This E-mail, It May Cease to Exist or Will Exist Only in a Vague and Undetermined State.

Converting CF Variables to Java/JSP... more

2003-07-09 Thread cf_man
Im a newbie in JSP/JAVA. My client wants to use CFMX and at some point in time move to Pure JSP/JAVA/J2EE thereby eliminating CFMX out of the equation. Is there a a way in which CFMX variables can be translated/converted into JSP/JAVA vars. (think session, client, application, request). I am

SOT: DHTML

2003-07-09 Thread Cutter (CF-Talk)
First, thanks to all of those who answered so quickly on my SQL question (dateadd worked beautifully). And for my next Off Topic question... I don't think this is possible, but if anyone knows how to do this it is someone on this list. I have video streams being fed by an Axis Video server

RE: Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread webguy
No verity , *cough* I'm wrong here then :-). no com, **cough cough** This is correct right? http://www.macromedia.com/software/coldfusion/whitepapers/pdf/ColdFusionMXFe atureGrid_03.pdf WG -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 09 July 2003

cftransaction quick question

2003-07-09 Thread David Collie (itndac)
Hi Is there any benefit to wrapping a single cfquery (an insert, update or delete) in a cftransaction tag? My thinking is that if the single query fails, there wouldn't be any need for a rollback how does that sound? Cheers DC - (Developing in CF5, Oracle 8.1.7, IIS 5)

RE: SQL and Dates

2003-07-09 Thread A.Little
(syntax for MSSQL2K)... WHERE Date = getdate() AND Date = dateadd(d,6,getdate()) should work. That way you don;t need to bother creating and passing the dates using CF. You might also want to change the name of your column 'date' as it's a reserved word. Alex -Original Message-

RE: cftransaction quick question

2003-07-09 Thread Lofback, Chris
My thinking is that if the single query fails, there wouldn't be any need for a rollback how does that sound? Sounds good to me. AFIK, a query either succeeds or fails--there's no such thing as partial success in a SQL statement. So if the query fails, there's no change in the DB that

Dynamic CF_Customtag Call?

2003-07-09 Thread Kevin McCabe
Yeap CF MODULE is the way quite a cool Idea I think. If so a project like mine you need to use XML for display layouts and gadgets you can create gadgets as CUSTOMTAGS and have a Config XML file contain the information using cfmodule call a named tag and then pass all the parameters in using

What was that link?

2003-07-09 Thread Neil Middleton
A while ago someone posted a link to a car site that had a little flash (remoting) snippet in the top right corner for model searches... I've trawled through my archives and can't find the link, so does anyone else have it to hand? TIA Neil

Re: Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread Thomas Chiverton
On Wednesday 09 Jul 2003 13:55 pm, webguy wrote: No verity , *cough* I'm wrong here then :-). There is non-verity based document searching in DRK3 too as well. no com, **cough cough** This is correct right?

RE: cftransaction quick question

2003-07-09 Thread Robertson-Ravo, Neil (RX)
No true (well at least for Stored Procedures) as what if the SP does 10 other things before the actual failure? i.e. if you are simply doing one update - then no need for a rollback / update etc BUT for an SP you do require at least a commit or rollback. -Original Message- From:

RE: cftransaction quick question

2003-07-09 Thread David Collie (itndac)
nice, thanks :-) -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 14:04 To: CF-Talk Subject: RE: cftransaction quick question My thinking is that if the single query fails, there wouldn't be any need for a rollback how does that

RE: cftransaction quick question

2003-07-09 Thread Lofback, Chris
Well, he's asking specifically about CFQUERY... And as for an SP, wouldn't the transaction have to be controlled inside the SP itself? I don't see how a CFTRANSACTION in your template could control the internal working of a SP. Chris -Original Message- From: Robertson-Ravo, Neil

MySQL and cftransaction

2003-07-09 Thread Bud
Howdy all. Can you use cftransaction with MySQL version 4? Thanks. -- Bud Schneehagen - Tropical Web Creations, Inc. _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Web Based Solutions / eCommerce Development Hosting http://www.twcreations.com/ - http://www.cf-ezcart.com/ 954.721.3452 - Toll Free:

RE: cftransaction quick question

2003-07-09 Thread David Collie (itndac)
Oops, good point Neil... I was initially thinking that it would cfquery rather than cfstoredproc So a little bit like this? - No need for cftransaction on a single SQL query - cftansaction is good practice for a single stored procedure call in case the stored procedure is doing multiple SQL

Creating a list with infinite groupings and indents

2003-07-09 Thread John Sprenkle
Say I have a table with the following records: rec id description parent id 1 Test Record 1 0 2 Test Record 2 1 3 Test Record 3 1 4 Test Record 4 3 5 Test Record 5 3 6 Test Record 6

RE: Creating a list with infinite groupings and indents

2003-07-09 Thread Tony Weeg
its all about the parentId, as long as you know that, and your main heading, non-indents have a parent of 0, then order them by recordId or some other ordering schema, it works. you cfquery for parents, then under those parents, you cfquery for children that match the parentID make sense? tony

RE: cftransaction quick question

2003-07-09 Thread Lofback, Chris
- No need for cftransaction on a single SQL query True, but I would always use a CFCATCH to trap any errors. - cftansaction is good practice for a single stored procedure call in case the stored procedure is doing multiple SQL queries I don't know if you read my previous post, but I don't

Strange MYsql Error

2003-07-09 Thread Jordan Thomas
Hi, I am using MYSQL as the DB for my app. When I try to run the following cfquery data is deleted from the standard_attribute_value table but standard_attribute_value_translation is left untouched. It throws no error but the data is still there. Actually, cfset this.id = 5 cfquery

RE: cftransaction quick question

2003-07-09 Thread Robertson-Ravo, Neil (RX)
-- No need for cftransaction on a single SQL query True, but to avoid ugly error I would suggest using cftry/cfcatch to catch db errors - cftansaction is good practice for a single stored procedure call in -- case the stored procedure is doing multiple SQL queries cftransaction should

RE: cftransaction quick question

2003-07-09 Thread Robertson-Ravo, Neil (RX)
To add : cftransaction is only useful if used with cftry/cfcatch. Basically in your SP you would perform all of your own error trapping : i.e. you would pass your own error / success vars in or out and then deal with it that way using cftransaction. -Original Message- From: Lofback, Chris

RE: Creating a list with infinite groupings and indents

2003-07-09 Thread webguy
Check out these John http://affy.blogspot.com/ntm/index.htm WG -Original Message- From: John Sprenkle [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 14:19 To: CF-Talk Subject: Creating a list with infinite groupings and indents Say I have a table with the following records: rec id

RE: Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread webguy
There is non-verity based document searching in DRK3 too as well Yeah, I saw that. AFAIK its based on lucene, right? http://jakarta.apache.org/lucene/docs/index.html There are ways round it. Yeah sure, but its not out of the box .. WG

RE: cftransaction quick question

2003-07-09 Thread Jordan Thomas
Yes, but if you want it to work then make sure to use either InnoDB or one of the other transaction safe tables. You will need to configure this manually. There is a good amound of docs on how to do this on www.mysql.com cheers Jordan -Original Message- From: Lofback, Chris

RE: What was that link?

2003-07-09 Thread Tim Laureska
http://www.speedpeople.com/ Tim -Original Message- From: Neil Middleton [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 9:04 AM To: CF-Talk Subject: What was that link? A while ago someone posted a link to a car site that had a little flash (remoting) snippet in the top right

Re: Creating a list with infinite groupings and indents

2003-07-09 Thread Michael T. Tangorre
First off... the way you have it setup now will only allow for two levels.. level 1 and level 2. To get the ability you are after (tree type strucutre), you need to get into nested sets. Joe Celko has done some awesome work in this area and the links below may help you out. It is a bit tricky at

RE: cftransaction quick question

2003-07-09 Thread Robertson-Ravo, Neil (RX)
Sorry, is this for mySQL? if so, ignore all of the stuff regarding SP's! -Original Message- From: Jordan Thomas [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 14:45 To: CF-Talk Subject: RE: cftransaction quick question Yes, but if you want it to work then make sure to use either InnoDB

RE: What was that link?

2003-07-09 Thread Neil Middleton
ta sir... -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 14:53 To: CF-Talk Subject: RE: What was that link? http://www.speedpeople.com/ Tim -Original Message- From: Neil Middleton [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: Creating a list with infinite groupings and indents

2003-07-09 Thread webguy
BTW Joe Clecko had an entire book on trees coming soon TREES HIERARCHIES IN SQL (Morgan-Kaufmann), 2003 http://www.celko.com/books.htm WG -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 14:48 To: CF-Talk Subject: Re: Creating a list with

RE: cftransaction quick question

2003-07-09 Thread David Collie (itndac)
Hi Soz guys woz in a meeting.. I was talking originally about Oracle NOT MySQL (although did MySQL not get to handle transactions by version 4ish?) Yup, I agree that cftransaction needs to have a cftry/cfcatch inside it I wasn't wanting to comment on the effect cftransaction had on a SP

Re: Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread Thomas Chiverton
On Wednesday 09 Jul 2003 14:49 pm, webguy wrote: Yeah, I saw that. AFAIK its based on lucene, right? http://jakarta.apache.org/lucene/docs/index.html Dunno :-) I only just put together the proposal for us to buy DRK3. There are ways round it. Yeah sure, but its not out of the box .. About

RE: cftransaction quick question

2003-07-09 Thread Robertson-Ravo, Neil (RX)
well then, from my experience with Oracle etc...you should always need to use a transaction type method -Original Message- From: David Collie (itndac) [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 15:11 To: CF-Talk Subject: RE: cftransaction quick question Hi Soz guys woz in a

RE: cftransaction quick question

2003-07-09 Thread David Collie (itndac)
well then, from my experience with Oracle etc...you should always need to use a transaction type method Sorry for labouring the point, but you say 'you should always need' This implies that the transactions is REQUIRED, whereas I do have legacy code (oh ... allright some of my lazy code as

Re: Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread Thomas Chiverton
On Wednesday 09 Jul 2003 15:10 pm, Thomas Chiverton wrote: I only just put together the proposal for us to buy DRK3. Although I just notice that DRK contents appear on the Echange 3 months after the CD's are sent out, so if you have a small budget -- Thomas C Advanced ColdFusion

RE: MySQL and cftransaction

2003-07-09 Thread David Collie (itndac)
I though I read somewhere that MySQL 4 supported transactions... guess looking on the MySQL site would clear it up for ya -Original Message- From: Bud Subject: MySQL and cftransaction Howdy all. Can you use cftransaction with MySQL version 4? Thanks. -- Bud Schneehagen -

RE: cftransaction quick question

2003-07-09 Thread Jordan Thomas
Ooops, replied to the wrong message. This was in reply to Bud's question about CFTransaction and MySQL. (http://www.houseoffusion.com/lists.cfm?link=m:4:25355:127593) Sorry. cheers Jordan -Original Message- From: Jordan Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, 9 July 2003 3:45

MySQL and cftransaction

2003-07-09 Thread J T
Yes, but if you want it to work then make sure to use either InnoDB or one of the other transaction safe tables. You will need to configure this manually. There is a good amound of docs on how to do this on www.mysql.com cheers Jordan

RE: cftransaction quick question

2003-07-09 Thread Robertson-Ravo, Neil (RX)
no, its not required, but its simply good practices -Original Message- From: David Collie (itndac) [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 15:21 To: CF-Talk Subject: RE: cftransaction quick question well then, from my experience with Oracle etc...you should always need to use a

RE: Creating a list with infinite groupings and indents

2003-07-09 Thread Tony Weeg
Im not sure I agree. with a simple categories tableyou can nest as many as you want with this? id categoryName parentId cfquery name = getParents select * from categories where parent = 0 order by name /cfquery UL cfloop query = getParents cfoutput cfif getParents.recordCount ---im a

RE: cftransaction quick question

2003-07-09 Thread Lofback, Chris
I would test this carefully because I'm not convinced that CFTRANSACTION can be used to control the actions of a SP. I believe it is for CFQUERY only. Can anyone confirm this? Yes, you can return success/failure codes from the SP to CF, but at that point all the SP's queries have executed

Re: Creating a list with infinite groupings and indents

2003-07-09 Thread Michael Dinowitz
http://www.houseoffusion.com/_library/ This is the (almost) latest version of my CF_MakeTree and is what's used to thread the messages on the HoF mail archives. Infinite across the board and exactly what you need. Say I have a table with the following records: rec id description

RE: cftransaction quick question

2003-07-09 Thread David Collie (itndac)
Thanks Neil, I do agree with you though, Crap analogy but you don't always need to indicate in your car, but you always do don't you? -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 15:22 To: CF-Talk Subject: RE: cftransaction

RE: cftransaction quick question

2003-07-09 Thread Robertson-Ravo, Neil (RX)
you do in the UK...it will land you a fine! -Original Message- From: David Collie (itndac) [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 15:35 To: CF-Talk Subject: RE: cftransaction quick question Thanks Neil, I do agree with you though, Crap analogy but you don't always need to

ColdFusion Server x Hardware

2003-07-09 Thread Rodrigo Cohen
Hi ALL ! Where can I have a good documentation about good hardware for ColdFusion Servers ? I have actually a Pentium 4 1.8Mhz (one processor), 512mb RAM and 100gb HD, running WinNT and sometimes the server goes down I know my problem isn't at all with my machine, but I want a reference

RE: Dynamic CF_Customtag Call?

2003-07-09 Thread Jim Davis
We do this with CFMODULE. Since the tag name is an attribute value it can be a variable. Also remember that CFMODULE can take a structure of attributes in the ATTRIBUTESCOLLECTION attribute - so your attributes can be dynamic as well. We use this in a hostable application where, depending on

RE: cftransaction quick question

2003-07-09 Thread David Collie (itndac)
Point noted;-) -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 15:38 To: CF-Talk Subject: RE: cftransaction quick question you do in the UK...it will land you a fine! -Original Message- From: David Collie

RE: ColdFusion Server x Hardware

2003-07-09 Thread Dan Phillips
What version did you plan on running? CFMX of CF5? Dan Phillips www.CFXHosting.com 1-866-239-4678 [EMAIL PROTECTED] -Original Message- From: Rodrigo Cohen [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 10:38 AM To: CF-Talk Subject: ColdFusion Server x Hardware Hi ALL !

RE: Dynamic CF_Customtag Call?

2003-07-09 Thread Raymond Camden
Also remember that CFMODULE can take a structure of attributes in the ATTRIBUTESCOLLECTION attribute - so your attributes can be dynamic as well. You can also do this with 'normal' tag calling, ie, cf_foo attributeCollection Oh, and its attribute, not attributes. You can do the same with

re: Hierarchical Menus script with CF

2003-07-09 Thread Bushy
Hi, Is anyone using Hierarchical Menus script with CF? Does the latest version 5.0.1 allow you to display the menus over a frameset? I mean to overlay the frameset, not to display the menu in a different frameset? ~|

ColdFusion Server x Hardware

2003-07-09 Thread Rodrigo Cohen
Dan, i plan on running CF5 ! ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ:

RE: ColdFusion Server x Hardware

2003-07-09 Thread Dan Phillips
You should be fine. To be honest I have not used NT since 2k came out and then only ran 4.5 on it. But your hardware sounds powerful enough to handle CF. You may drop another 512 of RAM in just to be sure. Dan Phillips www.CFXHosting.com 1-866-239-4678 [EMAIL PROTECTED] -Original

RE: ColdFusion Server x Hardware

2003-07-09 Thread Tony Weeg
www.dell.com there isnt a specific setup of server anything that will make a difference to cfAnything, I mean, unless you are trying to run it on a 1949 ford truck engine, through a diesel generator and then back through to a bw monitor tony weeg uncertified advanced cold fusion developer

OT: Need to disable print button or at least trap and display a message.

2003-07-09 Thread Ciliotta, Mario
Hi all, I was wondering if someone will be able to help me with a issue that I am having. I need to be able to either disable the print button in the browser toolbar (IE only) or trap that the user click the print button and display a message, that the form is not complete or if it is

Re: Is there a difference between CFMX on Linux and Windows?

2003-07-09 Thread Mike Chambers
They are listed on the exchange, but are still only available on the DRK. mike chambers [EMAIL PROTECTED] - Original Message - From: Thomas Chiverton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 10:18 AM Subject: Re: Is there a difference between CFMX

ColdFusion Server x Hardware

2003-07-09 Thread Rodrigo Cohen
Dan and Tony, thanks for your reply ! Well, i have more than 1000 users registered in my system and i have 40 simultaneous users making queries. With that enviornment, my hardware is good ? ~| Archives:

RE: ColdFusion Server x Hardware

2003-07-09 Thread Mike Brunt
Rodrigo, if you are having stability problems with this system I am pretty certain it is no a factor of load or insufficient resources but more likely coding issues. However you need to verify this. Take a good look in the ColdFusion Error logs, Application and Server in particular. Look for

RE: ColdFusion Server x Hardware

2003-07-09 Thread Tony Weeg
Advanced SQL Server 2000 (Can make use of both processors im pretty sure) Dual P4 1.8+ GHZ Processors 2 Gigs of Ram CFMX Ent. Edition Windows 2000 Advanced Server that should fix you right up :) now, about 1000 active users, and 40 simultaneous requests...thats kinda hard to stomache,

RE: ColdFusion Server x Hardware

2003-07-09 Thread Dan Phillips
Well without knowing just what you are doing, in general I would say you are ok. Just make sure you are NOT using Access. Use MySQL or MSSQL. Access will start to bomb out after about 25-30 simultaneous connections. Dan Phillips www.CFXHosting.com 1-866-239-4678 [EMAIL PROTECTED] -Original

Re: OT: Need to disable print button or at least trap and display a message.

2003-07-09 Thread Jim Campbell
Mario - You can't disable the print button in the browser, but the method you were using is probably the most effective way of doing that - opening a new window without a toolbar. For good measure, you may want to trap the right-click to keep people from choosing the print command through

CFUnit availdible ?

2003-07-09 Thread Thomas Chiverton
On Wednesday 09 Jul 2003 15:49 pm, Mike Chambers wrote: They are listed on the exchange, but are still only available on the DRK. Oh, I must have mis-read then. As DevNet subs start with the most recent DRK, if you wait[*] till DRK 4 to subscribe, you can never get CFUnit ?!? -- Thomas C

Re: CFUnit availdible ?

2003-07-09 Thread Mike Chambers
You will still be able to buy DRK 3 individually. mike chambers [EMAIL PROTECTED] - Original Message - From: Thomas Chiverton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 11:24 AM Subject: CFUnit availdible ? On Wednesday 09 Jul 2003 15:49 pm, Mike

DRK releases

2003-07-09 Thread Thomas Chiverton
On Wednesday 09 Jul 2003 15:49 pm, Mike Chambers wrote: They are listed on the exchange, but are still only available on the DRK. Although I just found http://www.macromedia.com/devnet/subscriptions/top10reasons.html We release DevNet Resource Kits (DRKs) every three months. DevNet subscribers

ColdFusion Server x Hardware

2003-07-09 Thread Rodrigo Cohen
Ok... Thanks for everybody ! I am using an Oracle database with CF5.0 and IIS 5.0... All of them in same machine... So i think that overload my machine, but as all of you said, my actual configuration is very good... Thanks again.

RE: DRK releases

2003-07-09 Thread Robertson-Ravo, Neil (RX)
nope, they are certainly not free. -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 16:32 To: CF-Talk Subject: DRK releases On Wednesday 09 Jul 2003 15:49 pm, Mike Chambers wrote: They are listed on the exchange, but are still only available on the

Re: DRK releases

2003-07-09 Thread Thomas Chiverton
On Wednesday 09 Jul 2003 16:35 pm, Robertson-Ravo, Neil (RX) wrote: nope, they are certainly not free. That's what I thought. So what does MM mean when it says available to non-subscribers ? Sorry to go on about it, but I'm writing the proposal for a DRK subscription now. -- Thomas C

RE: ColdFusion Server x Hardware

2003-07-09 Thread Tony Weeg
I would segregate them. put cf5 on one machine with iis on it. then put the oracle server on another machine :) tony tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: Rodrigo

RE: ColdFusion Server x Hardware

2003-07-09 Thread Stephenie Hamilton
If you are running them all on the same server, then I would definitly suggest another 512 MB RAM. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Rodrigo Cohen [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 11:35 AM

RE: DRK releases

2003-07-09 Thread Robertson-Ravo, Neil (RX)
I would suggest that this means that you can get them for a more reasonable 99 bucks. -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 16:40 To: CF-Talk Subject: Re: DRK releases On Wednesday 09 Jul 2003 16:35 pm, Robertson-Ravo, Neil (RX) wrote:

  1   2   3   >