RE: Strengths of each

2001-02-27 Thread Eric Barr
2.580.7181 -Original 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

RE: Strengths of each

2001-02-26 Thread Scott, Andrew
Eric 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 variable

RE: Strengths of each

2001-02-26 Thread Eric Barr
-- From: Dave Watts [mailto:[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 ensu

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-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, i

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

RE: Strengths of each

2001-02-23 Thread Andrew Scott
Friday, 23 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

RE: Strengths of each

2001-02-23 Thread Andrew Scott
PM 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

RE: Strengths of each

2001-02-23 Thread Eric Barr
aldo Emerson Eric Barr Zeff Design (p) 212.714.6390 (f) 212.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

RE: Strengths of each

2001-02-22 Thread Nick McClure
ould be similar to using 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

Re[2]: Strengths of each

2001-02-22 Thread brendan avery
Hope this helps a little bit. Feel free to contact me off list if you have >>any further questions. >> >>Nick >> >> > From: "Terry Troxel" <[EMAIL PROTECTED]> >> > Reply-To: [EMAIL PROTECTED] >> > Date: Thu, 22 Feb 2001 11:09:31 -080

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: 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

RE: Strengths of each

2001-02-22 Thread Nick McClure
Troxel" <[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 &g

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 <% a=1 b=2 c=3 %> Which

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"

Re: Strengths of each

2001-02-22 Thread Terry Troxel
001 12:56 PM 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" <[EMAIL PRO

RE: Strengths of each

2001-02-22 Thread Scott, Andrew
-Original Message- From: Nick Texidor [mailto:[EMAIL PROTECTED]] Sent: 23 February 2001 08:02 To: CF-Talk Subject: Re: Strengths of each Hi Terry, To answer your first question, yes, CF and ASP can coexist on the server, there are no problems having a mix of ColdFusion and ASP pages

RE: Strengths of each

2001-02-22 Thread Steve Bernard
k 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 Me

Re: Strengths of each

2001-02-22 Thread Nick Texidor
oxel" <[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&#

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: Str

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. T