Re: CFMX-Linux/Unix

2002-06-04 Thread Jochem van Dieten
Jesse Noller wrote: ok, so here's a question... Anyone messing with CFMX on Linux/Unix? Does OpenBSD count? Jochem __ Structure your ColdFusion code with Fusebox. Get the official book at

CFX_Zip CFMX

2002-06-04 Thread Critz
I'm trying to run cfx_zip on cfmx and apache.and keep getting this error: Exceptions 07:14:56.056 - coldfusion.tagext.DerivedNativeCFXException - in C:\Inetpub\wwwroot\content\ziptest\ziptest.cfm : line 7 Error occurred in tag CFX_ZIP does anyone know if this tag is working on cfmx? or is

Re: LoRCAT Beta and CFMX Scalability class

2002-06-04 Thread david.fauth
Adam, I'd love to test it. I have several apps I can run it against, both using Fusebox and other methodologies, Java CFX tags, Oracle and SQL 7. thanks dave fauth From: Adam Churvis [EMAIL PROTECTED] Date: 2002/06/04 Tue AM 12:54:11 CDT To: CF-Talk [EMAIL PROTECTED] Subject: LoRCAT

CF Linux

2002-06-04 Thread Randell B Adkins
I have a question that involves CF Studio 5 and Linux. Our server is Linux and it runs CF Server 5. Our workstations use CF 5 and Windows 2K. Using RDS and we can download copies of all CFM files to the local workstations without a problem. However if we attempt to copies IMAGES from the

EPS 2 Gif?

2002-06-04 Thread Justin Hansen
Anyone have a custom tag that can take and EPS to GIF or JPG? CFX_Image doesn't do eps files. :( Justin Hansen -- Uhlig Communications Web Developer / Programmer -- [EMAIL PROTECTED] 913-754-4273 --

Modified Browser Type

2002-06-04 Thread Bosky, Dave
When you go to a website they can read what type of browser your using through variables. Is there any way to hide your browser type and appear as another browser type? Ex: using IE but make it appear as Netscape? Thanks, Dave

White papers and articles

2002-06-04 Thread Mark A. Kruger - CFG
Can anyone out there send me a few links to white papers or articles regarding CFMX. I've read several, but I do not have the links at the moment. I'm mostly interested in articles that mention (dare I say tout) the J2EE compliance and standards based integration of the new server product.

5.0 to MX, can't delete 'upgraded' datasources, SuSE 7.2

2002-06-04 Thread Critz
oi CF-Talk,!! Did the 5.0 to MX upgrade to see how that would go, and all was well except for DSN upgrade. Most all were MySQL. They now say: ODBC Socket When I try to edit or delete them, I get an error page with the following: ODBC DSN has !-- (without the quotes) in it, and then the

RE: Modified Browser Type

2002-06-04 Thread Mark A. Kruger - CFG
Dave, There's probably some Hack plugin for your browser that can modify the user_agent cgi variable. Do a google search. However, on the client side, the browser is determined (often) by detecting what it will support (layers for example). You probably can't change this - however, if you are

Re: Modified Browser Type

2002-06-04 Thread Brendan Canty
If you are using Opera 6 you can. Under File - Quick Preferences you can change the identity of the browser to Opera, Mozilla 5.0, Mozilla 4.78, Mozilla 3.0, and IE 5.0. Cheers, B. At 09:38 AM 6/4/2002 -0400, you wrote: When you go to a website they can read what type of browser your using

RE: CFMX-Linux/Unix

2002-06-04 Thread Jesse Noller
Maybe we should pull this one offline =] -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 5:44 AM To: CF-Talk Subject: Re: CFMX-Linux/Unix Jesse Noller wrote: ok, so here's a question... Anyone messing with CFMX on Linux/Unix?

storing session variables in DB

2002-06-04 Thread mynews
I have a set of mirrored servers that are running off 1 SQL_server. I have to recode the apps that use session variables because a user could jump to a different server during a session. Is there a simple way to fix this? Can 2 different servers be aware of the same session? Can I store the

Re: Webtrends alternative

