Re: CFMAIL and CFMAILPARAM

2003-02-05 Thread Jochem van Dieten
Taco Fleur wrote:
 
 Just curious, what were you trying to achieve by inserting
 
 Qu·est ce qu·Unicode?
 #20160;#40637;#26159;Unicode(#32113;#19968;#30908;/#27161;#28310;#3
 3836;#22283;#30908;)
 
 If its a hack I'd love to know about it.

Those are some of Paul Hastings standard unicode test strings. I was 
just trying to see if the redirect error was somehow related to this. 
Apparently not. (Wasn't that a different thread?)

Jochem



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CF Logins and Users Logged In CFLOCKS!!

2003-02-05 Thread Ianv2
Thanks

Seem to be getting somewhere

I have added the following line

cfparam name=application.loggedIn default=#structNew()#

and the error has now gone.

What concerns me is you mentioned about locks?? I take it you mean CFLOCK, why should 
I use this ??

Reading Ben Forta's book it stated that

NOTE : CFLOCK is primarily designed for use with custom tags that are not 
multithreaded.

What benefits would I get - I know it restricts blocks of code to single threaded 
access - but I am having trouble getting my head around the benefits of using this???

Finally

I need to build this feature in

 All you'd then need to do is a datediff() against each key on each request to kill 
the keys you no longer need. 

any ideas on code examples of how to do so... 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CF Logins and Users Logged In CFLOCKS!!

2003-02-05 Thread Robertson-Ravo, Neil (RX)
Are you on CFMX?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 10:25
To: CF-Talk
Subject: Re: CF Logins and Users Logged In  CFLOCKS!!


Thanks

Seem to be getting somewhere

I have added the following line

cfparam name=application.loggedIn default=#structNew()#

and the error has now gone.

What concerns me is you mentioned about locks?? I take it you mean CFLOCK,
why should I use this ??

Reading Ben Forta's book it stated that

NOTE : CFLOCK is primarily designed for use with custom tags that are not
multithreaded.

What benefits would I get - I know it restricts blocks of code to single
threaded access - but I am having trouble getting my head around the
benefits of using this???

Finally

I need to build this feature in

 All you'd then need to do is a datediff() against each key on each request
to kill the keys you no longer need. 

any ideas on code examples of how to do so... 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Printing on the client side.....

2003-02-05 Thread Taco Fleur
Hi Eric,

The first example of JS script I send, prints the content of the clients
browser.
As you were talking about printing a file, i assumed you wanted to print a
file on the server, which you could do with CFEXECUTE.

I am not sure why neither of these solutions are not right for you?
Can you not read the content of your file file with CFFILE, output it to the
clients browser and use the JS script to start the print job?

Taco Fleur

- Original Message -
From: Eric Homa [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, February 05, 2003 4:48 PM
Subject: Re: Printing on the client side.


 I appreciate all of the assistance.  Here is the scenario:

 We have a warehouse were we want to set up a client system on the net that
 will access our website and enter data into a database about shipments
that
 arrive.  They will enter the order number, number of pallets and model
 numbers, etc., etc.  They will fill in the data and submit the form.  At
the
 same time I want the client computer to print a bar-code label on a Zebra
 printer.  We can then label the boxes and put them away.  Maybe I am going
 about this all wrong.  I was hoping that I could write code that would run
 on the client browser that would cause the print job to happen.  I believe
 that cfexecute will cause things to happen on the server side, correct?

 Thanks,

 Eric Homa

 - Original Message -
 From: Taco Fleur [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, February 04, 2003 8:20 PM
 Subject: Re: Printing on the client side.


  Exactly!
 
  Thats why I said, Assuming your file is local i.e. on the server
 executing
  the command.
 
  He wants to send a file to the printer, I assume he is not going to
upload
 a
  file to the client and the run some code to print the file he just send
  them.
  But then again I might be assuming too much.
 
  Anyway I already gave him the code to print the content from a
browser...
 
  Ciao..
 
  - Original Message -
  From: Dave Watts [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Wednesday, February 05, 2003 2:08 PM
  Subject: RE: Printing on the client side.
 
 
Subject: Re: Printing on the client side.
   
Try cfexecute and execute the command PRINT [/D:device]
[[drive:][path]filename[...]]
   
That definately does the trick.. Assuming your file
is local...
  
   Uh, I think that'll print to a printer attached to your web server,
not
 a
   printer attached to the machine running the browser.
  
   Dave Watts, CTO, Fig Leaf Software
   http://www.figleaf.com/
   voice: (202) 797-5496
   fax: (202) 797-5444
  
  
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Clarification - CFMX for J2EE w/ Remoting

2003-02-05 Thread Stacy Young
Sean you ARE da man! Thanks dude.


-Original Message-
From: Sean A Corfield [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 1:09 AM
To: CF-Talk
Subject: Re: Clarification - CFMX for J2EE w/ Remoting

On Tuesday, Feb 4, 2003, at 15:21 US/Pacific, Stacy Young wrote:
 It will not enable the EJB or Servlet Adapters.

 So if we're not hitting EJB's directly we'd be ok? (we'd be using 
 client
 classes)

Correct: you can call Java Beans and plain ol' Java classes and they 
can, in turn, act as proxies to EJB's.

Sean A Corfield -- Director, Architecture
Web Technology Group -- Macromedia, Inc.
tel: (415) 252-2287 -- cell: (415) 717-8473
aim/iChat: seancorfield -- http://www.macromedia.com
An Architect's View -- http://www.macromedia.com/go/arch_blog

ColdFusion MX and JRun 4 now available for Mac OS X!
http://www.macromedia.com/go/cfmxosx


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: IDE was RE: CFML Forever!

2003-02-05 Thread jonhall
Wednesday, February 5, 2003, 2:40:28 AM, you wrote:

DB On Wed, 5 Feb 2003 01:04:02 -0500
DB [EMAIL PROTECTED] typed:

 Honestly though, it's still very sluggish. Much slower than DW or
 Homesite+. There was even a bit of lag just getting the menu
 dropdown's to come down...

You and me have the exact same work machine :)

Actually I was using JRockit 7...that might be the problem. I assumed
that it should do as good or better than the Sun version which I don't
have installed. Perhaps I'll give it another go...

-- 
mailto:[EMAIL PROTECTED]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CF Logins and Users Logged In CFLOCKS!!

2003-02-05 Thread Ianv2
No its is CF 4.5
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




OT: ASP List?

2003-02-05 Thread Mark Stephenson - Evolution Internet
Hey,

Trying to fill a skills gap...

Can anyone recommend a good ASP list... As good as this one is.

Kind Regards,



Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: [EMAIL PROTECTED]


WARNING:
---
The information contained in this document and attachments is confidential
and intended only for the person(s) named above.  If you are not the
intended recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly prohibited.
If you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.

AVIS IMPORTANT:
---
Les informations contenues dans le present document et ses pieces jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez
avise que toute divulgation, distribution, copie, ou autre utilisation de
ces informations est strictement prohibee.  Si vous avez recu ce document
par erreur, veuillez s'il vous plait communiquer immediatement avec
l'expediteur et detruire ce document sans en faire de copie sous quelque
forme.



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CF Logins and Users Logged In CFLOCKS!!

2003-02-05 Thread Robertson-Ravo, Neil (RX)
Then locking is required for any and all shared scope access which
reads/writes (session, application) (unless you are copying the vars into
the request scope.)



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 10:50
To: CF-Talk
Subject: RE: CF Logins and Users Logged In  CFLOCKS!!


No its is CF 4.5

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: IDE was RE: CFML Forever!

2003-02-05 Thread I-Lin Kuo
JRockit is not recommended for Client-side Java Apps.
It's designed for Server-side.
--- [EMAIL PROTECTED] wrote:
 Wednesday, February 5, 2003, 2:40:28 AM, you wrote:
 
 DB On Wed, 5 Feb 2003 01:04:02 -0500
 DB [EMAIL PROTECTED] typed:
 
  Honestly though, it's still very sluggish. Much
 slower than DW or
  Homesite+. There was even a bit of lag just
 getting the menu
  dropdown's to come down...
 
 You and me have the exact same work machine :)
 
 Actually I was using JRockit 7...that might be the
 problem. I assumed
 that it should do as good or better than the Sun
 version which I don't
 have installed. Perhaps I'll give it another go...
 
 -- 
 mailto:[EMAIL PROTECTED]
 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




OT: Sound Resources

2003-02-05 Thread Mark Stephenson - Evolution Internet
Hey,

Sorry for a succession of OT posts but..

Do any of you guys know any good resources for sourcing sound clips for
looping as background music... quite contemporary

thanks,



Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: [EMAIL PROTECTED]


WARNING:
---
The information contained in this document and attachments is confidential
and intended only for the person(s) named above.  If you are not the
intended recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly prohibited.
If you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.

AVIS IMPORTANT:
---
Les informations contenues dans le present document et ses pieces jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez
avise que toute divulgation, distribution, copie, ou autre utilisation de
ces informations est strictement prohibee.  Si vous avez recu ce document
par erreur, veuillez s'il vous plait communiquer immediatement avec
l'expediteur et detruire ce document sans en faire de copie sous quelque
forme.




-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 11:00
To: CF-Talk
Subject: RE: CF Logins and Users Logged In  CFLOCKS!!


Then locking is required for any and all shared scope access which
reads/writes (session, application) (unless you are copying the vars into
the request scope.)



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 10:50
To: CF-Talk
Subject: RE: CF Logins and Users Logged In  CFLOCKS!!


No its is CF 4.5


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: OT: ASP List?

2003-02-05 Thread Jeffry Houser
http://aspalliance.com/lists/

  I'm on a few of them.  More traffic than the CF lists on some days.


At 10:46 AM 2/5/2003 +, you wrote:

Hey,

Trying to fill a skills gap...

Can anyone recommend a good ASP list... As good as this one is.

Kind Regards,



Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: [EMAIL PROTECTED]


WARNING:
---
The information contained in this document and attachments is confidential
and intended only for the person(s) named above.  If you are not the
intended recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly prohibited.
If you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.

AVIS IMPORTANT:
---
Les informations contenues dans le present document et ses pieces jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez
avise que toute divulgation, distribution, copie, ou autre utilisation de
ces informations est strictement prohibee.  Si vous avez recu ce document
par erreur, veuillez s'il vous plait communiquer immediatement avec
l'expediteur et detruire ce document sans en faire de copie sous quelque
forme.




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: GET TABLES IN DATASOURCE / GET FIELDS IN TABLE

2003-02-05 Thread Hays, Duncan
SELECT table_name, column_name (or select * for more info)
FROM user_tab_columns
ORDER BY table_name, column_id

This is for the current user you're logged into Oracle as. We generally
don't create DSN's that connect as user's that own any tables so this is
best done in SQL Plus or TOAD.

Duncan Hays

-Original Message-
From: Everett, Al [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 3:21 PM
To: CF-Talk
Subject: RE: GET TABLES IN DATASOURCE / GET FIELDS IN TABLE


Excellent! Does anybody have an Oracle equivalent?

 -Original Message-
 From: Eric Creese [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 04, 2003 2:20 PM
 To: CF-Talk
 Subject: GET TABLES IN DATASOURCE / GET FIELDS IN TABLE
 
 
 SELECT sysobjects.id as tableid,sysobjects.name as tablename, 
 syscolumns.name as columnname
 FROM   sysobjects, syscolumns 
 WHERE  sysobjects.type = 'U'
 ANDsysobjects.id = syscolumns.id
 ORDER  by sysobjects.id
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Loading of allaire.controls2.CFTreeApplet.class fails

2003-02-05 Thread Benjamin Petz [rotorMedien]
Hi 


We wanna use the cftree and cftreeitem tag. By coding this, the ColdFusion Server
doesnt find the Java-Class-File allaire.controls2.CFTreeApplet.class. This
file doesnt exist on the Server. There is only a directory called allaire/controls/, 
but
there is no CFTreeApplet.class file. 
We use Cold Fusion 5.0 Professional on a linux box.

I havent found anything on the net. Do you have any suggestions?


Error message from Java Console..
===
Java(TM) Plug-in: Version 1.4.1_01
Verwendung der JRE-Version 1.4.1_01 Java HotSpot(TM) Client VM
Home-Verzeichnis des Benutzers = ...
Proxy-Konfiguration:Kein Proxy


java.io.FileNotFoundException: http://...CFIDE/classes/CFJava2.jar
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown 
Source)
at sun.plugin.net.protocol.http.HttpUtils.followRedirects(Unknown Source)
at sun.plugin.cache.CachedJarLoader.download(Unknown Source)
at sun.plugin.cache.CachedJarLoader.load(Unknown Source)
at sun.plugin.cache.JarCache.get(Unknown Source)
at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown 
Source)
at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
at sun.misc.URLClassPath$JarLoader.init(Unknown Source)
at sun.misc.URLClassPath$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getResource(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Laden: Klasse allaire.controls2.CFTreeApplet.class nicht gefunden
^^
java.lang.ClassNotFoundException: allaire.controls2.CFTreeApplet.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 11 more
===



Thanks

Benjamin Petz
-- 
rotor°Mediengruppe

Wissinger Hoefe - Pfuelstr. 5 - 10997 Berlin
fon (030) 61 79 190 - fax (030) 61 79 1999

360°communication - http://www.rotor-medien.de

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Loading of allaire.controls2.CFTreeApplet.class fails

2003-02-05 Thread Robertson-Ravo, Neil (RX)
Yep, we have the same problem, which I am sure is resolved by one of the
many CF5 updates.

-Original Message-
From: Benjamin Petz [rotorMedien] [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 12:37
To: CF-Talk
Subject: Loading of allaire.controls2.CFTreeApplet.class fails


Hi 


We wanna use the cftree and cftreeitem tag. By coding this, the ColdFusion
Server
doesnt find the Java-Class-File allaire.controls2.CFTreeApplet.class. This
file doesnt exist on the Server. There is only a directory called
allaire/controls/, but
there is no CFTreeApplet.class file. 
We use Cold Fusion 5.0 Professional on a linux box.

I havent found anything on the net. Do you have any suggestions?


Error message from Java Console..
===
Java(TM) Plug-in: Version 1.4.1_01
Verwendung der JRE-Version 1.4.1_01 Java HotSpot(TM) Client VM
Home-Verzeichnis des Benutzers = ...
Proxy-Konfiguration:Kein Proxy


java.io.FileNotFoundException: http://...CFIDE/classes/CFJava2.jar
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at
sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown
Source)
at sun.plugin.net.protocol.http.HttpUtils.followRedirects(Unknown
Source)
at sun.plugin.cache.CachedJarLoader.download(Unknown Source)
at sun.plugin.cache.CachedJarLoader.load(Unknown Source)
at sun.plugin.cache.JarCache.get(Unknown Source)
at
sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
at
sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown
Source)
at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
at sun.misc.URLClassPath$JarLoader.init(Unknown Source)
at sun.misc.URLClassPath$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getResource(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Laden: Klasse allaire.controls2.CFTreeApplet.class nicht gefunden
^^
java.lang.ClassNotFoundException: allaire.controls2.CFTreeApplet.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 11 more
===



Thanks

Benjamin Petz
-- 
rotor°Mediengruppe

Wissinger Hoefe - Pfuelstr. 5 - 10997 Berlin
fon (030) 61 79 190 - fax (030) 61 79 1999

360°communication - http://www.rotor-medien.de


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Sound Resources

2003-02-05 Thread Tony Weeg
www.flashkit.com

look for soundFX

great resource!!!

hth
tony

-Original Message-
From: Mark Stephenson - Evolution Internet
[mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 7:08 AM
To: CF-Talk
Subject: OT: Sound Resources


Hey,

Sorry for a succession of OT posts but..

Do any of you guys know any good resources for sourcing sound clips for
looping as background music... quite contemporary

thanks,



Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: [EMAIL PROTECTED]


WARNING:
---
The information contained in this document and attachments is
confidential
and intended only for the person(s) named above.  If you are not the
intended recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly
prohibited.
If you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.

AVIS IMPORTANT:
---
Les informations contenues dans le present document et ses pieces
jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire,
soyez
avise que toute divulgation, distribution, copie, ou autre utilisation
de
ces informations est strictement prohibee.  Si vous avez recu ce
document
par erreur, veuillez s'il vous plait communiquer immediatement avec
l'expediteur et detruire ce document sans en faire de copie sous quelque
forme.




-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 11:00
To: CF-Talk
Subject: RE: CF Logins and Users Logged In  CFLOCKS!!


Then locking is required for any and all shared scope access which
reads/writes (session, application) (unless you are copying the vars
into
the request scope.)



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 10:50
To: CF-Talk
Subject: RE: CF Logins and Users Logged In  CFLOCKS!!


No its is CF 4.5



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Loading of allaire.controls2.CFTreeApplet.class fails

2003-02-05 Thread Robertson-Ravo, Neil (RX)
Yes, 

check out :

http://www.macromedia.com/v1/Handlers/index.cfm?ID=20371Method=Full#50

I think its the one which resolves the way an applet loads when it has a JRE
greater than 1.3.x

-Original Message-
From: Benjamin Petz [rotorMedien] [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 12:37
To: CF-Talk
Subject: Loading of allaire.controls2.CFTreeApplet.class fails


Hi 


We wanna use the cftree and cftreeitem tag. By coding this, the ColdFusion
Server
doesnt find the Java-Class-File allaire.controls2.CFTreeApplet.class. This
file doesnt exist on the Server. There is only a directory called
allaire/controls/, but
there is no CFTreeApplet.class file. 
We use Cold Fusion 5.0 Professional on a linux box.

I havent found anything on the net. Do you have any suggestions?


Error message from Java Console..
===
Java(TM) Plug-in: Version 1.4.1_01
Verwendung der JRE-Version 1.4.1_01 Java HotSpot(TM) Client VM
Home-Verzeichnis des Benutzers = ...
Proxy-Konfiguration:Kein Proxy


java.io.FileNotFoundException: http://...CFIDE/classes/CFJava2.jar
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at
sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown
Source)
at sun.plugin.net.protocol.http.HttpUtils.followRedirects(Unknown
Source)
at sun.plugin.cache.CachedJarLoader.download(Unknown Source)
at sun.plugin.cache.CachedJarLoader.load(Unknown Source)
at sun.plugin.cache.JarCache.get(Unknown Source)
at
sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
at
sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown
Source)
at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
at sun.misc.URLClassPath$JarLoader.init(Unknown Source)
at sun.misc.URLClassPath$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getResource(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Laden: Klasse allaire.controls2.CFTreeApplet.class nicht gefunden
^^
java.lang.ClassNotFoundException: allaire.controls2.CFTreeApplet.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 11 more
===



Thanks

Benjamin Petz
-- 
rotor°Mediengruppe

Wissinger Hoefe - Pfuelstr. 5 - 10997 Berlin
fon (030) 61 79 190 - fax (030) 61 79 1999

360°communication - http://www.rotor-medien.de


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Sound Resources

2003-02-05 Thread Mark Stephenson - Evolution Internet
Hey...

I like!!!

Thanks...

Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: [EMAIL PROTECTED]


WARNING:
---
The information contained in this document and attachments is confidential
and intended only for the person(s) named above.  If you are not the
intended recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly prohibited.
If you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.

AVIS IMPORTANT:
---
Les informations contenues dans le present document et ses pieces jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez
avise que toute divulgation, distribution, copie, ou autre utilisation de
ces informations est strictement prohibee.  Si vous avez recu ce document
par erreur, veuillez s'il vous plait communiquer immediatement avec
l'expediteur et detruire ce document sans en faire de copie sous quelque
forme.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 12:43
To: CF-Talk
Subject: RE: Sound Resources


www.flashkit.com

look for soundFX

great resource!!!

hth
tony

-Original Message-
From: Mark Stephenson - Evolution Internet
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 7:08 AM
To: CF-Talk
Subject: OT: Sound Resources


Hey,

Sorry for a succession of OT posts but..

Do any of you guys know any good resources for sourcing sound clips for
looping as background music... quite contemporary

thanks,



Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: [EMAIL PROTECTED]


WARNING:
---
The information contained in this document and attachments is
confidential
and intended only for the person(s) named above.  If you are not the
intended recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly
prohibited.
If you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.

AVIS IMPORTANT:
---
Les informations contenues dans le present document et ses pieces
jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire,
soyez
avise que toute divulgation, distribution, copie, ou autre utilisation
de
ces informations est strictement prohibee.  Si vous avez recu ce
document
par erreur, veuillez s'il vous plait communiquer immediatement avec
l'expediteur et detruire ce document sans en faire de copie sous quelque
forme.




-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 11:00
To: CF-Talk
Subject: RE: CF Logins and Users Logged In  CFLOCKS!!


Then locking is required for any and all shared scope access which
reads/writes (session, application) (unless you are copying the vars
into
the request scope.)



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 10:50
To: CF-Talk
Subject: RE: CF Logins and Users Logged In  CFLOCKS!!


No its is CF 4.5




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Checking all form fields

2003-02-05 Thread Thane Sherrington
Is there a way in CF5 to check all form fields even if you don't know their 
names?  Some way to loop through the entire form.* scope, perhaps?

T

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Checking all form fields

2003-02-05 Thread John Stanley
no, but you can use javaqscript to do this.

-Original Message-
From: Thane Sherrington [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 8:20 AM
To: CF-Talk
Subject: Checking all form fields


Is there a way in CF5 to check all form fields even if you don't know their 
names?  Some way to loop through the entire form.* scope, perhaps?

T


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Checking all form fields

2003-02-05 Thread Thomas Chiverton
On Wednesday 05 Feb 2003 13:21 pm, John Stanley wrote:
 no, but you can use javaqscript to do this.

The tag cfdump manages it, I'd suggest looking at it's code.

-- 
Tom C

Given enough time and money, and a following wind, a PC can do FMV.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Checking all form fields

2003-02-05 Thread Tangorre, Michael
yes.


cfoutput
cfloop list=#form.fieldnames# index=thisElement

Form Element Name is  -  #thisElement#
Form Element Value is -  #Evaluate('form.  thisElement')#

/cfloop
/cfoutput

hth,

Mike





-Original Message-
From: Thane Sherrington [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 8:20 AM
To: CF-Talk
Subject: Checking all form fields


Is there a way in CF5 to check all form fields even if you don't know their 
names?  Some way to loop through the entire form.* scope, perhaps?

T


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Checking all form fields

2003-02-05 Thread Lofback, Chris
Yes, you can use the form.fieldnames list and loop through it, something
like this:

CFLOOP LIST=#Form.FieldNames# INDEX=Field
BRCFOUTPUTForm.#Field# = #Form[Field]#/CFOUTPUT
/CFLOOP

Chris Lofback
Sr. Web Developer

TRX Integration
28051 US 19 N., Ste. C
Clearwater, FL  33761
www.trxi.com


 -Original Message-
 From: Thane Sherrington [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 05, 2003 8:20 AM
 To: CF-Talk
 Subject: Checking all form fields
 
 
 Is there a way in CF5 to check all form fields even if you 
 don't know their 
 names?  Some way to loop through the entire form.* scope, perhaps?
 
 T
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Checking all form fields

2003-02-05 Thread Bosky, Dave
CFLOOP COLLECTION=#form# ITEM=i 
CFIF i is not FIELDNAMES
#Variables.i# #form[i]# 
/CFIF

/CFLOOP 

Regards,
Dave Bosky
Sr. Multimedia Web Designer
Horry Telephone Cooperative, Inc. 
office: (843)369-8613
[EMAIL PROTECTED]


-Original Message-
From: John Stanley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 8:22 AM
To: CF-Talk
Subject: RE: Checking all form fields


no, but you can use javaqscript to do this.

-Original Message-
From: Thane Sherrington [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 8:20 AM
To: CF-Talk
Subject: Checking all form fields


Is there a way in CF5 to check all form fields even if you don't know their 
names?  Some way to loop through the entire form.* scope, perhaps?

T



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Checking all form fields

2003-02-05 Thread John Stanley
you are correct, i should not have said no.

-Original Message-
From: Tangorre, Michael [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 8:34 AM
To: CF-Talk
Subject: RE: Checking all form fields


yes.


cfoutput
cfloop list=#form.fieldnames# index=thisElement

Form Element Name is  -  #thisElement#
Form Element Value is -  #Evaluate('form.  thisElement')#

/cfloop
/cfoutput

hth,

Mike





-Original Message-
From: Thane Sherrington [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 8:20 AM
To: CF-Talk
Subject: Checking all form fields


Is there a way in CF5 to check all form fields even if you don't know their 
names?  Some way to loop through the entire form.* scope, perhaps?

T



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Checking all form fields

2003-02-05 Thread Tangorre, Michael
no problem. I enjoyed the variety of ways people chimed in with in regards to doing 
this. Just goes to show you there are so many ways to do things in CF, even for simple 
things like looping over lists.

:-)


-Original Message-
From: John Stanley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 8:37 AM
To: CF-Talk
Subject: RE: Checking all form fields


you are correct, i should not have said no.

-Original Message-
From: Tangorre, Michael [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 8:34 AM
To: CF-Talk
Subject: RE: Checking all form fields


yes.


cfoutput
cfloop list=#form.fieldnames# index=thisElement

Form Element Name is  -  #thisElement#
Form Element Value is -  #Evaluate('form.  thisElement')#

/cfloop
/cfoutput

hth,

Mike





-Original Message-
From: Thane Sherrington [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 8:20 AM
To: CF-Talk
Subject: Checking all form fields


Is there a way in CF5 to check all form fields even if you don't know their 
names?  Some way to loop through the entire form.* scope, perhaps?

T




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Checking all form fields

2003-02-05 Thread Thane Sherrington
At 08:31 AM 02/05/03 -0500, Lofback, Chris wrote:
Yes, you can use the form.fieldnames list and loop through it, something
like this:

Excellent.  Thank you.

T 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




CF MX Enterprise Security

2003-02-05 Thread David Brown
I have two different passwords for cfadmin pages and RDS.  But I would like
to limit the drives and folders that a user can see when they log in with
rds based on login name.

For example:

user A logs in with DW MX or Home Site and needs access to Folder A on drive
A.  I don't want them to have access or even see the drives B,C,etc or other
folders then folder A on drive A.

I have looked at sandbox security, but I don't think it gives me what I
want.  From what I can tell it limits what a application can do running in X
folder, not what X users can see or have access to via RDS.

David


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




reference and value

2003-02-05 Thread Tangorre, Michael
can someone help me to understand the following:
 
cfscript
   temp = StructNew();
/cfscript
 
cfset newtemp = temp
cfset temp.value = Hello
cfset temp = 45
 
cfoutput
   #newtemp.value# #temp#
/cfoutput
 
according to some cfmx exam study questions, the output would read Hello 45 (without 
the quotes).
 
I assume this has to do with the way copying variables and references and the like..
 
any clarification would be great.
 
Thanks,
 
Michael T. Tangorre
 

MillenniuM Information Systems
1101 Wilson Blvd. Suite 1200
Arlington, Virginia 22209
 
O: 703-341-1438
C: 607-426-9277

Golden Rule: 
He who has the gold, makes the rules!
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




all records deleted from table

2003-02-05 Thread Kay Smoljak
   A long time ago, I made a really stupid mistake that results in deletion 
of all data from a table...

A tip I picked up from somewhere - it might even have been this list - is to not ever 
actually delete records using code. Instead, I have a dtDeleted field, which is set to 
the current date when I want to delete the record. When doing selects, I add WHERE 
dtDeleted IS NULL to get only non-deleted records.

I had an admin section which was secured using session variables. Records kept being 
deleted in big batches. It took a long time to track down, but it turned out the 
client was using the Alexa toolbar in his browser - the program managed to capture his 
username and password as well as urls he visited, and use that to spider the site for 
the internet wayback machine. In that case all took to stop it was a robots.txt file.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: IDE was RE: CFML Forever!

2003-02-05 Thread Joshua Miller
You can change which JVM is used through editing a configuration file in
jEdit.

From the jEdit list earlier in the week:

In windows, go to Start | Programs | jEdit | set jEdit Parameters

Set the location of Java application loader value to the location of
your 
JDK.  On my machine, it's :c:\j2sdk1.4.0_01\bin\javaw.exe.  From
there, 
jEdit figures everything out.


As for the links there are some broken yes - have had no time to fix it
lately. However, if you go to the jEdit Resources link near the top of
the page (after the first paragraph) you can get to all the downloads.
That URL is: http://www.joshuasmiller.com/jedit/resources.cfm . I'll try
to get those 404's taken out today.

I'm running on a PIII 800 with 512mb RAM and WindowsXP Pro and it's as
quick as HomeSite+ and starts even faster than DWMX. On my Mac it's just
as fast even though it's still using JDK 1.3.x and on RedHat Linux 7.3
with JDK 1.4.x it's equally fast - no sluggishness anywhere. I'd imagine
that your issue is related to the JVM and not jEdit, it's quick every
place I use it.

Thanks,


Joshua Miller
Head Programmer / IT Manager
Garrison Enterprises Inc.
www.garrisonenterprises.net
[EMAIL PROTECTED]
(704) 569-9044 ext. 254
 

*
Any views expressed in this message are those of the individual sender,
except where the sender states them to be the views of 
Garrison Enterprises Inc.
 
This e-mail is intended only for the individual or entity to which it is
addressed and contains information that is private and confidential. If
you are not the intended recipient you are hereby notified that any
dissemination, distribution or copying is strictly prohibited. If you 
have received this e-mail in error please delete it immediately and
advise us by return e-mail to [EMAIL PROTECTED]

*


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 5:41 AM
To: CF-Talk
Subject: Re: IDE was RE: CFML Forever!


Wednesday, February 5, 2003, 2:40:28 AM, you wrote:

DB On Wed, 5 Feb 2003 01:04:02 -0500
DB [EMAIL PROTECTED] typed:

 Honestly though, it's still very sluggish. Much slower than DW or
 Homesite+. There was even a bit of lag just getting the menu
 dropdown's to come down...

You and me have the exact same work machine :)

Actually I was using JRockit 7...that might be the problem. I assumed
that it should do as good or better than the Sun version which I don't
have installed. Perhaps I'll give it another go...

-- 
mailto:[EMAIL PROTECTED]


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: all records deleted from table

2003-02-05 Thread Zac Spitzer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kay Smoljak wrote:
| A long time ago, I made a really stupid mistake that results in
| deletion of all data from a table...
|
|
| A tip I picked up from somewhere - it might even have been this list
| - is to not ever actually delete records using code. Instead, I have
| a dtDeleted field, which is set to the current date when I want to
| delete the record. When doing selects, I add WHERE dtDeleted IS
| NULL to get only non-deleted records.
|

good idea, badly implemented. a select using a null criteria cannot
use a index and means the database must do a full table scan which means
~ bad performancetry changing your logic round so you can use an
index...

z

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+QSAM1lRHdy8ASusRAnb4AJoDt66u5fWbgibWEoFPmqmMu5AElwCeMmsK
pSKubEkErq+ymszYSb/7QRo=
=lz66
-END PGP SIGNATURE-

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Simple Query Help

2003-02-05 Thread rick
I need to parse a query to a calendar database that returns just the current month's 
events, and I'm hung up on the Where part of the query (I'm obiously also getting very 
confused between CF and SQL functions).  

cfquery name=Q_Month datasource=command_calendar
SELECT Title, Details, EventDate, StartHour, StartMin 
FROMEvents 
WHERE   DatePart(,EventDate) =  AND DatePart(,EventDate)= 
ORDER BY EventDate ASC
/cfquery

Am I on the right track here?  Is there a better way?  
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Stuck in cfexecute hell...

2003-02-05 Thread Andrew Golden
I know that Macromedia has a known issue logged regarding the fact that 
cfexecute in MX will not return control to the calling page once output is 
recieved from the calling program, but will instead wait until the timeout 
specified has expired. Does anyone know of any issue with cfexecute's 
ability to generate output files using the outputfile attribute?  I am 
attempting to use the cfloop work around to insure that a process has 
finished executing but I am not getting any outputfile created. I have set 
the permissions appropriately so the  user account  that cf runs under owns 
the directory it is attempting to write too but I recieve no output at all. 
I am running a custom shell script that I wrote that does generate output 
but I do not get a file created at all. The script executes just fine when 
I set the timeout value to a high value(120+).

I am using the following code:

cfexecute name=/rootpath/test-screen
  arguments=/rootpath/rawps/#cffile.serverfile# 
/rootpath/pdf/lowres/#pdfName#
  timeout=120
  outputfile=/var/www.adserv.wedaconnect.com/log/lowres.log
/cfexecute


cfset done = false
cfloop condition = done is 'false'
cfif FileExists(/rootpath/log/lowres.log)
cffile action=READ file=#outputfile# variable=filetext
cfif filetext contains finished
cfset done = true
/cfif
/cfif
/cfloop

Any ideas (other then downgrading to CF5, as that is not an option)? I am 
running CFMX 6,0,0,55693, RH 7.2 with all the latest goodies.TIA!

Andrew Golden

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Printing on the client side.....

2003-02-05 Thread S . Isaac Dealey
If I read the question correctly, the problem with client side javascript is
that it doesn't actually start the print job but rather displays the print
dialog. I believe he's looking for a way to start the print job on the
client side, which would probably require a browser plugin since javascript
doesn't allow this (I believe for security reasons or the like).


s. isaac dealey954-776-0046

new epoch  http://www.turnkey.to

lead architect, tapestry cms   http://products.turnkey.to

tapestry api is opensource http://www.turnkey.to/tapi

certified advanced coldfusion 5 developer
http://www.macromedia.com/v1/handlers/index.cfm?ID=21816

 Hi Eric,

 The first example of JS script I send, prints the content
 of the clients
 browser.
 As you were talking about printing a file, i assumed you
 wanted to print a
 file on the server, which you could do with CFEXECUTE.

 I am not sure why neither of these solutions are not right
 for you?
 Can you not read the content of your file file with
 CFFILE, output it to the
 clients browser and use the JS script to start the print
 job?

 Taco Fleur

 - Original Message -
 From: Eric Homa [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, February 05, 2003 4:48 PM
 Subject: Re: Printing on the client side.


 I appreciate all of the assistance.  Here is the
 scenario:

 We have a warehouse were we want to set up a client
 system on the net that
 will access our website and enter data into a database
 about shipments
 that
 arrive.  They will enter the order number, number of
 pallets and model
 numbers, etc., etc.  They will fill in the data and
 submit the form.  At
 the
 same time I want the client computer to print a bar-code
 label on a Zebra
 printer.  We can then label the boxes and put them away.
 Maybe I am going
 about this all wrong.  I was hoping that I could write
 code that would run
 on the client browser that would cause the print job to
 happen.  I believe
 that cfexecute will cause things to happen on the server
 side, correct?

 Thanks,

 Eric Homa

 - Original Message -
 From: Taco Fleur [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, February 04, 2003 8:20 PM
 Subject: Re: Printing on the client side.


  Exactly!
 
  Thats why I said, Assuming your file is local i.e. on
  the server
 executing
  the command.
 
  He wants to send a file to the printer, I assume he is
  not going to
 upload
 a
  file to the client and the run some code to print the
  file he just send
  them.
  But then again I might be assuming too much.
 
  Anyway I already gave him the code to print the content
  from a
 browser...
 
  Ciao..
 
  - Original Message -
  From: Dave Watts [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Wednesday, February 05, 2003 2:08 PM
  Subject: RE: Printing on the client side.
 
 
Subject: Re: Printing on the client side.
   
Try cfexecute and execute the command PRINT
[/D:device]
[[drive:][path]filename[...]]
   
That definately does the trick.. Assuming your file
is local...
  
   Uh, I think that'll print to a printer attached to
   your web server,
 not
 a
   printer attached to the machine running the browser.
  
   Dave Watts, CTO, Fig Leaf Software
   http://www.figleaf.com/
   voice: (202) 797-5496
   fax: (202) 797-5444
  
  
 

 ~~
 ~~~|
 Archives:
 http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
 Subscription: http://www.houseoffusion.com/cf_lists/index.
 cfm?method=subscribeforumid=4
 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 Structure your ColdFusion code with Fusebox. Get the
 official book at http://www.fusionauthority.com/bkinfo.cfm

   Unsubscribe: http://www.houseoffusion.com/cf_lists/uns
   ubscribe.cfm?user=633.558.4


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Simple Query Help

2003-02-05 Thread Robertson-Ravo, Neil (RX)
Yep you are...

 WHEREDatePart(,EventDate) =  AND
DatePart(,EventDate)= 

This will not work... the first part of the Where clause needs to be
something like

WHERE EventDate = '[YOURDATE]'

I am not sure what format your date is in, but I think you get the idea :-p

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 14:38
To: CF-Talk
Subject: Simple Query Help


I need to parse a query to a calendar database that returns just the current
month's events, and I'm hung up on the Where part of the query (I'm obiously
also getting very confused between CF and SQL functions).  

cfquery name=Q_Month datasource=command_calendar
SELECT Title, Details, EventDate, StartHour, StartMin 
FROMEvents 
WHERE   DatePart(,EventDate) =  AND DatePart(,EventDate)= 
ORDER BY EventDate ASC
/cfquery

Am I on the right track here?  Is there a better way?  

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




all records deleted from table

2003-02-05 Thread Kay Smoljak
| Kay Smoljak wrote:
| A tip I picked up from somewhere - it might even have been this list
| - is to not ever actually delete records using code. Instead, I have
| a dtDeleted field, which is set to the current date when I want to
| delete the record. When doing selects, I add WHERE dtDeleted IS
| NULL to get only non-deleted records.
|
Zac Spitzer wrote:
good idea, badly implemented. a select using a null criteria cannot
use a index and means the database must do a full table scan which means
~ bad performancetry changing your logic round so you can use an
index...

Hey, thanks for the tip. Will definitely look into that...
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Simple Query Help

2003-02-05 Thread Jochem van Dieten
cfquery name=Q_Month datasource=command_calendar
SELECT
Title,
Details,
EventDate,
StartHour,
StartMin
FROM
Events
WHERE
EXTRACT (YEAR FROM EventDate) = cfqueryparam 
cfsqltype=cf_sql_integer value=#Year(Now())#
AND
EXTRACT (MONTH FROM EventDate) = cfqueryparam 
cfsqltype=cf_sql_integer value=#Month(Now())#
ORDER BY
EventDate ASC
/cfquery

Jochem

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Sound Resources

2003-02-05 Thread Rafael Alan Bleiweiss
http://www.killersound.com

Excellent sounds - the free comps are not so perfect, however just signing 
up for free gets you full quality comps and for high quality high end sites 
their pricing is great.  

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: all records deleted from table

2003-02-05 Thread Jochem van Dieten
Zac Spitzer wrote:
 Kay Smoljak wrote:
 |
 | A tip I picked up from somewhere - it might even have been this list
 | - is to not ever actually delete records using code. Instead, I have
 | a dtDeleted field, which is set to the current date when I want to
 | delete the record. When doing selects, I add WHERE dtDeleted IS
 | NULL to get only non-deleted records.
 |
 
 good idea, badly implemented. a select using a null criteria cannot
 use a index and means the database must do a full table scan which means
 ~ bad performancetry changing your logic round so you can use an
 index...

That is just a limitation of your specific dbms. Others can use much 
fancier indexing schemes. (If your database supports it, look into 
partial indexes for this type of problem.)

Jochem

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




CFMX .NET

2003-02-05 Thread Adrocknaphobia Jones
I know there is an enormous anti-MS sentiment here, but I'm curious is
anyone as installed the .NET framework on the same box running CFMX. If
so, how was performance affected? I've always done one or the other, but
I'm thinking of combining them both, although I can foresee conflict out
the arse. Any thoughts? War stories? Recommendations?
 
Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




PDB databases

2003-02-05 Thread Robert Bailey
Anyone know how I can convert or read PDB databases?

Thanks!
Robert Bailey
Famous for nothing
---
[This E-mail scanned for viruses]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMX .NET

2003-02-05 Thread Robertson-Ravo, Neil (RX)
Yes and None

-Original Message-
From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 15:00
To: CF-Talk
Subject: CFMX  .NET


I know there is an enormous anti-MS sentiment here, but I'm curious is
anyone as installed the .NET framework on the same box running CFMX. If
so, how was performance affected? I've always done one or the other, but
I'm thinking of combining them both, although I can foresee conflict out
the arse. Any thoughts? War stories? Recommendations?
 
Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division
 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMX .NET

2003-02-05 Thread Kris Pilles
I have them both working on our of our dev servers here Had no
trouble setting it up...

-Original Message-
From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 10:00 AM
To: CF-Talk
Subject: CFMX  .NET


I know there is an enormous anti-MS sentiment here, but I'm curious is
anyone as installed the .NET framework on the same box running CFMX. If
so, how was performance affected? I've always done one or the other, but
I'm thinking of combining them both, although I can foresee conflict out
the arse. Any thoughts? War stories? Recommendations?
 
Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division
 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMX .NET

2003-02-05 Thread Jason Lees (National Express)
I have them both runing on the same PC, although its my main development PC.
so I dont know how it would react on a Win2k Server etc.

And I've not seen any so far. 

Jason Lees
Development Team Leader
National Express Coaches Ltd.



-Original Message-
From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 15:00
To: CF-Talk
Subject: CFMX  .NET


I know there is an enormous anti-MS sentiment here, but I'm curious is
anyone as installed the .NET framework on the same box running CFMX. If
so, how was performance affected? I've always done one or the other, but
I'm thinking of combining them both, although I can foresee conflict out
the arse. Any thoughts? War stories? Recommendations?
 
Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division
 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMX .NET

2003-02-05 Thread Tony Weeg
I have the .net runtime stuff on my dev box, with cfmx
and no problems or issues.

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Kris Pilles [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 10:00 AM
To: CF-Talk
Subject: RE: CFMX  .NET


I have them both working on our of our dev servers here Had no
trouble setting it up...

-Original Message-
From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 10:00 AM
To: CF-Talk
Subject: CFMX  .NET


I know there is an enormous anti-MS sentiment here, but I'm curious is
anyone as installed the .NET framework on the same box running CFMX. If
so, how was performance affected? I've always done one or the other, but
I'm thinking of combining them both, although I can foresee conflict out
the arse. Any thoughts? War stories? Recommendations?
 
Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division
 



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMX .NET

2003-02-05 Thread Gary W. Sullivan II
No trouble here whatsoever. They are working together fine. I installed
the .NET framework a long while ago for the sake of COM interop. Haven't
had a problem yet (it's been about 9 months).

Gary Sullivan
Web Apps Developer  MCAD.NET
www.collettevacations.com

-Original Message-
From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 10:00 AM
To: CF-Talk
Subject: CFMX  .NET


I know there is an enormous anti-MS sentiment here, but I'm curious is
anyone as installed the .NET framework on the same box running CFMX. If
so, how was performance affected? I've always done one or the other, but
I'm thinking of combining them both, although I can foresee conflict out
the arse. Any thoughts? War stories? Recommendations?
 
Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division
 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: all records deleted from table

2003-02-05 Thread Andy Ousterhout
I add a IsDeleted flag to perform soft deletes and use DateChanged field to
record the last date that the record was updated.

-Original Message-
From: Kay Smoljak [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 7:47 AM
To: CF-Talk
Subject: all records deleted from table


| Kay Smoljak wrote:
| A tip I picked up from somewhere - it might even have been this list
| - is to not ever actually delete records using code. Instead, I have
| a dtDeleted field, which is set to the current date when I want to
| delete the record. When doing selects, I add WHERE dtDeleted IS
| NULL to get only non-deleted records.
|
Zac Spitzer wrote:
good idea, badly implemented. a select using a null criteria cannot
use a index and means the database must do a full table scan which means
~ bad performancetry changing your logic round so you can use an
index...

Hey, thanks for the tip. Will definitely look into that...

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: all records deleted from table

2003-02-05 Thread Zac Spitzer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jochem van Dieten wrote:
| Zac Spitzer wrote:
|
|Kay Smoljak wrote:
||
|| A tip I picked up from somewhere - it might even have been this list
|| - is to not ever actually delete records using code. Instead, I have
|| a dtDeleted field, which is set to the current date when I want to
|| delete the record. When doing selects, I add WHERE dtDeleted IS
|| NULL to get only non-deleted records.
||
|
|good idea, badly implemented. a select using a null criteria cannot
|use a index and means the database must do a full table scan which means
|~ bad performancetry changing your logic round so you can use an
|index...
|
|
| That is just a limitation of your specific dbms. Others can use much
| fancier indexing schemes. (If your database supports it, look into
| partial indexes for this type of problem.)

interesting i think oracle (at least in the 8i world)  ms-sql don't
support it, which dbms *DO* support it?

z
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+QSql1lRHdy8ASusRAtArAJwLPMHtUOvCWV9KR5Ronyoi9NljbQCgqla/
LwScJAm+7C2MZthJd2ZhqCA=
=y9Ph
-END PGP SIGNATURE-

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CFMX .NET

2003-02-05 Thread Jeffry Houser
  Performance wasn't affected at all.

  I have CF5, CFMX, and .NET running on the same server.  This is not a 
production server, though.

At 09:59 AM 2/5/2003 -0500, you wrote:

I know there is an enormous anti-MS sentiment here, but I'm curious is
anyone as installed the .NET framework on the same box running CFMX. If
so, how was performance affected? I've always done one or the other, but
I'm thinking of combining them both, although I can foresee conflict out
the arse. Any thoughts? War stories? Recommendations?

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Remotely spider websites

2003-02-05 Thread Jillian Carroll
From what I have been able to find, the verity spider will only spider
sites on a single network domain... so a remote machine must reside on
the same domain.  What I'm wondering is if anybody can recommend (or has
written) a tool that will let me spider remote sites in a CF-friendly
manner?
 
Thank you for your information.
 
--
Jillian Carroll

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Re[2]: IDE was RE: CFML Forever!

2003-02-05 Thread Mark A. Kruger - CFG
Mine runs quite smoothly on the 1.4 jvm and an XP box.  I have found it
pleasantly fast and smooth compared to other Java programs I've used.  Takes
a bit longer to load but other than that

-Original Message-
From: David Burband [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 1:40 AM
To: CF-Talk
Subject: Re: Re[2]: IDE was RE: CFML Forever!


On Wed, 5 Feb 2003 01:04:02 -0500
[EMAIL PROTECTED] typed:

 Honestly though, it's still very sluggish. Much slower than DW or
 Homesite+. There was even a bit of lag just getting the menu
 dropdown's to come down...

Are you using a current JVM from SUN or the crappy MSFT implementation? That
might make the difference. On P3 550 MHZ box 300+ ram it's quite comfortable
with several other apps open.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMX .NET

2003-02-05 Thread Mark A. Kruger - CFG
No issues here apparently no conflict.

-Original Message-
From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 9:00 AM
To: CF-Talk
Subject: CFMX  .NET


I know there is an enormous anti-MS sentiment here, but I'm curious is
anyone as installed the .NET framework on the same box running CFMX. If
so, how was performance affected? I've always done one or the other, but
I'm thinking of combining them both, although I can foresee conflict out
the arse. Any thoughts? War stories? Recommendations?

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: need a bb script

2003-02-05 Thread Dimo Michailov
Dave:

Assuming you are talking to Bulletin Board system, and assuming you 
would not need many fancy features such as thread notification, etc, I 
would recommend Fusebox Open Forums - 
http://fbopenforums.sourgeforge.net - free, easy to customize, and very 
easy to extend and modify. FB3 compatible.

Just a suggestion,


Dimo



Dave Lyons wrote:
 anyone know of a good, cheap BB system for coldfusion?
 Dave 
 
 -- .::. -
 
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




CFMX (Session State Replication)

2003-02-05 Thread Brandon Purcell
Joe,

With CFMX Standalone both Enterprise and Professional session replication is not 
possible.  This is an issue with the underlying objects that represent the data in 
CFMX.  In order for session replication to work the objects need to be serializable.  
In the first release of CFMX for J2EE this was still a problem. In the last release 
(CFMX for J2EE Phase II) changes were made to make all session data serializable.  
They also had to make changes to the CFMX classloader so this required a bit of work.  
If the underlying application server supports session replication then CFMX for J2EE 
Phase II will replicate session data as well.  I am in the middle of completing an 
article for the DevCenter that illustrates how to configure this on JRun.  Look for it 
in the middle of the month of Feb. For a lead in you can read my article about 
multiple instances

http://www.macromedia.com/desdev/mx/coldfusion/j2ee/articles/multiple.html

Let me know if you have any questions

Brandon Purcell
[EMAIL PROTECTED]
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Checking all form fields

2003-02-05 Thread Ewok
ouch evaluate

cfloop collection=#Form# item=i
 #form[i]#br
/cfloop

just another method

- Original Message -
From: Tangorre, Michael [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, February 05, 2003 8:39 AM
Subject: RE: Checking all form fields


 no problem. I enjoyed the variety of ways people chimed in with in regards
to doing this. Just goes to show you there are so many ways to do things in
CF, even for simple things like looping over lists.

 :-)


 -Original Message-
 From: John Stanley [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 05, 2003 8:37 AM
 To: CF-Talk
 Subject: RE: Checking all form fields


 you are correct, i should not have said no.

 -Original Message-
 From: Tangorre, Michael [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 05, 2003 8:34 AM
 To: CF-Talk
 Subject: RE: Checking all form fields


 yes.


 cfoutput
 cfloop list=#form.fieldnames# index=thisElement

 Form Element Name is  -  #thisElement#
 Form Element Value is -  #Evaluate('form.  thisElement')#

 /cfloop
 /cfoutput

 hth,

 Mike





 -Original Message-
 From: Thane Sherrington [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 05, 2003 8:20 AM
 To: CF-Talk
 Subject: Checking all form fields


 Is there a way in CF5 to check all form fields even if you don't know
their
 names?  Some way to loop through the entire form.* scope, perhaps?

 T




 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Clarification - CFMX for J2EE w/ Remoting

2003-02-05 Thread Matt Liotta
See also http://markme.com/cantrell/weblog/index.cfm?m=2d=5y=2003.

Matt Liotta
President  CEO
Montara Software, Inc.
http://www.montarasoftware.com/
888-408-0900 x901

 -Original Message-
 From: Stacy Young [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 05, 2003 5:40 AM
 To: CF-Talk
 Subject: RE: Clarification - CFMX for J2EE w/ Remoting
 
 Sean you ARE da man! Thanks dude.
 
 
 -Original Message-
 From: Sean A Corfield [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 05, 2003 1:09 AM
 To: CF-Talk
 Subject: Re: Clarification - CFMX for J2EE w/ Remoting
 
 On Tuesday, Feb 4, 2003, at 15:21 US/Pacific, Stacy Young wrote:
  It will not enable the EJB or Servlet Adapters.
 
  So if we're not hitting EJB's directly we'd be ok? (we'd be using
  client
  classes)
 
 Correct: you can call Java Beans and plain ol' Java classes and they
 can, in turn, act as proxies to EJB's.
 
 Sean A Corfield -- Director, Architecture
 Web Technology Group -- Macromedia, Inc.
 tel: (415) 252-2287 -- cell: (415) 717-8473
 aim/iChat: seancorfield -- http://www.macromedia.com
 An Architect's View -- http://www.macromedia.com/go/arch_blog
 
 ColdFusion MX and JRun 4 now available for Mac OS X!
 http://www.macromedia.com/go/cfmxosx
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Replication - Mirroring Software for Linux?

2003-02-05 Thread Mike Brunt
We are about to add a new production environment that will be CFMX on Linux.
Can anyone recommend good replication software for Linux as this will be a
clustered environment.

Kind Regards - Mike Brunt
Webapper Services LLC
Web Site http://www.webapper.com
Blog http://www.webapper.net

Webapper Web Application Specialists



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: all records deleted from table

2003-02-05 Thread Jochem van Dieten
Zac Spitzer wrote:
 Jochem van Dieten wrote:
 |
 | That is just a limitation of your specific dbms. Others can use much
 | fancier indexing schemes. (If your database supports it, look into
 | partial indexes for this type of problem.)
 
 interesting i think oracle (at least in the 8i world)  ms-sql don't
 support it, which dbms *DO* support it?

PostgreSQL has them. I would expect DB2 to have them as wll, since IBM 
funded some research into this:
http://simon.cs.cornell.edu/home/praveen/papers/partindex.de95.ps.Z
(If you already know a little about indexing concepts it is interesting, 
but it is not a beginners guide.)

Typical indexing would have a unique index over the primary key field 
without any predicate, and all other indexes only over the current 
records. In this case that would be:
CREATE INDEX currentRecords_idx
ON table (field) WHERE dtDeleted IS NOT NULL;

Jochem

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: WDDX and UDF

2003-02-05 Thread Raymond Camden
Why store the udf as a preference? I'd just store a string, ie,
pageA.display=thumbnail or pageA.display=Summary, then you could do:

cfif pageA.display is thumbnail
cfoutput#displayThunbnail( etc

Or even easier. Write a UDF called displayContent. It takes as an arg
what style to display and the data to show. So you could do:

displayContent(thunbmail,artistnail)

===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc

Email: [EMAIL PROTECTED]
WWW  : www.camdenfamily.com/morpheus
Yahoo IM : morpheus

My ally is the Force, and a powerful ally it is. - Yoda 

 -Original Message-
 From: DDE [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, February 05, 2003 1:17 AM
 To: CF-Talk
 Subject: RE: WDDX and UDF
 
 
 It is much more complex than that and it doesn't concern 
 pages but display objects ... Anyway I will add to your 
 example so that it is closer to what I need, each page also 
 has a couple of functions defined by default and these one 
 can also be changed by the user. Let's take your page a as an example:
 
 Page A
   Background color: red
   Music: techno
   UDF1: DisplayThumbnail
   UDF1_param: ArtistName
   UDF2: Playsong
   UDF2_param: SongName
 
 As a user I can choose to replace DisplayThumbnail by 
 DisplayResume or PlaySong by PlayVideo and UDF2_param by 
 ClipName, and save it to my preferences.
 
 DO you have a better idea of what I mean ??
 
 Thanks
 
 Dominique
 
 
 
 
 -Original Message-
 From: Raymond Camden [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 04, 2003 10:13 PM
 To: CF-Talk
 Subject: RE: WDDX and UDF
 
 So wait a minute - you mean your data structure looks like 
 this - kinda:
 
 Preferences
 Page A
 background color: red
 music: techno
 
 Page B
 coolness factor: high
 hipness factor: can't walk through doors
 
 If so - why not simply store the preferences in a structure? 
 How exactly are you using the dynamic UDFs?
 
 ==
 =
 Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
 
 Email: [EMAIL PROTECTED]
 WWW  : www.camdenfamily.com/morpheus
 Yahoo IM : morpheus
 
 My ally is the Force, and a powerful ally it is. - Yoda
 
  -Original Message-
  From: D. Delcomminette [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, February 04, 2003 11:32 AM
  To: CF-Talk
  Subject: RE: WDDX and UDF
 
 
  Yeah, almost. Users can save preferences but I cannot use 
 the simple 
  method you describe, because the same thig happens on 
 different pages. 
  I mena users can save preferences for different pages and the same 
  object has to handle all of them. So, I really need to save 
 for user x 
  preference for page y a whole bunch of parameters amongst which a 
  couple of functions.
 
 
 
  -Original Message-
  From: Raymond Camden [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, February 04, 2003 8:48 PM
  To: CF-Talk
  Subject: RE: WDDX and UDF
 
  Are you saying that based on user input, you would need to call a 
  function but you don't know which at runtime? If your options are 
  limited (let's say 3 differnet UDFs), you could use a simple cfif 
  block...
 
  cfif foo is 1
  cfset x = goo()
  cfelseif foo is 2
  cfset x = moo()
  cfelseif foo is 3
  cfset x = doodoo()
  /cfif
 
  Or, you can consider writing one UDF and passing the option (foo 
  above) to the UDF.
 
  ==
  =
  Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
 
  Email: [EMAIL PROTECTED]
  WWW  : www.camdenfamily.com/morpheus
  Yahoo IM : morpheus
 
  My ally is the Force, and a powerful ally it is. - Yoda
 
   -Original Message-
   From: D. Delcomminette [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, February 04, 2003 10:34 AM
   To: CF-Talk
   Subject: RE: WDDX and UDF
  
  
   Ops . I wish my English was better .
  
   I do not want to store anything as a function, but I have
  to! Because
   some parameters amongst others are just the function the
  user chooses
   to places at some point .
  
   Can't find how to explain it in another way.
  
   Thanks for your patience.
  
   Dominique
  
  
   -Original Message-
   From: webguy [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, February 04, 2003 8:00 PM
   To: CF-Talk
   Subject: RE: WDDX and UDF
  
   Ok understand that. But what I don't understand is why 
 you need to 
   store the preferences as a function.
  
   Can't you just store the struc of array of struct ?
  
   WG
  
-Original Message-
From: DDE [mailto:[EMAIL PROTECTED]]
Sent: 04 February 2003 15:42
To: CF-Talk
Subject: RE: WDDX and UDF
   
   
OK, I'll try to explain a bit more , but I can't give
  full details
otherwise 

RE: Remotely spider websites

2003-02-05 Thread Jim Davis
 -Original Message-
 From: Jillian Carroll [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, February 05, 2003 10:18 AM
 To: CF-Talk
 Subject: Remotely spider websites
 
 
 From what I have been able to find, the verity spider will 
 only spider
 sites on a single network domain... so a remote machine must 
 reside on the same domain.  What I'm wondering is if anybody 

Yup.  Verity (and MS Index Server) are what's called Worms - they
burrow through the file system of the machine itself.  Spiders, on
the other hand, walk the web and see only what's public through HTTP.

There are pros and cons to both, of course, but that's the main
difference.

 can recommend (or has
 written) a tool that will let me spider remote sites in a 
 CF-friendly manner?

There are a ton, but I don't know how well supported they are (or if
they even exist any longer).  Most of the major search engines have a
home game version of their software (either as a software package or
as a service they offer):

Alta Vista: http://solutions.altavista.com/

Google: http://www.google.com/services/

Lycos: http://enterprise.lycos.com/Search/SiteSearch.asp

You can dig up a lot more of these types of services by visiting
http://www.searchengines.com/  Unfortunately there's no specific content
directed towards DIY, but they do have the largest collection of public
engines around.

Now the site to go for more general information is
http://www.searchenginewatch.com/

This is probably the most relevant page for you:

http://www.searchenginewatch.com/resources/software.html

But there's a lot more material on the site aimed at webmasters.

Hope this helps,

Jim Davis
President, Depressed Press of Boston: http://www.DepressedPress.com/
Webmaster, First Night Boston:  http://www.firstnight.org/
Senior Consultant, Metlife eCommerce IT:  http://www.metlife.com/ 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Replication - Mirroring Software for Linux?

2003-02-05 Thread John Paul Ashenfelter
I'm a big fan of Unison for simple synchronization

http://www.cis.upenn.edu/~bcpierce/unison/

but I'd only use that for things like keeping web code in sync, etc.

Regards,

John Paul Ashenfelter
CTO/Transitionpoint
[EMAIL PROTECTED]
- Original Message -
From: Mike Brunt [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, February 05, 2003 10:38 AM
Subject: Replication - Mirroring Software for Linux?


 We are about to add a new production environment that will be CFMX on
Linux.
 Can anyone recommend good replication software for Linux as this will be a
 clustered environment.

 Kind Regards - Mike Brunt
 Webapper Services LLC
 Web Site http://www.webapper.com
 Blog http://www.webapper.net

 Webapper Web Application Specialists



 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Replication - Mirroring Software for Linux?

2003-02-05 Thread Zac Spitzer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mike Brunt wrote:
| We are about to add a new production environment that will be CFMX on
Linux.
| Can anyone recommend good replication software for Linux as this will be a
| clustered environment.

rsync would be a good starting point

z
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+QTXk1lRHdy8ASusRAo7xAJ9KzZYoeyS1vVIOJ0Xanc2PJVJ2lwCfQ6s5
Kq2pxQBttF21IqS1N6X+HlI=
=OR3t
-END PGP SIGNATURE-

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Remotely spider websites

2003-02-05 Thread Everett, Al
Let me add:

Please, for the love of Pete, respect the directives in the robots.txt file.

 -Original Message-
 From: Jim Davis [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 05, 2003 10:45 AM
 To: CF-Talk
 Subject: RE: Remotely spider websites
 
 
  -Original Message-
  From: Jillian Carroll [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, February 05, 2003 10:18 AM
  To: CF-Talk
  Subject: Remotely spider websites
  
  
  From what I have been able to find, the verity spider will 
  only spider
  sites on a single network domain... so a remote machine must 
  reside on the same domain.  What I'm wondering is if anybody 
 
 Yup.  Verity (and MS Index Server) are what's called Worms - they
 burrow through the file system of the machine itself.  Spiders, on
 the other hand, walk the web and see only what's public 
 through HTTP.
 
 There are pros and cons to both, of course, but that's the main
 difference.
 
  can recommend (or has
  written) a tool that will let me spider remote sites in a 
  CF-friendly manner?
 
 There are a ton, but I don't know how well supported they are (or if
 they even exist any longer).  Most of the major search engines have a
 home game version of their software (either as a software package or
 as a service they offer):
 
 Alta Vista: http://solutions.altavista.com/
 
 Google: http://www.google.com/services/
 
 Lycos: http://enterprise.lycos.com/Search/SiteSearch.asp
 
 You can dig up a lot more of these types of services by visiting
 http://www.searchengines.com/  Unfortunately there's no 
 specific content
 directed towards DIY, but they do have the largest collection 
 of public
 engines around.
 
 Now the site to go for more general information is
 http://www.searchenginewatch.com/
 
 This is probably the most relevant page for you:
 
 http://www.searchenginewatch.com/resources/software.html
 
 But there's a lot more material on the site aimed at webmasters.
 
 Hope this helps,
 
 Jim Davis
 President, Depressed Press of Boston: http://www.DepressedPress.com/
 Webmaster, First Night Boston:  http://www.firstnight.org/
 Senior Consultant, Metlife eCommerce IT:  http://www.metlife.com/ 
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: all records deleted from table

2003-02-05 Thread Jim Davis
 -Original Message-
 From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, February 05, 2003 10:32 AM
 To: CF-Talk
 Subject: Re: all records deleted from table

 PostgreSQL has them. I would expect DB2 to have them as wll, 
 since IBM 
 funded some research into this: 
 http://simon.cs.cornell.edu/home/praveen/papers/partindex.de95
.ps.Z
(If you already know a little about indexing concepts it is interesting,

but it is not a beginners guide.)

Typical indexing would have a unique index over the primary key field 
without any predicate, and all other indexes only over the current 
records. In this case that would be:
CREATE INDEX currentRecords_idx
ON table (field) WHERE dtDeleted IS NOT NULL;


I may be reading this wrong, but I think that you'd accomplish nearly
the same thing (albeit in two steps) in SQL Server by indexing a view.

You'd have to take the view into account on the select however... So
many this doesn't do the same thing at all.  But it's one way of getting
close at least.

Jim Davis


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




OT: Book recommendation

2003-02-05 Thread Fregas
Hello all.

I'm a pretty well rounded programmer now, nearing my four year mark of using 
Coldfusion, SQL, VB, ASP and getting into this .NET stuff.  I'd like to know if anyone 
had a good book recommendation for writing reliable software, thinking more logically, 
reducing errors, etc?  I'm looking for something that is not language specific--more 
of a general good practices philosophy/methodology book.  One of my complaints with 
college is they are tending to teach less of the general principles that are important 
in all languages and instead focus on a specific vendor.  

Does anyone know of such a book?  Maybe something written by some of the the 
programming Gurus in the 70's to 80's that is still relevant today?

Thanks,
Fregas

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Book recommendation

2003-02-05 Thread Robertson-Ravo, Neil (RX)
I'm a pretty well rounded programmer now

You should do some exercise then :-)

-Original Message-
From: Fregas [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 16:11
To: CF-Talk
Subject: OT: Book recommendation


Hello all.

I'm a pretty well rounded programmer now, nearing my four year mark of using
Coldfusion, SQL, VB, ASP and getting into this .NET stuff.  I'd like to know
if anyone had a good book recommendation for writing reliable software,
thinking more logically, reducing errors, etc?  I'm looking for something
that is not language specific--more of a general good practices
philosophy/methodology book.  One of my complaints with college is they are
tending to teach less of the general principles that are important in all
languages and instead focus on a specific vendor.  

Does anyone know of such a book?  Maybe something written by some of the the
programming Gurus in the 70's to 80's that is still relevant today?

Thanks,
Fregas


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Book recommendation

2003-02-05 Thread Robertson-Ravo, Neil (RX)
The Microsoft Press set is good.

Code Complete is always a good one to have.

-Original Message-
From: Fregas [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 16:11
To: CF-Talk
Subject: OT: Book recommendation


Hello all.

I'm a pretty well rounded programmer now, nearing my four year mark of using
Coldfusion, SQL, VB, ASP and getting into this .NET stuff.  I'd like to know
if anyone had a good book recommendation for writing reliable software,
thinking more logically, reducing errors, etc?  I'm looking for something
that is not language specific--more of a general good practices
philosophy/methodology book.  One of my complaints with college is they are
tending to teach less of the general principles that are important in all
languages and instead focus on a specific vendor.  

Does anyone know of such a book?  Maybe something written by some of the the
programming Gurus in the 70's to 80's that is still relevant today?

Thanks,
Fregas


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Book recommendation

2003-02-05 Thread John Paul Ashenfelter
All of the Steve McConnel books are good, though a bit dated:

Code Complete (pre Java, pre web)
Rapid Development

and as far as methodology goes, the agile methodology books make good
reading

Agile Software Development by Cockburn is the good intro

and a quick perusal of www.agiledevelopment.org would point you to more.

Regards,

John Paul Ashenfelter
CTO/Transitionpoint
[EMAIL PROTECTED]
- Original Message -
From: Fregas [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, February 05, 2003 11:10 AM
Subject: OT: Book recommendation


 Hello all.

 I'm a pretty well rounded programmer now, nearing my four year mark of
using Coldfusion, SQL, VB, ASP and getting into this .NET stuff.  I'd like
to know if anyone had a good book recommendation for writing reliable
software, thinking more logically, reducing errors, etc?  I'm looking for
something that is not language specific--more of a general good practices
philosophy/methodology book.  One of my complaints with college is they are
tending to teach less of the general principles that are important in all
languages and instead focus on a specific vendor.

 Does anyone know of such a book?  Maybe something written by some of the
the programming Gurus in the 70's to 80's that is still relevant today?

 Thanks,
 Fregas

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Book recommendation

2003-02-05 Thread Gary W. Sullivan II
Well, I'm currently loving the book Patterns of Enterprise Application
Development by Martin Fowler. Might not be *exactly* what you're
looking for, but it's a great application design pattern book.


Gary Sullivan
Web Apps Developer  MCAD.NET
www.collettevacations.com

-Original Message-
From: Fregas [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 11:11 AM
To: CF-Talk
Subject: OT: Book recommendation


Hello all.

I'm a pretty well rounded programmer now, nearing my four year mark of
using Coldfusion, SQL, VB, ASP and getting into this .NET stuff.  I'd
like to know if anyone had a good book recommendation for writing
reliable software, thinking more logically, reducing errors, etc?  I'm
looking for something that is not language specific--more of a general
good practices philosophy/methodology book.  One of my complaints with
college is they are tending to teach less of the general principles that
are important in all languages and instead focus on a specific vendor.  

Does anyone know of such a book?  Maybe something written by some of the
the programming Gurus in the 70's to 80's that is still relevant today?

Thanks,
Fregas


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Book recommendation

2003-02-05 Thread Tony Weeg
that was good man :)

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 11:13 AM
To: CF-Talk
Subject: RE: Book recommendation


I'm a pretty well rounded programmer now

You should do some exercise then :-)

-Original Message-
From: Fregas [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 16:11
To: CF-Talk
Subject: OT: Book recommendation


Hello all.

I'm a pretty well rounded programmer now, nearing my four year mark of
using
Coldfusion, SQL, VB, ASP and getting into this .NET stuff.  I'd like to
know
if anyone had a good book recommendation for writing reliable software,
thinking more logically, reducing errors, etc?  I'm looking for
something
that is not language specific--more of a general good practices
philosophy/methodology book.  One of my complaints with college is they
are
tending to teach less of the general principles that are important in
all
languages and instead focus on a specific vendor.  

Does anyone know of such a book?  Maybe something written by some of the
the
programming Gurus in the 70's to 80's that is still relevant today?

Thanks,
Fregas



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Book recommendation

2003-02-05 Thread Tony Weeg
Also check out the Extreme Programming Methodologies...very coder
friendly I think.
removes a lot of the business decisions from our shoulders to the
business people :)

http://www.xprogramming.com/xpmag/whatisxp.htm

http://www.jera.com/techinfo/xpfaq.html


...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 11:19 AM
To: CF-Talk
Subject: Re: Book recommendation


All of the Steve McConnel books are good, though a bit dated:

Code Complete (pre Java, pre web)
Rapid Development

and as far as methodology goes, the agile methodology books make good
reading

Agile Software Development by Cockburn is the good intro

and a quick perusal of www.agiledevelopment.org would point you to more.

Regards,

John Paul Ashenfelter
CTO/Transitionpoint
[EMAIL PROTECTED]
- Original Message -
From: Fregas [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, February 05, 2003 11:10 AM
Subject: OT: Book recommendation


 Hello all.

 I'm a pretty well rounded programmer now, nearing my four year mark of
using Coldfusion, SQL, VB, ASP and getting into this .NET stuff.  I'd
like
to know if anyone had a good book recommendation for writing reliable
software, thinking more logically, reducing errors, etc?  I'm looking
for
something that is not language specific--more of a general good
practices
philosophy/methodology book.  One of my complaints with college is they
are
tending to teach less of the general principles that are important in
all
languages and instead focus on a specific vendor.

 Does anyone know of such a book?  Maybe something written by some of
the
the programming Gurus in the 70's to 80's that is still relevant today?

 Thanks,
 Fregas

 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Book recommendation

2003-02-05 Thread Charlie Griefer
Add another vote for Code Complete

http://www.amazon.com/exec/obidos/tg/detail/-/1556154844/qid=1044462250/sr=8
-1/ref=sr_8_1/002-3118452-6219214?v=glances=booksn=507846

Truly amazing book, and fairly reasonably priced as far as computer books
go.


charlie

- Original Message -
From: Fregas [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, February 05, 2003 9:10 AM
Subject: OT: Book recommendation


 Hello all.

 I'm a pretty well rounded programmer now, nearing my four year mark of
using Coldfusion, SQL, VB, ASP and getting into this .NET stuff.  I'd like
to know if anyone had a good book recommendation for writing reliable
software, thinking more logically, reducing errors, etc?  I'm looking for
something that is not language specific--more of a general good practices
philosophy/methodology book.  One of my complaints with college is they are
tending to teach less of the general principles that are important in all
languages and instead focus on a specific vendor.

 Does anyone know of such a book?  Maybe something written by some of the
the programming Gurus in the 70's to 80's that is still relevant today?

 Thanks,
 Fregas

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: all records deleted from table

2003-02-05 Thread Casey C Cook
Where do you perform updates to these tables? What does your data look like
and how much data do you have? The code you have posted below looks sound,
perhaps somehow all your data was updated by an update query which then
would meet the delete criteria below.  It sounds highly unlikely, but you
have to look at all angles when trying to solve a problem that happens only
once in a while.

I would start by finding the delete query which caused the problem in log
files, if you are logging each query executed, then work backwards to see
where an odd update may have occurred.

CC


   

  Tim Do TDo  

  @lahd.lacity.org To:  CF-Talk 
[EMAIL PROTECTED]
  cc: 

   Subject: all records deleted from table 

  02/04/03 04:30   

  PM   

  Please respond   

  to cf-talk   

   

   





Hi all,

I ran into a big problem this morning when I found out that all the data
from my table were somehow deleted.  I wanted to make sure that it wasn't
my
code so I did an extended search for delete from tablename and delete
tablename in my code and I'm positive that there is only one instance that
I do a delete from this table.  I had this happen a long while ago to the
same exact table.  Here is my delete page, any ideas on how this could've
happened would be greatly appreciated.


CFQUERY NAME=getTenantCoding DATASOURCE=#rentDSN#
 SELECT CItem
 FROM CodeOfUnits
 WHERE CItem=#CItem# AND UnitNo='#UnitNo#'
/CFQUERY

CFIF getTenantCoding.recordCount GT 1

 CFQUERY NAME=deleteTenatCoding DATASOURCE=#rentDSN#
 DELETE CodeOfUnits
 WHERE UnitNo='#UnitNo#' AND CItem=#CItem#
 /CFQUERY

 CFSET notice=Tenant info has successfully been deleted!

CFELSE

 CFQUERY NAME=deleteTenatCoding DATASOURCE=#rentDSN#
 DELETE CodeOfUnits
 WHERE UnitNo='#UnitNo#' AND CItem=#CItem#
 /CFQUERY

 CFQUERY NAME=deleteTenant DATASOURCE=#rentDSN#
 DELETE Tenant
 WHERE CImproveNo=#caseNo# AND UnitNo='#UnitNo#'
 /CFQUERY

 CFSET notice=Tenant info has successfully been deleted!

/CFIF

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




SQL Question

2003-02-05 Thread Matthew Friedman
I know that you can get the column names of a query using the
query.columnlist value, but is there anyway to find out if the field is a
text or numeric field?

Or can set in your query the value type of a field.

ie select *
from users
where fieldtype is Varchar

Any help would be great

Matthew Friedman




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Book recommendation

2003-02-05 Thread Fregas
Har Dee har har.  :)

Actually, since I've turned 30, I've noticed at least one part of my body
getting rounder.

- Original Message -
From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, February 05, 2003 10:13 AM
Subject: RE: Book recommendation


 I'm a pretty well rounded programmer now

 You should do some exercise then :-)

 -Original Message-
 From: Fregas [mailto:[EMAIL PROTECTED]]
 Sent: 05 February 2003 16:11
 To: CF-Talk
 Subject: OT: Book recommendation


 Hello all.

 I'm a pretty well rounded programmer now, nearing my four year mark of
using
 Coldfusion, SQL, VB, ASP and getting into this .NET stuff.  I'd like to
know
 if anyone had a good book recommendation for writing reliable software,
 thinking more logically, reducing errors, etc?  I'm looking for something
 that is not language specific--more of a general good practices
 philosophy/methodology book.  One of my complaints with college is they
are
 tending to teach less of the general principles that are important in all
 languages and instead focus on a specific vendor.

 Does anyone know of such a book?  Maybe something written by some of the
the
 programming Gurus in the 70's to 80's that is still relevant today?

 Thanks,
 Fregas


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Book recommendation

2003-02-05 Thread Tony Weeg
funny...i seem to have generated
this fluctuatingly uninvited guest to the midsection
as well.  it's a sign, just like tree rings, of 
all the all-nighters we have all pulled to get
some code donecouple that with some
arthritis, and shoot, we should all buy stock in
pain meds :)

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Fregas [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 11:25 AM
To: CF-Talk
Subject: Re: Book recommendation


Har Dee har har.  :)

Actually, since I've turned 30, I've noticed at least one part of my
body
getting rounder.

- Original Message -
From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, February 05, 2003 10:13 AM
Subject: RE: Book recommendation


 I'm a pretty well rounded programmer now

 You should do some exercise then :-)

 -Original Message-
 From: Fregas [mailto:[EMAIL PROTECTED]]
 Sent: 05 February 2003 16:11
 To: CF-Talk
 Subject: OT: Book recommendation


 Hello all.

 I'm a pretty well rounded programmer now, nearing my four year mark of
using
 Coldfusion, SQL, VB, ASP and getting into this .NET stuff.  I'd like
to
know
 if anyone had a good book recommendation for writing reliable
software,
 thinking more logically, reducing errors, etc?  I'm looking for
something
 that is not language specific--more of a general good practices
 philosophy/methodology book.  One of my complaints with college is
they
are
 tending to teach less of the general principles that are important in
all
 languages and instead focus on a specific vendor.

 Does anyone know of such a book?  Maybe something written by some of
the
the
 programming Gurus in the 70's to 80's that is still relevant today?

 Thanks,
 Fregas


 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: all records deleted from table

2003-02-05 Thread Jochem van Dieten
Jim Davis wrote:
-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 10:32 AM
To: CF-Talk
Subject: Re: all records deleted from table

http://simon.cs.cornell.edu/home/praveen/papers/partindex.de95.ps.Z


 
Typical indexing would have a unique index over the primary key field 
without any predicate, and all other indexes only over the current 
records. In this case that would be:
CREATE INDEX currentRecords_idx
  ON table (field) WHERE dtDeleted IS NOT NULL;
 
 I may be reading this wrong, but I think that you'd accomplish nearly
 the same thing (albeit in two steps) in SQL Server by indexing a view.
 
 You'd have to take the view into account on the select however... So
 many this doesn't do the same thing at all.  But it's one way of getting
 close at least.

MS SQL Server indexed views (a.k.a. materialized views a.k.a. 
materialized query tables) are quite different. They depend on a part of 
the data being stored in another table and that part being maintained by 
triggers. If you compare that to the scenario from the paper you will 
notice some differences. For one type of query they are/can be much 
faster (depends on the presence of joins/aggregates), but they lack the 
flexibility of partial indexes. And they come at a hefty price once you 
need more as 1 indexed view, because not only the system that issues the 
queries has to keep track of more and more tables which are only usefull 
for specific queries, but each table has to be stored and eats disk 
space. For heavily indexed tables it is not uncommon to have the indexes 
take more space as the data itself, now imagine storing that data X 
times and the having all those indexes.

BTW, materialized views can be implemented in any database that can use 
triggers. I don't really understand why many database vendors insist on 
naming them views when they are just extra tables.

Jochem

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: SQL Question

2003-02-05 Thread Jochem van Dieten
Matthew Friedman wrote:
 I know that you can get the column names of a query using the
 query.columnlist value, but is there anyway to find out if the field is a
 text or numeric field?

If your database is SQL-92 compliant:

SELECT  COLUMN_NAME, DATA_TYPE
FROMINFORMATION_SCHEMA.COLUMNS
WHERE   TABLE_CATALOG = '#yourCatalogName#'
AND TABLE_SCHEMA = '#yourSchemaName#'
AND TABLE_NAME = '#yourTableName#'

Jochem

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Book recommendation

2003-02-05 Thread Jim Campbell
Pain meds?  After I had my wisdom teeth out, I found that my code got
*pretty interesting* after a mammoth dose of Codeine.

Book-wise, I really enjoyed Bruce Eckels' Thinking in Java and Thinking
in C - they're, of course, focused on their respective languages, but some
of the practices put forth in those books are very useful and - I think -
have contributed to better, more efficient coding on my end... when I'm not
completely hammered on pain medication, that is.

- Jim

- Original Message -
From: Tony Weeg [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, February 05, 2003 10:33 AM
Subject: RE: Book recommendation


 funny...i seem to have generated
 this fluctuatingly uninvited guest to the midsection
 as well.  it's a sign, just like tree rings, of
 all the all-nighters we have all pulled to get
 some code donecouple that with some
 arthritis, and shoot, we should all buy stock in
 pain meds :)

 ...tony

 Tony Weeg
 Senior Web Developer
 UnCertified Advanced ColdFusion Developer
 Information System Design
 Navtrak, Inc.
 Mobile workforce monitoring, mapping  reporting
 www.navtrak.net
 410.548.2337

 -Original Message-
 From: Fregas [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 05, 2003 11:25 AM
 To: CF-Talk
 Subject: Re: Book recommendation


 Har Dee har har.  :)

 Actually, since I've turned 30, I've noticed at least one part of my
 body
 getting rounder.

 - Original Message -
 From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, February 05, 2003 10:13 AM
 Subject: RE: Book recommendation


  I'm a pretty well rounded programmer now
 
  You should do some exercise then :-)
 
  -Original Message-
  From: Fregas [mailto:[EMAIL PROTECTED]]
  Sent: 05 February 2003 16:11
  To: CF-Talk
  Subject: OT: Book recommendation
 
 
  Hello all.
 
  I'm a pretty well rounded programmer now, nearing my four year mark of
 using
  Coldfusion, SQL, VB, ASP and getting into this .NET stuff.  I'd like
 to
 know
  if anyone had a good book recommendation for writing reliable
 software,
  thinking more logically, reducing errors, etc?  I'm looking for
 something
  that is not language specific--more of a general good practices
  philosophy/methodology book.  One of my complaints with college is
 they
 are
  tending to teach less of the general principles that are important in
 all
  languages and instead focus on a specific vendor.
 
  Does anyone know of such a book?  Maybe something written by some of
 the
 the
  programming Gurus in the 70's to 80's that is still relevant today?
 
  Thanks,
  Fregas
 
 
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: encryption on personal information

2003-02-05 Thread David Green
Matt Thanks for the info,  Looks straight forward enough but let me see it I
understand,

I use the certificate to secure the browsers,   After I install the
certificate on my server I then call the page out in my code using
https://www.site.com/dir/page_name.cfm
I should get a pad lock on my browsers.


On storing the information,  I need to store the information in my table
after I have passed the text field through the cfx tag which will return a
encrypted text variable.   I then store that value and the private key to my
table,   Then any time I need the data I run it back through the cfx_text
tag with the private password or do I create new keys?

Am a little confused on how the public and private keys work and how to call
the data up at a later date.

Thanks for help
David


- Original Message -
From: Matt Robertson [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, February 04, 2003 2:32 PM
Subject: Re: encryption on personal information


 Here are some links:

 http://rackshack.net.  Buy a Geotrust secure certificate easy and cheap
(US$49).

 http://developer.perthweb.com.au.  Look at the textcrypt utility.  This is
actually some serious encryption that is nice and cheap (US$39).  Costs a
bundle ($10k+) if bought from mainstream commercial sources.

 You can get some encryption algorithms on the devex for free.  Check
there, but for me textcrypt is solid stuff, cheap and easy.

 To make a form secure you first call the page using https instead of
http(after you've installed and enabled the secure certificate).  You call
the action page with https too.  Then you encrypt the data in the db so if
someone breaks in the data is gobbledygook.  When you review the data in
your protected admin area you also do it over a secure https connection,
after you've plugged in the private key that unencrypts the data for
viewing.

 Got all that? :D  Its not a subject whose component parts can easily be
digested in a single email.

 ---
  Matt Robertson, [EMAIL PROTECTED]
  MSB Designs, Inc. http://mysecretbase.com
 ---


 -- Original Message --
 From: David Green [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 date: Tue, 4 Feb 2003 14:11:57 -0800

 Hello list
 
 I'm just a part time web guy,   I have a website for soccer where people
are going to signup for the league.   It will have personal information but
no money transactions.   Can someone point me to a website that would show
how to do the basics in security and encryption.   This is not any super
secret stuff just peoples/kids name addresses and phones numbers I can't
spend a bunch of money but would like to secure from the basic hackers,  I
don't think this is a site people would try hard to break into but since it
has kids names I should do something.
 
 I know I visit sites and it warns me that am about to send unsecured data
and do I want to.   How do I send it secured.
 
 Thanks the help now and in the past
 
 David
 
 
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: SQL Question

2003-02-05 Thread Jochem van Dieten
Jochem van Dieten wrote:
 Matthew Friedman wrote:
 
I know that you can get the column names of a query using the
query.columnlist value, but is there anyway to find out if the field is a
text or numeric field?
 
 If your database is SQL-92 compliant:

Sorry, I mean SQL-99.

Jochem


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: all records deleted from table

2003-02-05 Thread Al Musella, DPM
I also now put a confirmation page between the link to delete and the 
actual delete page.. this confirmation page has a form where you have to 
actually type the word DELETE into a form field and hit the submit button 
to do the deletion, so a web crawler can't trigger it.

At 09:30 AM 2/5/2003, you wrote:
| A long time ago, I made a really stupid mistake that results in
| deletion of all data from a table...
|
|
| A tip I picked up from somewhere - it might even have been this list
| - is to not ever actually delete records using code. Instead, I have
| a dtDeleted field, which is set to the current date when I want to
| delete the record. When doing selects, I add WHERE dtDeleted IS
| NULL to get only non-deleted records.
|


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: SQL Question

2003-02-05 Thread Jerry Johnson
Which database? (Sql Server, Access, MySQL, Oracle, PostgresSQL...)


Jerry Johson


 [EMAIL PROTECTED] 02/05/03 11:35AM 
I know that you can get the column names of a query using the
query.columnlist value, but is there anyway to find out if the field is a
text or numeric field?

Or can set in your query the value type of a field.

ie select *
from users
where fieldtype is Varchar

Any help would be great

Matthew Friedman





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




OT - DTS and Oracle

2003-02-05 Thread erica . lomax
I'm using DTS to copy data from a SQL Server database to an Oracle 
database.  That works fine.  I am them attempting to run an Oracle Stored 
Procedure to update my data.  I can execute the stored procedure from 
SQLPLUS and can call it from a cfm page (CFMX) with no errors. 

I execute the sp from DTS, using the execute SQL task with the command 
execute spName.  When I run the DTS package, I always get an ORA-009000 
invalid SQL Statement error. I've tried setting up the connection in DTS 
as MS ODBC for Oracle, MS OLE for Oracle and Oracle for OLE, and all 
result in the same error message.  At this point, the sp is just a simple 
update SQL statement.

Anyone have any ideas?  I'm lost on this one.


Thanks!

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: all records deleted from table

2003-02-05 Thread Dave Watts
 BTW, materialized views can be implemented in any 
 database that can use triggers. I don't really 
 understand why many database vendors insist on 
 naming them views when they are just extra tables.

Because putting Now, more tables! into the sales material just doesn't
have the same effect as Now, with materialized views!

Jochem, you're a smart guy, but you'll never make it in marketing.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Clarification - CFMX for J2EE w/ Remoting

2003-02-05 Thread Matt Liotta
Below is the response from one of my engineers.

Sean, there appears to be different versions of the flashgateway bundled
with different distributions. CFMX Enterprise has a flashgateway that
seems to be different from the one that comes with CFMX for J2EE (Phase
1), and both are different from the flashgateway that ships with JRun4.
None of the CFMX bundled flashgateways behave the way you've described
(when adding the parameter DISABLE_JAVA_ADAPTERS). The flashgateway that
ships with JRun4 is affected by that parameter, but only adversely, and
only when it's set to false. Can you be more specific as to what version
of the flashgateway this workaround applies?

Also, you may find it interesting that the version of the flashgateway
that ships with JRun4 loads all the CF and Java adapters by default when
running CFMX for J2EE on JRun4 (without the DISABLE_JAVA_ADAPTERS parm
set to true).

Matt Liotta
President  CEO
Montara Software, Inc.
http://www.montarasoftware.com/
888-408-0900 x901

 -Original Message-
 From: Sean A Corfield [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 04, 2003 5:08 PM
 To: CF-Talk
 Subject: Re: Clarification - CFMX for J2EE w/ Remoting
 
 On Monday, Feb 3, 2003, at 23:39 US/Pacific, Sean A Corfield wrote:
  On Monday, Feb 3, 2003, at 23:18 US/Pacific, Matt Liotta wrote:
  You cannot have the CF Flash gateway and the Java Flash gateway
  deployed in the same context.
  Actually you can. But I don't believe it is documented (and may not
be
  within the terms of the license). However, assuming it doesn't
violate
  the license agreement to do whatever is needed to enable this, I'll
  find out from the product team how you do it and report back.
 
 http://www.corfield.org/blog/2003_02_01_archive.html#88545501
 
 This enables the Java Bean and Java Class adapters in CFMX for J2EE.
 With the blessing of the product team. Be aware of the security issues
 however!
 
 Sean A Corfield -- Director, Architecture
 Web Technology Group -- Macromedia, Inc.
 tel: (415) 252-2287 -- cell: (415) 717-8473
 aim/iChat: seancorfield -- http://www.macromedia.com
 An Architect's View -- http://www.macromedia.com/go/arch_blog
 
 ColdFusion MX and JRun 4 now available for Mac OS X!
 http://www.macromedia.com/go/cfmxosx
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




CF 5 upgrade to CFMX advice

2003-02-05 Thread Bryan Stevenson
Hi All,

I'm sure this is in the archives, but I've seen about a million posts on
upgrades to CF MX and wading through them could take until the next CF
release ;-).

I'm running CF 5 on Win2K professional (development box).

Should I:
-install over CF 5?
-remove CF 5 and install clean?
-anything else I should know (other than getting the updaters in place
ASAP)?

Thanks in advance

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Character Encoding - Reward Offered!

2003-02-05 Thread Bud
OK. $250.00 reward to the first person who can tell me what I'm doing 
wrong or give me evidence/show me how to prove that UPS is returning 
the wrong character set. Knowing UPS, I suspect it's the latter.

Here is the page:

http://dev.cf-ezcart.com/registerups/

Click Next.

The text in the top textarea field is being returned by UPS which I'm 
stripping from the XML. It is all screwed up. Most notably the French 
text at the bottom, but also trademark symbols and such.

The text in the bottom textarea field is the hard-coded text they 
sent to me which I pasted in and displays properly.

I'm using this at the top of the template:
cfset setEncoding(form,iso-8859-1)
cfset setEncoding(URL,iso-8859-1)
cfcontent type=text/html; charset=iso-8859-1

This is in the HTML HEAD tag:
meta http-equiv=content-type content=text/html; charset=iso-8859-1

I tried using CFPROCESSINGDIRECTIVE pageencoding=iso-8859-1 in 
both the template and the custom tag I'm calling but it didn't make a 
difference.

CFMX server. CrystalTech.

Here is the response from UPS Tech support. They are absolutely no help:

***
Thank you for your email.  Due to the many environments and ways which
customers can implement the XML Tools, we do not support code directly and
provide source code samples for reference only.  Unfortunately we can not
provide you with access to a cold fusion developer, we do however
provide Visual Basic and Java source code samples that employ the ISO-8859-1
standard.  The ISO-8859-1 character-set is necessary to be able to use the
special French characters and is returned by our servers please reference
the header of our XML response which contains the encoding specification of
ISO-8859-1.  Since the French charter-set is not being properly displayed in
the web page we anticipate that your program is manipulating the encoding of
the text and setting the encoding to UTF-8 or UTF-16.  Please review your
programming environment.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Book recommendation

2003-02-05 Thread Owens, Howard
The Pragmatic Programmer, by Hunt
http://www.amazon.com/exec/obidos/asin/020161622X/hbo3-20

The Object-Oriented Thought Process
http://www.amazon.com/exec/obidos/asin/0672318539/hbo3-20

I can't recommend these books highly enough ... they are both excellent.  I
would consider the Hunt book essential for any programmer's library.

H.


 -Original Message-
 From: Fregas [SMTP:[EMAIL PROTECTED]]
 Sent: Wednesday, February 05, 2003 8:11 AM
 To:   CF-Talk
 Subject:  OT: Book recommendation
 
 Hello all.
 
 I'm a pretty well rounded programmer now, nearing my four year mark of
 using Coldfusion, SQL, VB, ASP and getting into this .NET stuff.  I'd like
 to know if anyone had a good book recommendation for writing reliable
 software, thinking more logically, reducing errors, etc?  I'm looking for
 something that is not language specific--more of a general good practices
 philosophy/methodology book.  One of my complaints with college is they
 are tending to teach less of the general principles that are important in
 all languages and instead focus on a specific vendor.  
 
 Does anyone know of such a book?  Maybe something written by some of the
 the programming Gurus in the 70's to 80's that is still relevant today?
 
 Thanks,
 Fregas
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CF 5 upgrade to CFMX advice

2003-02-05 Thread Tony Weeg
iis I assume.  

1. you will have to rework your .xxx (other than .cfm) mappings to point
to the new jrun.dll
2. upgrades fine over 5
3. if you want to still have 5 there you can install to use port 8500 (I
think) so it's a separate port/http server
4. its very easy, I have done it on 5 boxes and all is well for me

that's all I can sayim sure, there will be a plethora of other
answers...but its really simple.

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 12:56 PM
To: CF-Talk
Subject: CF 5 upgrade to CFMX advice


Hi All,

I'm sure this is in the archives, but I've seen about a million posts on
upgrades to CF MX and wading through them could take until the next CF
release ;-).

I'm running CF 5 on Win2K professional (development box).

Should I:
-install over CF 5?
-remove CF 5 and install clean?
-anything else I should know (other than getting the updaters in place
ASAP)?

Thanks in advance

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: all records deleted from table

2003-02-05 Thread Jochem van Dieten
Dave Watts wrote:
BTW, materialized views can be implemented in any 
database that can use triggers. I don't really 
understand why many database vendors insist on 
naming them views when they are just extra tables.
 
 Because putting Now, more tables! into the sales material just doesn't
 have the same effect as Now, with materialized views!

Maybe I should have said I don't understand why people ever started to 
use the marketing term for this feature instead of a sound technical 
term like 'Calculated Ready Access Partial'-table..


 Jochem, you're a smart guy, but you'll never make it in marketing.

Thanx for the compliment ;-)

Jochem

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Character Encoding - Reward Offered!

2003-02-05 Thread Adrocknaphobia Jones
Ok here are a couple of shots in the dark. Does the XML have the correct
encoding? ?xml version=1.0 encoding= iso-8859-1? How are you
pulling the XML in? From a local file? Or cfHttp?

I've never tried this but, if you can tell CF the HTML content with:
cfcontent type=text/html; charset=iso-8859-1
Can you do this?
cfcontent type=text/xml; charset=iso-8859-1

Again, shots in the dark. Good luck.

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 12:56 PM
To: CF-Talk
Subject: Character Encoding - Reward Offered!

OK. $250.00 reward to the first person who can tell me what I'm doing 
wrong or give me evidence/show me how to prove that UPS is returning 
the wrong character set. Knowing UPS, I suspect it's the latter.

Here is the page:

http://dev.cf-ezcart.com/registerups/

Click Next.

The text in the top textarea field is being returned by UPS which I'm 
stripping from the XML. It is all screwed up. Most notably the French 
text at the bottom, but also trademark symbols and such.

The text in the bottom textarea field is the hard-coded text they 
sent to me which I pasted in and displays properly.

I'm using this at the top of the template:
cfset setEncoding(form,iso-8859-1)
cfset setEncoding(URL,iso-8859-1)
cfcontent type=text/html; charset=iso-8859-1

This is in the HTML HEAD tag:
meta http-equiv=content-type content=text/html; charset=iso-8859-1

I tried using CFPROCESSINGDIRECTIVE pageencoding=iso-8859-1 in 
both the template and the custom tag I'm calling but it didn't make a 
difference.

CFMX server. CrystalTech.

Here is the response from UPS Tech support. They are absolutely no help:

***
Thank you for your email.  Due to the many environments and ways which
customers can implement the XML Tools, we do not support code directly
and
provide source code samples for reference only.  Unfortunately we can
not
provide you with access to a cold fusion developer, we do however
provide Visual Basic and Java source code samples that employ the
ISO-8859-1
standard.  The ISO-8859-1 character-set is necessary to be able to use
the
special French characters and is returned by our servers please
reference
the header of our XML response which contains the encoding specification
of
ISO-8859-1.  Since the French charter-set is not being properly
displayed in
the web page we anticipate that your program is manipulating the
encoding of
the text and setting the encoding to UTF-8 or UTF-16.  Please review
your
programming environment.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Point of Interest

2003-02-05 Thread Scott Dowling
Hello all,

 

Im new to cftalk but I thought Id bring up a point of interest. I found
I was having problems getting the built in function submit() to work in
my onClick inside my select statement. What I found was that the select
had to match the form. Meaning if I had a cfform tag then I needed a
cfselect tag and vica versa. I only mention this because I never came
across this is any text. Has anyone else run into this?

 

 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Character Encoding - Reward Offered!

2003-02-05 Thread Bud
I added a field with the full XML response from UPS. In case anyone 
is interested. :)

On 2/5/03, Bud penned:
OK. $250.00 reward to the first person who can tell me what I'm doing
wrong or give me evidence/show me how to prove that UPS is returning
the wrong character set. Knowing UPS, I suspect it's the latter.

Here is the page:

http://dev.cf-ezcart.com/registerups/

Click Next.

The text in the top textarea field is being returned by UPS which I'm
stripping from the XML. It is all screwed up. Most notably the French
text at the bottom, but also trademark symbols and such.

The text in the bottom textarea field is the hard-coded text they
sent to me which I pasted in and displays properly.

I'm using this at the top of the template:
cfset setEncoding(form,iso-8859-1)
cfset setEncoding(URL,iso-8859-1)
cfcontent type=text/html; charset=iso-8859-1

This is in the HTML HEAD tag:
meta http-equiv=content-type content=text/html; charset=iso-8859-1

I tried using CFPROCESSINGDIRECTIVE pageencoding=iso-8859-1 in
both the template and the custom tag I'm calling but it didn't make a
difference.

CFMX server. CrystalTech.

Here is the response from UPS Tech support. They are absolutely no help:

***
Thank you for your email.  Due to the many environments and ways which
customers can implement the XML Tools, we do not support code directly and
provide source code samples for reference only.  Unfortunately we can not
provide you with access to a cold fusion developer, we do however
provide Visual Basic and Java source code samples that employ the ISO-8859-1
standard.  The ISO-8859-1 character-set is necessary to be able to use the
special French characters and is returned by our servers please reference
the header of our XML response which contains the encoding specification of
ISO-8859-1.  Since the French charter-set is not being properly displayed in
the web page we anticipate that your program is manipulating the encoding of
the text and setting the encoding to UTF-8 or UTF-16.  Please review your
programming environment.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Character Encoding - Reward Offered!

2003-02-05 Thread Bud
On 2/5/03, Adrocknaphobia Jones penned:
Ok here are a couple of shots in the dark. Does the XML have the correct
encoding? ?xml version=1.0 encoding= iso-8859-1?

Well, that's what it says. Whether it's correct or not is another story. :)

  How are you
pulling the XML in? From a local file? Or cfHttp?

CFOBCJECT

cfobject name=objXMLHTTP class=microsoft.xmlhttp action=create 
type=COM
cfscript
XMLDataString = XMLRequestAccess  XMLRequest;
temp = 
objXMLHTTP.open(POST,https://#Attributes.Servername##attributes.serverpath#,false);
temp = objXMLHTTP.setRequestHeader(Content-Type, 
application/x-www-form-urlencoded);
temp = objXMLHTTP.send(XMLDataString);
XMLResponse = objXMLHTTP.responsetext;
/cfscript

I've never tried this but, if you can tell CF the HTML content with:
cfcontent type=text/html; charset=iso-8859-1
Can you do this?
cfcontent type=text/xml; charset=iso-8859-1

Not sure, but I'm spitting out html, not XML so that won't apply here 
I don't believe.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




sql 2000 vs sql 2000 enterprise

2003-02-05 Thread Tony Weeg
can someone explain to me, very high level, what the difference is
between

sql server 2000 Standard Edition
sql server 2000 Enterprise Edition

we have 2000 ent edition on our servers now, however we are about to
configure 2 new ones, and my software ordering guys, got us standard
edition instead of what we already have, which is enterprise edition.

thank you

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: OT: Book recommendation

2003-02-05 Thread Cutter (CF_Talk)
Dynamics of Sofware Development - Jim McCarthy
Software Project Survival Guide - Steve McConnell
Debugging The Development Process - Steve Maguire

Don't let the MS Press backing fool you, these guys have been at it for 
years...

Cutter

Fregas wrote:

Hello all.

I'm a pretty well rounded programmer now, nearing my four year mark of using 
Coldfusion, SQL, VB, ASP and getting into this .NET stuff.  I'd like to know if 
anyone had a good book recommendation for writing reliable software, thinking more 
logically, reducing errors, etc?  I'm looking for something that is not language 
specific--more of a general good practices philosophy/methodology book.  One of my 
complaints with college is they are tending to teach less of the general principles 
that are important in all languages and instead focus on a specific vendor.  

Does anyone know of such a book?  Maybe something written by some of the the 
programming Gurus in the 70's to 80's that is still relevant today?

Thanks,
Fregas


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




OT: J. Allaire Flash MX/Form presentation - at DC government day

2003-02-05 Thread Dimo Michailov
I am sorry for the OT post, but I thought someone here might be able to 
direct me in the right direction.

Last week, during the Macromedia government day in Washington DC Jeremy 
Allaire showed a Flash based tax filling/printing system for an e-gov 
site. Basically users type info either directly on the Flash-based form 
on in an interface that directly populates the form. Printing, of 
course, shows the completed form in the original formatting.

I really would like to read more about how this was done, what is 
involved - on the server and client side, etc.

Can anyone refer me to some resources or ideas?

Thanks-

Dimo Michailov

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




NEVERMIND...sql 2000 vs sql 2000 enterprise

2003-02-05 Thread Tony Weeg
I figgered it out

standard = up to 2gb ram
ent edition = up to 64gb ram

and since we are using 4gb ramthat doesn't cut it :)

thanks anyway guys and gals

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 1:38 PM
To: CF-Talk ([EMAIL PROTECTED])
Subject: sql 2000 vs sql 2000 enterprise


can someone explain to me, very high level, what the difference is
between

sql server 2000 Standard Edition
sql server 2000 Enterprise Edition

we have 2000 ent edition on our servers now, however we are about to
configure 2 new ones, and my software ordering guys, got us standard
edition instead of what we already have, which is enterprise edition.

thank you

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




  1   2   3   >