RE: Strengths of each

2001-02-27 Thread Eric Barr
al Message- From: Scott, Andrew [mailto:[EMAIL PROTECTED]] Sent: Monday, February 26, 2001 9:44 PM To: CF-Talk Subject: RE: Strengths of each First of all thanks for the part about the asp.net, I haven't the time to digest this information at the moment. I am well aware that there is no

RE: Strengths of each

2001-02-26 Thread Eric Barr
if there was a tag like cfa_dump on ASP, that could dump session, application etc then I have the code waiting but I just need that answered. In ASP you can Dump all the variables. Its not too hard. Their are 5 intrinsic objects in ASP : Response, Request, Application, Session and Server.

RE: Strengths of each

2001-02-26 Thread Eric Barr
:[EMAIL PROTECTED]] Sent: Sunday, February 25, 2001 11:40 AM To: CF-Talk Subject: RE: Strengths of each Unfortunately ASP does not have a feature similar to the Application.cfm/OnRequestEnd.cfm deal, so I must include files in each page to ensure that the code is executed. ASP does have

RE: Strengths of each

2001-02-26 Thread Scott, Andrew
Barr [mailto:[EMAIL PROTECTED]] Sent: 27 February 2001 04:02 To: CF-Talk Subject: RE: Strengths of each if there was a tag like cfa_dump on ASP, that could dump session, application etc then I have the code waiting but I just need that answered. In ASP you can Dump all the variables. Its not too

RE: Strengths of each

2001-02-25 Thread Dave Watts
Unfortunately ASP does not have a feature similar to the Application.cfm/OnRequestEnd.cfm deal, so I must include files in each page to ensure that the code is executed. ASP does have the same as Application.cfm and onRequestEnd.cfm, don't know there names of the top of my head but

RE: Strengths of each

2001-02-25 Thread Philip Arnold - ASP
If you're referring to global.asa, and the Application and Session start and end events within global.asa, that's not really the same as what CF does with Application.cfm and OnRequestEnd.cfm. Stuff within global.asa doesn't get prepended and appended to every page request, as with CF, if I

RE: Strengths of each

2001-02-23 Thread Eric Barr
2.580.7181 -Original Message- From: Scott, Andrew [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 12:38 AM To: CF-Talk Subject: RE: Strengths of each I had also started to adoipt something like this, but sometimes time is not very kind to some... Anyway my main con

RE: Strengths of each

2001-02-23 Thread Andrew Scott
To: CF-Talk Subject: RE: Strengths of each In general it would depend on your implementation. If you query the DB for each set and get it would greatly increase over head. But if you run a query in application.cfm to get all of the values and set them in a structure and reset values on the page

RE: Strengths of each

2001-02-23 Thread Andrew Scott
February 2001 11:46 PM To: CF-Talk Subject: RE: Strengths of each This discussion sure seems to be describing the reason we have client variables in CF, particularly when using as DB as the store. In CF Client variables were created so that two CF servers that have very little knowledge about each

Strengths of each

2001-02-22 Thread Terry Troxel
I am posing a question that has been rattling around in my mind for awhile. My host runs on O'Reilly WebSite Pro, so I have zero exposure to IIS and maybe that is why I m in the dark. I would like to know if CF and ASP can co-exist and possibly trade data like CF does with javascript, WAP, etc.

Re: Strengths of each

2001-02-22 Thread Cami Lawson
I am currently running CF 4.5.2 and pass information from CF to ASP which builds a PDF for me. HTH - Original Message - From: "Terry Troxel" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, February 22, 2001 1:09 PM Subject: Strengths of each I

Re: Strengths of each

2001-02-22 Thread Nick Texidor
PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 22 Feb 2001 11:09:31 -0800 To: CF-Talk [EMAIL PROTECTED] Subject: Strengths of each I am posing a question that has been rattling around in my mind for awhile. My host runs on O'Reilly WebSite Pro, so I have zero exposure to IIS and maybe that

RE: Strengths of each

2001-02-22 Thread Steve Bernard
for starters. Steve -Original Message- From: Cami Lawson [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 3:57 PM To: CF-Talk Subject: Re: Strengths of each I am currently running CF 4.5.2 and pass information from CF to ASP which builds a PDF for me. HTH - Original Message

RE: Strengths of each

2001-02-22 Thread Scott, Andrew
earn enough about ASP, to take the variables from ASP tp Coldfusion So if anyone has any ideas to develop this further I would like to hear from you. -Original Message- From: Nick Texidor [mailto:[EMAIL PROTECTED]] Sent: 23 February 2001 08:02 To: CF-Talk Subject: Re: Strengths of ea

Re: Strengths of each

2001-02-22 Thread Terry Troxel
: Re: Strengths of each I am currently running CF 4.5.2 and pass information from CF to ASP which builds a PDF for me. HTH - Original Message - From: "Terry Troxel" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, February 22, 2001 1:09 PM

RE: Strengths of each

2001-02-22 Thread Arden Weiss
Thursday, February 22, 2001 3:57 PM To: CF-Talk Subject: Re: Strengths of each I am currently running CF 4.5.2 and pass information from CF to ASP which builds a PDF for me. HTH - Original Message - From: "Terry Troxel" [EMAIL PROTECTED] To: "CF-Talk" [E

RE: Strengths of each

2001-02-22 Thread Robert Everland III
-Original Message- From: Scott, Andrew [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 6:13 PM To: CF-Talk Subject: RE: Strengths of each Actually you can mix the two, and I have developed a custom tag that can do something like the following cf_IncludeScript [filename="wha

RE: Strengths of each

2001-02-22 Thread Nick McClure
eb 2001 11:09:31 -0800 To: CF-Talk [EMAIL PROTECTED] Subject: Strengths of each I am posing a question that has been rattling around in my mind for awhile. My host runs on O'Reilly WebSite Pro, so I have zero exposure to IIS and maybe that is why I m in the dark. I would like to

RE: Strengths of each

2001-02-22 Thread Scott, Andrew
to be created to be passed to the web server Hope this helps more, if not just ask. -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED]] Sent: 23 February 2001 14:43 To: CF-Talk Subject: RE: Strengths of each I would have to see what your custom tag is but I would think

RE: Strengths of each

2001-02-22 Thread Scott, Andrew
variables and having this stored into a datasource... Would I be right on this? -Original Message- From: Nick McClure [mailto:[EMAIL PROTECTED]] Sent: 23 February 2001 16:12 To: CF-Talk Subject: RE: Strengths of each One of the things that I have been working on recently is My own Session

Re[2]: Strengths of each

2001-02-22 Thread brendan avery
roxel" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 22 Feb 2001 11:09:31 -0800 To: CF-Talk [EMAIL PROTECTED] Subject: Strengths of each I am posing a question that has been rattling around in my mind for awhile. My host runs on O'Reilly WebSite Pro, so I have zero expos

RE: Strengths of each

2001-02-22 Thread Nick McClure
client variables and having this stored into a datasource... Would I be right on this? -Original Message- From: Nick McClure [mailto:[EMAIL PROTECTED]] Sent: 23 February 2001 16:12 To: CF-Talk Subject: RE: Strengths of each One of the things that I have been working on recently is My