2002-06-04 Thread Frank Mamone
I second this comment. 5.03 is faster and easier to use. - Original Message - From: Duane Boudreau [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, June 03, 2002 4:40 PM Subject: RE: Webtrends alternative StatsServer from MediaHouse/DeepMetrix works very well. Try to get

RE: storing session variables in DB

2002-06-04 Thread Tony_Petruzzi
dude all you have to do is make sure that each app has it's own application name in the cfapplication tag. name of app1 cfapplication name=test name of app2 cfapplication name=test2 now the user's can't share session variables. Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED]

RE: SQL Query and RIGHT()# question

2002-06-04 Thread Adrian Lynch
What about triming white space before using the Right function, would any unwanted white space cause problems? -Original Message- From: Jason Miller [mailto:[EMAIL PROTECTED]] Sent: 02 June 2002 02:48 To: CF-Talk Subject: Re: SQL Query and RIGHT()# question Well in access it is set to

Re: CFMX-Linux/Unix

2002-06-04 Thread Alex
Jochem: You got coldfusion to run on OpenBSD? If so, how and what OpenBSD release? On Tue, 4 Jun 2002, Jochem van Dieten wrote: Jesse Noller wrote: ok, so here's a question... Anyone messing with CFMX on Linux/Unix? Does OpenBSD count? Jochem

Re: CF Linux

2002-06-04 Thread Alex
use ftp On Tue, 4 Jun 2002, Randell B Adkins wrote: I have a question that involves CF Studio 5 and Linux. Our server is Linux and it runs CF Server 5. Our workstations use CF 5 and Windows 2K. Using RDS and we can download copies of all CFM files to the local workstations without a

Check for file existence

2002-06-04 Thread phumes1
I need to check if a file exists on the server and if so, run some code. Whats the best way to check if the file test.txt exists in a directory The below doesn't seem to work. Note that the filename can change but the file extension (.txt) will stat the same. cfset FileName =

RE: storing session variables in DB

2002-06-04 Thread mynews
But I need the user to have the same session if he gets bumped to the other server. I'm not worried about them sharring sessions, I'm worried about a person losing his session if he suddenly switches machines. BJ = = = Original message = = = dude all you have to do is make sure that each

RE: Check for file existence

2002-06-04 Thread Raymond Camden
Why not just... cfif fileExists(expandPath(./test.txt)) ? === Raymond Camden, ColdFusion Jedi Master for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda

Re: Check for file existence

2002-06-04 Thread Critz
oi phumes1!! fileexists() -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Tuesday, June 4, 2002, 10:18:46 AM, you wrote: p I need to check if a file exists on the server and if so, run some code. p

Re: Check for file existence

2002-06-04 Thread Paul Giesenhagen
cfset variables.pathandfilename = set your path and filename here cfif fileexists(variables.pathandfilename) cfelse /cfif Hope this helps Paul Giesenhagen QuillDesign I need to check if a file exists on the server and if so, run some code. Whats the best way to check if the file

Re: storing session variables in DB

2002-06-04 Thread Dave Carabetta
I have a set of mirrored servers that are running off 1 SQL_server. I have to recode the apps that use session variables because a user could jump to a different server during a session. Is there a simple way to fix this? Can 2 different servers be aware of the same session? Can I store the

RE: Check for file existence

2002-06-04 Thread Chris Lofback
!--- Build filename here --- CFSET FileName = c:\foo.txt CFIF FileExists(FileName) Code here /CFIF Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent:

RE: Check for file existence

2002-06-04 Thread Pascal Peters
Why not use the function FileExists(absolute_path) -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: dinsdag 4 juni 2002 16:19 To: CF-Talk Subject: Check for file existence I need to check if a file exists on the server and if so, run some code. Whats the best way to

Re: Consuming a Web Service

2002-06-04 Thread Frank Mamone
I'm still getting the same error. I'm running the Pro trial on XP Pro. Here is the error again: Could not generate stub objects for web service invocation. Thanks - Original Message - From: Stacy Young [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, June 03, 2002 4:27 PM

RE: Check for file existence

2002-06-04 Thread Rob Baxter
How about: FileExists(file) /rob -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 10:19 AM To: CF-Talk Subject: Check for file existence I need to check if a file exists on the server and if so, run some code. Whats the best way to check if

Re: CF Linux

2002-06-04 Thread Randell B Adkins
FTP is unfortunately not an option. If we can copy the CFM files via RDS why can we not copy Images the same way? [EMAIL PROTECTED] 06/04/02 10:15 AM use ftp On Tue, 4 Jun 2002, Randell B Adkins wrote: I have a question that involves CF Studio 5 and Linux. Our server is Linux and it runs

RE: storing session variables in DB

2002-06-04 Thread Tony_Petruzzi
i think i read this wrong. you WANT people to be able to jump from one server to the other during a session. Well then, client variables to the rescue. you could probably mimic with session variables: in your database create a table that has these columns CDATA -- cfidchar(100) app

RE: storing session variables in DB

2002-06-04 Thread Tony_Petruzzi
see I found a mistake already :P. cfset request.thissession = #session.cfid#:#session.cftoken# should be cfset request.thissession = #cfid#:#cftoken# this way it would grab it if you passed the cfid and cftoken in the url or in seperate cookies called cfid and cftoken (which is what I would

Re: OT DevCon

2002-06-04 Thread Drew Harris
If someone has already answered this, apologies, I did not see it here. I have been (to DevCon) the past two years. I would recommend staying in the host hotel. It makes it very easy to go up to your room anytime, and allows you to see cool people in the lobby like Jeremy and Ben. As far as I

Is this possible to do?

2002-06-04 Thread Tony Carcieri
Hi gang, Here's my situation. Let's say I have a query that returns...5 records. In my last column I have a header called delete and a column which displays checkboxes. The name is the same but the values are that of the ID in the SQL 2K DB. When I check them I want to deletes them from the DB.

Re: Is this possible to do?

2002-06-04 Thread Critz
oi Tony!! where id in (#form.id#) ? that what yer talkin bout? -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Tuesday, June 4, 2002, 10:57:01 AM, you wrote: TC Hi gang, TC Here's my situation.

unscoped variables

2002-06-04 Thread erica . vitina
I'm trying to clean up some code on an old application. If there are currently unscoped variables defined using cfset on an application.cfm page, what scope are these created in? Thanks! __ Signup for the Fusion Authority

Re: OT DevCon

2002-06-04 Thread Michael Dinowitz
And the community suite will be in the same building. Counting on what we can raise (corporate sponsor wise), we may get a 'penthouse' sized room so we can have much more people there. At 10:59 AM 6/4/02, you wrote: If someone has already answered this, apologies, I did not see it here. I

RE: Is this possible to do?

2002-06-04 Thread Tony Carcieri
That might do it. When I select more than one, the value then becomes 1,2,4,5. By using IN, it should work? Thanks Critz! -Original Message- From: Critz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 11:02 AM To: CF-Talk Subject: Re: Is this possible to do? oi Tony!! where

RE: CF Linux

2002-06-04 Thread Rob Baxter
Just a guess as I don't use RDS (or really know anything about it) but it seems like the transfer mode RDS is using is ASCII, that might explain why the images are coming through scrambled. Not sure RDS is meant for binary transfers. If ftp is not an option because of security, have a look at

RE: storing session variables in DB

2002-06-04 Thread mynews
You're awsome thanks! I am checking out client variables now and I think I will rewrite my apps to use them and then let CF store them in a DB and just purge them every day. BJ = = = Original message = = = see I found a mistake already :P. cfset request.thissession =

Re: unscoped variables

2002-06-04 Thread Paul Giesenhagen
If they are created in the Application.cfm page, they are application variables (application.whatever) Paul Giesenhagen QuillDesign - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 10:04 AM Subject: unscoped variables I'm trying

RE: Is this possible to do?

2002-06-04 Thread Andy Ousterhout
One way to do this would be to build a list of the ID's that are to be deleted then use WHERE ID in (#lstIDs#) Andy -Original Message- From: Tony Carcieri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 9:57 AM To: CF-Talk Subject: Is this possible to do? Hi gang, Here's my

RE: unscoped variables

2002-06-04 Thread Neil Clark - =TMM=
AFAIK variable scope unless scoped otherwise. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 04 June 2002 16:04 To: CF-Talk Subject: unscoped variables I'm trying to clean up some code on an old application. If there are currently unscoped

Re: Is this possible to do?

2002-06-04 Thread Gyrus
- Original Message - From: Tony Carcieri [EMAIL PROTECTED] --snip-- cfquery datasource=mydatasource name=deletethese UPDATE mytable SET IsDeleted = 1 cfloop query=deletethese WHERE ID = '#form.ID#' /cfloop /cfquery --- You're submitting a form with

URL Variables in CFMX read-only?

2002-06-04 Thread Reilly, Jim
I heard that URL variables in CFMX are read only. Is this true? I sometimes will do something like this, that will break if its true: cfparam name=URL.MaxRowsToShow default=5 type=numeric Tkx, James M. Reilly GlobalSpec 350 Jordan Road Troy, NY 12180 Tel: 518.880.0200 x318 Fax:

Web Services Error - Solved

2002-06-04 Thread Frank Mamone
It was indeed the proxy, which makes sense. I changed the account that CF is running on and it solved it. FYI, for me it also worked without the cfinvokeargument. Thank you all for your help. Frank Mamone. __ Signup for the

RE: unscoped variables

2002-06-04 Thread Tony_Petruzzi
all unscoped variables are part of the variables scoped. cfset temp = testing cfoutput#temp#/cfoutput is also cfoutput#variables.temp#/cfoutput this happens no matter what page it is set on, includeing the application.cfm. if you want a variables to be in the appliction scope, you have to

RE: URL Variables in CFMX read-only?

2002-06-04 Thread Raymond Camden
Not true. === Raymond Camden, ColdFusion Jedi Master for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Reilly, Jim

Client Variable DB storage

2002-06-04 Thread mynews
On page 549 of Forta's CF 5 book he outlines how to store client vars in a DB. Step 1 reads If you want, you can use an existing database, but we recommend hat you use a fresh, dedicated database for storing client variables. but it doesn't say why. I would think that if i have a dedicated

RE: Is this possible to do?

2002-06-04 Thread Tony Carcieri
But this would also include the form field SUBMIT which, obviously, isn't part of the DB. Right? -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 11:18 AM To: CF-Talk Subject: Re: Is this possible to do? - Original Message - From: Tony

RE: unscoped variables

2002-06-04 Thread Neil Clark - =TMM=
Yep, I thought as much Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 04 June 2002 16:24 To: CF-Talk Subject:

RE: unscoped variables

2002-06-04 Thread Neil Clark - =TMM=
I am pretty sure that just because its in the Applicatio.cfm page makes it an Application variable..? All unscoped vars are placed in the variables scope. :-p Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!!

RE: Client Variable DB storage

2002-06-04 Thread Dave Watts
On page 549 of Forta's CF 5 book he outlines how to store client vars in a DB. Step 1 reads If you want, you can use an existing database, but we recommend hat you use a fresh, dedicated database for storing client variables. but it doesn't say why. I would think that if i have a

RE: unscoped variables

2002-06-04 Thread erica . vitina
I thought the variables scope was local to an individual page. These variables (set unscoped in application.cfm) are used throughout the entire application. That's why I asked.

RE: CF Linux

2002-06-04 Thread Dave Watts
FTP is unfortunately not an option. If we can copy the CFM files via RDS why can we not copy Images the same way? RDS doesn't handle binary file uploads, I don't think. If you can't use FTP or Samba or something along those lines for security reasons, you might look at SCP, which is part of

RE: Client Variable DB storage

2002-06-04 Thread Tony_Petruzzi
we have a separate database for storing client variables. Strangely enough called cfclient :P. We do it because it becomes a hassle creating a client variables storage for every app. There is not good or bad reasons to have one for every database, just preference. Anthony Petruzzi Webmaster

OT: Oracle Exporting Table structures

2002-06-04 Thread Paul Giesenhagen
I have built a number of tables in Oracle and want to export the CREATE Table sql files. I know you can do this in MS SQL and in MySQL (some of the front ends). But where in oracle can you create these types of documents? (or can you?) Thanks Paul Giesenhagen QuillDesign

Re: unscoped variables

2002-06-04 Thread Jon Hall
Sorta relates to this thread...one of the neatest things to do in MX is: cfdump var=#variables# Awesome for debugging. jon __ Structure your ColdFusion code with Fusebox. Get the official book at

RE: unscoped variables

2002-06-04 Thread Dave Watts
I thought the variables scope was local to an individual page. These variables (set unscoped in application.cfm) are used throughout the entire application. That's why I asked. Whenever you set a variable in the local or Request scopes within Application.cfm, that variable will be

RE: Client Variable DB storage

2002-06-04 Thread Shawn Grover
You can specify the DSN for an application to use for storing client variables. Therefore, you can have multiple client databases, or a single one which encompasses all the apps on your server. Or even some combination of these two options. My personal thoughts is that keeping the Client

Re: unscoped variables

2002-06-04 Thread Alex
No, they are not application scope by default if set in the Application.cfm page. Unscoped variables set in the Application.cfm are like unscoped variables set on a regular page. On Tue, 4 Jun 2002, Paul Giesenhagen wrote: If they are created in the Application.cfm page, they are application

OT: SQL EXEC Command does not help

2002-06-04 Thread Tyler Clendenin
I am having a problem with the exec command in t-sql. I am trying to create a stored proc to handle being able to grab only certain rows from a table, currently there are 85000 records and i would only like to have 1000 at a time so instead of loading them all into cf and then telling cf what

Re: Is this possible to do?

2002-06-04 Thread Gyrus
- Original Message - From: Tony Carcieri [EMAIL PROTECTED] But this would also include the form field SUBMIT which, obviously, isn't part of the DB. Right? --- My original code removed all irrelevant values from the Form structure. But I thought it's probably not

RE: unscoped variables

2002-06-04 Thread Neil Clark - =TMM=
If they are unscoped they are in the variables scope, they are available to all pages if in the application.cfm as that page is parsed each time a client request is actioned.. if you want them in the application scope you must explicitly place them into it, unless they are done so by default.

RE: Oracle Exporting Table structures

2002-06-04 Thread Chris Lofback
I don't know how/if it can be done using Oracle tools. We use SQL-Programmer to do this but I think you can also do it with Toad. Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com -Original Message- From: Paul Giesenhagen

Re[2]: Is this possible to do?

2002-06-04 Thread Critz
oi Tony!! si Tony is correct. all you would need would be the one fieldname, since if there are more than one, their values are passed thru in a list. And even if there is only one. the [IN(#form.id#)] will still work -- Critz Certified Adv. ColdFusion Developer Crit[s2k] -

Re: unscoped variables

2002-06-04 Thread Nate Nielsen
An interesting thing that many developers overlook, or just don't know - is that there is actually a performance increase in SETTING your variables scope variables as well as reading them. We all know that #variables.myVar# is faster than #myVar# - It is slight, but yes - using cfset

RE: Windows 2000 image serving

2002-06-04 Thread Robert Everland
We are using a Raid 5. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 6:51 PM To: CF-Talk Subject: RE: Windows 2000 image serving Image serving is completely I/O dependent.

RE: Windows 2000 image serving

2002-06-04 Thread Robert Everland
I only gave this site as an example. we have a newer site ready to go live that has far fewer graphics, and has all the js included, it's nice and clean. I am using absolute div's all over the place, but it's not the html that takes a long time it's the graphics. The page loads up and then you

RE: unscoped variables

2002-06-04 Thread Neil Clark - =TMM=
cfdump was also in CF5 :-) but yes, it is awesome... Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/ -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: 04 June 2002

RE: unscoped variables

2002-06-04 Thread Ben Johnson
An interesting thing that many developers overlook, or just don't know - is that there is actually a performance increase in SETTING your variables scope variables as well as reading them. Very true, however, I find that the performance increase is not worth a little bit messier code. I

Re: Oracle Exporting Table structures

2002-06-04 Thread Paul Giesenhagen
Toad? I assume you are talking about an application, where can it be found? Thanks Paul Giesenhagen QuillDesign - Original Message - From: Chris Lofback [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 10:54 AM Subject: RE: Oracle Exporting Table structures

Coldfusion My Acocunting System

2002-06-04 Thread Kris Pilles
We've got CF 5 on win 2k server Oracle on Unix box And our accountign system (UNIX) bascially compiles of .qpt files and quiz files I have to determine if there is anyway for us to take our existing .QPT files via custom tags or stored procedures/UDF's or whatever and continue to use them for

RE: unscoped variables

2002-06-04 Thread Carlisle, Eric
And for those of us who still use 4.5, cf_dump is also a wonderful tool for debugging! Eric -Original Message- From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 12:10 PM To: CF-Talk Subject: RE: unscoped variables cfdump was also in CF5 :-) but yes,

Re: Oracle Exporting Table structures

2002-06-04 Thread Tim Painter
Paul, I am not sure how to do it automatically in Oracle, but have you ever looked at TOAD? This is a great front-end tool for Oracle. You can create scripts to export tables and data in there. There is a freeware version at http://www.toadsoft.com HTH, Tim P. - Original Message

RE: unscoped variables

2002-06-04 Thread Tony_Petruzzi
I would just LOVE to see by how much. 001 ;) Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Nate Nielsen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 12:20 PM To: CF-Talk Subject: Re:

Re: storing session variables in DB

2002-06-04 Thread Joe Bastian
You have 1 or 2 solutions here... 1. Use Big IP to do the load balancing which will randomly distribute the session between the servers. OR 2. Use CF Enterprise and use Cluster Cats do the load balancing. Joe - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

RE: unscoped variables

2002-06-04 Thread Ben Johnson
I would just LOVE to see by how much. 001 Agreed. CF would check the scopes in order, starting with the query scope (if in a cfoutput or cfloop) and then move onto the variables scope. I could see how performance would increase if you were looking at scoping SERVER

Order of Scopes

2002-06-04 Thread Ben Johnson
With all this talk about order of scopes, does anyone know how the order of scopes is affected in CFMX? I haven't had a chance to test it out yet. With CFMX, there's two new scopes, Flash Arguments. I would assume something like this: 1. Query 2. Variables 3. Flash or Arguments (they can't

RE: Oracle Exporting Table structures

2002-06-04 Thread Ryan Kime
You can also get a commercial version at: http://www.quest.com/toad/ -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 11:23 AM To: CF-Talk Subject: Re: Oracle Exporting Table structures Toad? I assume you are talking about an

Re: unscoped variables

2002-06-04 Thread Jon Hall
But all variables were not put in a structure until MX Mr. Team Macromedia. This will also dump all queries and structures... jon - Original Message - From: Neil Clark - =TMM= [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 12:10 PM Subject: RE: unscoped

RE: Re[2]: Is this possible to do?

2002-06-04 Thread Tony Carcieri
Critz and Gyrus, I think I need more caffeine. I STUPIDLY forgot to do: WHERE ID IN (#form.ID#). Yup, those damn parens do it all the time. ARGH! *gets up, smashes head on monitor, and stomps off to get more coffee* Thanks, T -Original Message- From: Critz [mailto:[EMAIL

Event 7031 Restarting CF Application Server

2002-06-04 Thread Costas Piliotis
I'm stumped. I found one thread in all of usenet about this: http://groups.google.ca/groups?hl=enlr=ie=UTF8oe=UTF8threadm=eGdi4KXDBHA 720%40tkmsftngp05rnum=1prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF8%26oe%3D UTF8%26q%3Dcold%2Bfusion%2B7031 I'm at a complete loss as to where I begin to source

RE: Order of Scopes

2002-06-04 Thread Chris Lofback
O'Reilly's Programming ColdFusion (CF5) lists them as follows: 1. Local 2. CGI 3. File 4. URL 5. Form 6. Cookie 7. Client This is the order for unscoped variables. All other variables require the scope and so are not included. Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N.,

RE: Client Variable DB storage

2002-06-04 Thread Matt Robertson
I broke out quite a few clients into individual db's. Wasn't worth the trouble and no noticeable performance gain. Reconsolidated most of them later on. Unless you have a special need - like a client who needs a special expiration period. Then its a real handy thing to do.

Client variable storage question

2002-06-04 Thread Richard Tugwell
Hi All I'm going a bit mad. I have a site - (CF5/SQL7/W2000) on my desktop. I have just copied it all to a new laptop to take and show a client (CF5/SQL2000/W2000). I scripted the SQL setup and it ran ok. The site uses client variables, stored in the database. I have configured client

RE: Order of Scopes

2002-06-04 Thread Chris Lofback
D'oh! In my haste, I overlooked that you said CFMX... -Original Message- From: Chris Lofback [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 1:02 PM To: CF-Talk Subject: RE: Order of Scopes O'Reilly's Programming ColdFusion (CF5) lists them as follows: 1. Local 2. CGI 3. File

RE: Re[2]: Is this possible to do?

2002-06-04 Thread Tony_Petruzzi
just to throw a tidbit out there. Remember that if you use MSSQL server you cannot use IN inside a stored procedure that you are passign the list in. such that Store Procedure === CREATE PROCEDURE ProcessList @myList varchar(255) As SELECT * FROM MyTable WHERE myColumn

RE: Client variable storage question

2002-06-04 Thread Tony_Petruzzi
did you forgot to go into the cf admin on your laptop and setup the database as a client variable storage? :) Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Richard Tugwell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04,

Re: Is this possible to do?

2002-06-04 Thread Dave Carabetta
My original code removed all irrelevant values from the Form structure. But I thought it's probably not worth it, as long as you have numeric ID's in the DB, and none of the irrelevant form fields are NAME'd with numbers that could accidentally correspond to DB ID's... Actually, thinking about

RE: Re[2]: Is this possible to do?

2002-06-04 Thread chad
Isnt this because you need single quotes around your list items? At 01:15 PM 6/4/2002 -0400, you wrote: just to throw a tidbit out there. Remember that if you use MSSQL server you cannot use IN inside a stored procedure that you are passign the list in. such that Store Procedure

Re: Does posting to cf-talk via the fuseware.com newsgroup actuallymakeit out to the list members?

2002-06-04 Thread Lewis Sellers
On Tue, 04 Jun 2002 11:01:49 -0400, in cf-talk you wrote: Funny, I've posted quite a few questions over the while via the fuseware newsgroup and its been posted to the list each time. Remember you must be a subscriber to the mail list itself in order to post to the list. Have you signed up for

cfexecute....help

2002-06-04 Thread phumes1
Hi, There is one program that I'm having trouble executing via cfexecute The problem is I have to be in the correct directory on the server for the program to run properly and I'm not sure how to change the directory path etc. I can easily run the program from a command prompt or a batch

RE: Order of Scopes

2002-06-04 Thread Ben Johnson
D'oh! In my haste, I overlooked that you said CFMX... I didn't know the FILE scope was in there. I guess I learn something new every day. However, yes, CFMX does change things a litte. Nothing significant because I generally scope all my variables except for the variables scope. Also, on

cfml.exe

2002-06-04 Thread Joseph Thompson
Running cfml.exe from a .bat file is a great way to use the windows scheduler and has other uses as well but... Is there a way to fake a Form or URL post to the files? cfexecute path=z:\cfusion\bin\cfml.exe arguments=d:\pathtofile\file.cfm?NoVar=Passed\ Here, NoVar is not passed in the URL

RE: Re[2]: Is this possible to do?

2002-06-04 Thread Tony Carcieri
Chad, No. I am not treating the values as a string. -Original Message- From: chad [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 1:30 PM To: CF-Talk Subject: RE: Re[2]: Is this possible to do? Isnt this because you need single quotes around your list items? At 01:15 PM

RE: Client Variable Storage Question

2002-06-04 Thread mynews
In CF Administrator under client variables and after you choose which DB to store the variables in; there is a checkbox that reads Create Client database tables. make sure that is checked. BJ = = = Original message = = = Hi All I'm going a bit mad. I have a site - (CF5/SQL7/W2000) on my

RE: Re[2]: Is this possible to do?

2002-06-04 Thread Tony_Petruzzi
well sortof. when you pass in the value to the storedprocedure, MSSQL looks at the string as a whole. to demostrate mylist = me, myself, and I to MSSQL, the string looks like: 'me, myself, and I' even if you enclose each element in ' . mylist = 'me', 'myself', 'and I' MSSQL looks at it

Re: Coldfusion My Acocunting System

2002-06-04 Thread Alex
Sure it's possible. I prefer simple systems myself. Think about how maintainable and flexible this is. Just by reading your email it sounds like a pile of sh*t. Of course, given a good rate you could get someone to do it for you. On Tue, 4 Jun 2002, Kris Pilles wrote: We've got CF 5 on win 2k

Re: lock an operation exclusive to the app?

2002-06-04 Thread Dina Hess
Every first-time visitor will hit this once. maybe i don't understand what you're trying to do here, but i don't see how access to this code will be limited to first-time visitors only. can you clarify? ~ dina __ Your ad

CFFILE question

2002-06-04 Thread phumes1
On our server I have a mapped drive letter Q pointing to a directory on another server. I'm trying to read in a file off the server but I keep getting an error. Can't I specify a mapped drive letter in CFFILE? cfset File=Q:\dir1\filename.txt cffile action=READ file=#File#

CFMAIL through MS Exchange

2002-06-04 Thread stas
Hello, Is there a way to send e-mail (using CFMAIL) when relaying has been turned off on the Exchange side? I can send with any e-mail program by supplying a username/password. Thanks! __ Structure your ColdFusion code with

  1   2   >