RE: Getting computer name via variables?

2004-03-08 Thread Bert Dawson
The key is HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName A while ago I wrote a tag (whatserveristhis.cfm) which sets the machine name in the request scope, but only reads the registry the first time it is ever called (apparently hitting the registry with every

Accessing CFC on a shared server

2004-03-08 Thread Craig Earls
Has anyone cracked how to address CFC in a shared server environment?Using dot notation to get call the CFC only seems to work if you are the only application on the server since it seems to have a hard time prepending your particular root directory onto the call.I can call a cfc with no path

Re: How to connect hsql java database with CF MX

2004-03-08 Thread Spectrum WebDesign
Thank you Rob i'll be testing tomorrow... Thanks once again. - Original Message - From: Rob [EMAIL PROTECTED] Date: Sun, 07 Mar 2004 11:35:45 -0800 To: CF-Talk [EMAIL PROTECTED] Subject: Re: How to connect hsql java database with CF MX On Sun, 2004-03-07 at 04:45, Spectrum WebDesign

Re: Accessing CFC on a shared server

2004-03-08 Thread Massimo Foti
Has anyone cracked how to address CFC in a shared server environment? Using dot notation to get call the CFC only seems to work if you are the only application on the server since it seems to have a hard time prepending your particular root directory onto the call.I can call a cfc with no path

cfmx mail error

2004-03-08 Thread Critter
oi CF-Talk !! :Message:coldfusion.tagext.net.PopTag$PopTagException anybody have /any/ idea what that is about? /crit -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ Ctz Consulting ]-= =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ http://ctzconsulting.com ]-= --- [This E-mail scanned for

DWMX Question - upgrading

2004-03-08 Thread Michael Kear
I'm upgrading my DWMX to the version shipped with the latest StudioMX and I have a lot of sites already defined in my existing version.Is there any way I can retrieve that info and transfer it to the new version without having to re-enter it all again?(finding all the passwords is going to be a

Re: DWMX Question - upgrading

2004-03-08 Thread Massimo Foti
I'm upgrading my DWMX to the version shipped with the latest StudioMX and I have a lot of sites already defined in my existing version.Is there any way I can retrieve that info and transfer it to the new version without having to re-enter it all again?(finding all the passwords is going to be

RE: Technique To Hide Numbers

2004-03-08 Thread Ian Skinner
Don't know if this saves allot, but the CSS equivalent would be head style .hideThis { color: #FF } /style /head [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

FW: Technique To Hide Numbers

2004-03-08 Thread Ian Skinner
Half my message got chopped off Don't know if this saves allot, but the CSS equivalent would be head style .hideThis { color: #FF } /style /head body span class=hideThis#randomRange(1,10)#/span12334 /body Confidentiality Notice:This message including any attachments is for the

Re: CFSCHEDULE

2004-03-08 Thread Thomas Chiverton
On Friday 05 Mar 2004 20:56 pm, Matt Robertson wrote: Just as a general FYI, scheduling templates to run thru IE via the Windows task scheduler -- assuming a Win machine of course -- changes this. Indeed - or you can script wget or something similar too. -- Tom Chiverton Advanced ColdFusion

Re: XML - structure - WDDX - JS

2004-03-08 Thread Thomas Chiverton
On Thursday 04 Mar 2004 09:04 am, Taco Fleur wrote: I was under the impression that when I parse XML it is a CF structure? Only if you call XMLParse() Am I wrong, is it not a structure that can be converted to _javascript_ with WDDX? Once you have it as a CF structure, you can turn it into

Re: XML - structure - WDDX - JS

2004-03-08 Thread Matt Liotta
Calling XMLParse() creates an XML document; not a structure. WDDX requires a structure, so you will need to traverse the XML document and create a structure that matches it in order for this to work. I believe a better approach would be to write an XSLT script that will transform your input

read word(image) document and create new word document with message..

2004-03-08 Thread Deva, Ramesh X [ECCO Select]
Hi, Here i have one document(source file) which is in RTF format (contains background image and size of the document is 3 MB) and reading this document and storing as a another RTF document with adding some message thru programatically. when i see created new document size is 3MB. but my

read word(image) document and create new word document with message..

2004-03-08 Thread Deva, Ramesh X [ECCO Select]
Hi, Here i have one document(source file) which is in RTF format (contains background image and size of the document is 3 MB) and reading this document and storing as a another RTF document with adding some message thru programatically. when i see created new document size is 3MB. but my

Re: HELP! Cannot connect to MySQL server on localhost:3306

2004-03-08 Thread Josh
It is wierd.I can connect to mysql at the command line just fine.I can connect via webmin, plesk , and phpMyAdmin just fine on the 'default' ports.So I know MySQL is running fine...but CFMX still refuses to connect... --- Exciteworks -- expert hosting for less! http://exciteworks.com

Re: DWMX Question - upgrading

2004-03-08 Thread Bob Haroche
In addition to what Massimo says, you can safely install the newer version BEFORE removing the old version of DW. When you install the new version, it will recognize all your existing sites and make them available in the newer version. Then if you like you can remove the old version.

Re: XML - structure - WDDX - JS

2004-03-08 Thread Thomas Chiverton
On Monday 08 Mar 2004 15:41 pm, Matt Liotta wrote: Calling XMLParse() creates an XML document; Oh, yes - from a string representing XML - doh ! http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/xml.htm#wp1158596 maybe of use to the original poster. -- Tom Chiverton Advanced ColdFusion

RE: HELP! Cannot connect to MySQL server on localhost:3306

2004-03-08 Thread Matt Robertson
Josh wrote: It is wierd.I can connect to mysql at the command line just fine.I can connect via webmin, plesk , and phpMyAdmin just fine on the 'default' ports.So I know MySQL is running fine...but CFMX still refuses to connect... I've got an identical-sounding error on my home dev box.Same

Credit Cards - Best Practices

2004-03-08 Thread Bailey, Neal
Hello CFers... I was wondering what are the best practices for credit card processing over the web. Should you pre-authorize a customer's card during check out and then run a batch transaction at the end of the day? Or should you run the card as a final sale and gather the funds

String index out of range: 0

2004-03-08 Thread Tim Do
Can anybody tell me what this String index out of range: 0 error means?I get it when I try to do this. cfif IsDefined(#Evaluate(formVar)#) and #Evaluate(formVar)# NEQ Thanks, Tim [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: String index out of range: 0

2004-03-08 Thread Mike Townend
you could try rewriting it to something like CFIF StructKeyExists(Form, formVar) AND Len(Form[formVar]) HTH -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED] Sent: Monday, March 8, 2004 17:02 To: CF-Talk Subject: String index out of range: 0 Can anybody tell me what this

RE: String index out of range: 0

2004-03-08 Thread Burns, John
I don't think you need the #s around the first evaluate.When you put it in quotes within IsDefined() that automatically looks at it as a CF variable or function and I don't think the pounds are necessary.Try it like this... cfif isDefined(Evaluate(formVar)) and evaluate(formVar) NEQ John Burns

RE: String index out of range: 0

2004-03-08 Thread Tim Do
that worked!thanks!! -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 9:17 AM To: CF-Talk Subject: RE: String index out of range: 0 you could try rewriting it to something like CFIF StructKeyExists(Form, formVar) AND Len(Form[formVar]) HTH

Wacky webservice parameters

2004-03-08 Thread John Stanley
Okay, I'm wondering whats going on. Lets pretend I have a webservice like this: cffunction name=ExpectedOvernights access=remote returnType=any cfargument name=ac_type type=string cfargument name=airport type=string cfargument name=numberplanes type=any cfargument name=periodnumber type=any

Cold Fusion and Oracle

2004-03-08 Thread Richard Crawford
The endless issues go on.Sigh. Does anyone know of a very good resource detailing the issues involved with hooking Cold Fusion up to Oracle? -- Richard S. Crawford Programmer III, UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu) (916)327-7793 / [EMAIL PROTECTED] [Todays

Re: Wacky webservice parameters

2004-03-08 Thread Bryan F. Hogan
What is your setup? It works fine for me. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Wacky webservice parameters

2004-03-08 Thread Barney Boisvert
I don't believe you can use argumentscollection on a web serivice.CF is probably just listing the members of the struct in whatever order they are returns (unknown) as the named parameters of the web service.What happens if you specify them explicity, using CFINVOKEARGUMENT? Cheers, barneyb

RE: Cold Fusion and Oracle

2004-03-08 Thread Kristopher Pilles
What kind of issues are ya having?I have use CF and oracle together extensively... perhaps i can help -Original Message- From: Richard Crawford [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 2:11 PM To: CF-Talk Subject: Cold Fusion and Oracle The endless issues go

Re: Wacky webservice parameters

2004-03-08 Thread Bryan F. Hogan
p.s. Did you refresh the web service after making changes to it? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Wacky webservice parameters

2004-03-08 Thread John Stanley
Yes -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 2:12 PM To: CF-Talk Subject: Re: Wacky webservice parameters p.s. Did you refresh the web service after making changes to it? _ [Todays Threads] [This Message] [Subscription]

RE: Wacky webservice parameters

2004-03-08 Thread John Stanley
CFMX version 6.1.0.63958 Enterprise Windows 2000 IE 6.0.2800 -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 2:11 PM To: CF-Talk Subject: Re: Wacky webservice parameters What is your setup? It works fine for me. _ [Todays Threads]

RE: Wacky webservice parameters

2004-03-08 Thread John Stanley
I get the same result when I use cfinvokeargument, also to lend further wackiness, if i remove one of the cfinvokearguments to make the thing bomb, it shows the correct name-value pairs in the error message: Web service operation ExpectedOvernights with parameters

Re: Cold Fusion and Oracle

2004-03-08 Thread Richard Crawford
Kristopher Pilles wrote: What kind of issues are ya having?I have use CF and oracle together extensively... perhaps i can help Kristopher, I've posted about my issues before, but I'll happily do so again.:) I have a stored procedure written in PL/SQL, which I'm attempting to call from Cold

Re: Cold Fusion and Oracle

2004-03-08 Thread Richard Crawford
Richard Crawford wrote: Kristopher Pilles wrote: What kind of issues are ya having?I have use CF and oracle together extensively... perhaps i can help Kristopher, I've posted about my issues before, but I'll happily do so again.:) I have a stored procedure written in PL/SQL, which

RE: Cold Fusion and Oracle

2004-03-08 Thread Dave Watts
I have a stored procedure written in PL/SQL, which I'm attempting to call from Cold Fusion, but only errors are generated. Here is the stored procedure: Unfortunately, it didn't come through. But anyway, have you tried calling this stored procedure from SQL*Plus? How about from another

Re: Cold Fusion and Oracle

2004-03-08 Thread Richard Crawford
Dave Watts wrote: I have a stored procedure written in PL/SQL, which I'm attempting to call from Cold Fusion, but only errors are generated. Here is the stored procedure: Unfortunately, it didn't come through. But anyway, have you tried calling this stored procedure from SQL*Plus? How

RE: Cold Fusion and Oracle

2004-03-08 Thread Dave Watts
I'll look into ViennaSQL.I currently use the free version of TOAD, which doesn't (as far as I can tell) allow me to test stored procedures. Well, the thing we want to test specifically is what happens when you call it through JDBC. I don't think TOAD uses JDBC. Dave Watts, CTO, Fig Leaf

Re: Wacky webservice parameters

2004-03-08 Thread Bryan F. Hogan
Try this add a new web service with a different name and different file name. Are you using the standard cfdump tag? Are you running IIS or another web server? Try restarting the CF service. John Stanley wrote: CFMX version 6.1.0.63958 Enterprise Windows 2000 IE 6.0.2800 [Todays

RE:solution=== Wacky webservice parameters

2004-03-08 Thread John Stanley
It required a restart of the CF service. Anyone have any idea why? Thanks Bryan. -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 2:37 PM To: CF-Talk Subject: Re: Wacky webservice parameters Try this add a new web service with a different

Re: solution=== Wacky webservice parameters

2004-03-08 Thread Bryan F. Hogan
Because the web service did not get refreshed. Don't know why though. John Stanley wrote: It required a restart of the CF service. Anyone have any idea why? Thanks Bryan. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Times

2004-03-08 Thread Candace Cottrell
Is there an easy way to convert 4PM to 1600 Is regular expressions the way to go on this one? I am so sick of dates and timeslol Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

Re-evaluate CFMX Security

2004-03-08 Thread Jeff Chastain
I have always written my own custom security methods for login access to an application.I have read several articles about the cflogin etc. tags in CFMX and thought I would give them another look. The project I am currently working on has the concept of rights as well as permissions.For example,

Re: Times

2004-03-08 Thread Bryan F. Hogan
cfset myTimeString='4PM' cfoutput#hour(variables.myTimeString)#/cfoutput Candace Cottrell wrote: Is there an easy way to convert 4PM to 1600 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: DWMX Question - upgrading

2004-03-08 Thread cf
http://mm-exporter.joexx.de/ And as for all my customisations and tweaks, if I just copy the folder C:\Program Files\Macromedia\Dreamweaver MX 2004\Configuration and stuff underneath it,then copy it back over again, will that work? (My current version is DWMX6 and I'm updating to the

RE: Times

2004-03-08 Thread John Stanley
i'm pretty sure you can do cfset the_time= 01/01/2004 4:00 PM cfset the_time = TimeFormat(the_time,HH:mm) HH gives 24 hour clock -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 3:01 PM To: CF-Talk Subject: Times Is there an easy way to

RE: Re-evaluate CFMX Security

2004-03-08 Thread Raymond Camden
Well, this is a bit general, but have you read the documentation yet? You should at least start w/a basic syntax knowledge of cflogin, cfloginuser, cflogout, isUserInRole, and getAuthUser(). [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Re-evaluate CFMX Security

2004-03-08 Thread Pablo Varando
Check out this tutorial: http://tutorial67.easycfm.com/ Pablo -- Original Message -- From: Jeff Chastain [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Mon,8 Mar 2004 15:02:28 -0500 I have always written my own custom security methods for login access

RE: Times

2004-03-08 Thread Burns, John
Timeformat() should be able to do it.Convert 4:30pm to 1630 etc.Or 4pm to 1600. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/funca107.htm#wp50 30792 John Burns -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 3:01 PM To:

cfform and the onsubmit event

2004-03-08 Thread npetersn
When using cfform is it possible to use additional _javascript_ function calls in the onsubmit attribute since cfform automatically puts in something like _CF_checkFormName(this)? If it is possible what would be the best way to do it? Thanks, Nate [Todays Threads] [This Message]

Programming Skills

2004-03-08 Thread Butch Zaccheo
Anyone have suggestions for a crash course/book on programming best practices? Also basic programming skills and logic? I have a general understanding of many things, but my code is sloppy. I¹d like to start from the ground up, fill in some of the blanks and re-train myself. BZaccheo [Todays

SOT: Distinct

2004-03-08 Thread Robert Orlini
CFQuery name=getcustomer datasource=printprices SELECT distinct email, customerid FROM customers Where customer != 'test' Order by customerid desc /cfquery In the above Query, how do I distinct just the email and not the customerid. Because of the Order by SQL requires me to put customer id in

RE: Re-evaluate CFMX Security

2004-03-08 Thread Jeff Chastain
Ray, I have read through all of the documentation, Ben's CFMX Application Book, as well as several articles in CFDJ.However, it appears that the role concept is limited to a single security check - i.e. is a user in a specific group or role. What if I need to check if the user has a certain

Sessions - CFID/CFTOKEN

2004-03-08 Thread Drechsler, Jennifer
Does any one know how CFID/CFTOKEN are created? What information is the cf server using to identify if the request is a new session? We are having a problem with a of 12 computers that were imaged (ghosted). Only with this group of computers is there a problem with session swapping. We have over

Re: Cold Fusion and Oracle

2004-03-08 Thread Nick Han
Richard, I think in order to call an Oracle stored procedure through Cold Fusion, you need to create a package spec. Don't think you can solely reference the procedure name directly. Create a package spec and put your procedure in the package body.After you have done that, modify your calling

Re: Cold Fusion and Oracle

2004-03-08 Thread Doug Keen
I've had similar issues when migrating a CF/Oracle app from CF 4.5 to CF 6.1.During that adventure I found this resource: http://www.blinex.com/~sam/CF_SQL_TYPES.cfm This chart maps CF_SQL_TYPE's to types specific to different database platforms, including Oracle.In your case, you might have some

RE: cfform and the onsubmit event

2004-03-08 Thread Douglas.Knudsen
check out the docs http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p38.htm#wp2433198 there is a attribute of cffor called onsubmit you can use onSubmit Optional _javascript_ function to execute after input validation. Use for preprocessing data before form is submitted. See

Re: Programming Skills

2004-03-08 Thread Bryan F. Hogan
First place to start IMO is Sean Corfield's Coding Standards document. http://livedocs.macromedia.com/wtg/public/coding_standards/ Butch Zaccheo wrote: Anyone have suggestions for a crash course/book on programming best practices? Also basic programming skills and logic? I have a general

RE: Times

2004-03-08 Thread Candace Cottrell
Thanks guys I ended up using a combination of all of them :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] There is no right price for the wrong product, even if it is

RE: Re-evaluate CFMX Security

2004-03-08 Thread Raymond Camden
I have read through all of the documentation, Ben's CFMX Application Book, as well as several articles in CFDJ. However, it appears that the role concept is limited to a single security check - i.e. is a user in a specific group or role. What if I need to check if the user has a certain

Re: Programming Skills

2004-03-08 Thread Butch Zaccheo
Thanxfor the info Bryan. This is a good start BZaccheo On 3/8/04 12:21 PM, Bryan F. Hogan [EMAIL PROTECTED] wrote: First place to start IMO is Sean Corfield's Coding Standards document. http://livedocs.macromedia.com/wtg/public/coding_standards/ Butch Zaccheo wrote: Anyone have

RE: Distinct

2004-03-08 Thread Nathan C. Smith
Perhaps a subquery: CFQuery name=getcustomer datasource=printprices SELECT email, customerid FROM customers Where customer != 'test' AND email in(select distinct email from customers) Order by customerid desc /cfquery -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED]

Re: Sessions - CFID/CFTOKEN

2004-03-08 Thread Dwayne Cole
Are you using IE 6?I think IE 6 has a problem writing the chttp_cookie variable.Solution.I don't know if there is one. Dwayne Cole, MS in MIS, MBA Certified Advanced ColdFusion Developer 850-591-0212 It can truly be said that nothing happens until there is vision. But it is equally true that a

Re: Cold Fusion and Oracle

2004-03-08 Thread Richard Crawford
Doug Keen wrote: I've had similar issues when migrating a CF/Oracle app from CF 4.5 to CF 6.1.During that adventure I found this resource: http://www.blinex.com/~sam/CF_SQL_TYPES.cfm This chart maps CF_SQL_TYPE's to types specific to different database platforms, including Oracle.In your

Re: Cold Fusion and Oracle

2004-03-08 Thread Richard Crawford
Nick Han wrote: Richard, I think in order to call an Oracle stored procedure through Cold Fusion, you need to create a package spec. Don't think you can solely reference the procedure name directly. Create a package spec and put your procedure in the package body.After you have done that,

Consuming RSS

2004-03-08 Thread Dwayne Cole
Are there any custom tags or components that will simplify the process of incorporating RSS feeds in to a site? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Suggestions for Windows version control

2004-03-08 Thread Conan Saunders
I want to get a version control system running, preferably something easily integrated with CFStudio/HomeSite+ (or a similar code-centric editor). I don't need anything fancy or complex, I just want something that will maintain a commented change history of my application, allow me to diff a

RE: Suggestions for Windows version control

2004-03-08 Thread Raymond Camden
I know others have complained about VSS, but I've had nothing but good luck with it, and found it to be the easiest solution. CVS is free, and can be integrated w/ HS+ if you use Igloo (just google it). That's what I currently use and it works ok. [Todays Threads] [This Message]

RE: Re-evaluate CFMX Security

2004-03-08 Thread Barney Boisvert
If you want my opinion, if you have security that's even remotely complex, you're better off writing a custom system to handle it.Now that you have UDFs and CFCs at your disposal for the actual structure, it's quite simple if you have a good understanding of the security model and how to a build

Re: Consuming RSS

2004-03-08 Thread Bryan F. Hogan
Here is one option. http://www.cfm-applications.com/blogman/articles/rss2query.shtml Dwayne Cole wrote: Are there any custom tags or components that will simplify the process of incorporating RSS feeds in to a site? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

Re: Consuming RSS

2004-03-08 Thread Bryan Stevenson
mm...consuming RSS...*drool* sorry Simpsons moment...I heard the call of the Homer Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

RE: Re-evaluate CFMX Security

2004-03-08 Thread Jeff Chastain
Ray, I think you had it in the first part.I am looking for the two part security model where not only does the user have the role/ability/right to upload a document, but they must also have the permission to upload it to the given folder. So, it looks like from your message and Pablo's tutorial

RE: Suggestions for Windows version control

2004-03-08 Thread Barney Boisvert
I use CVS exclusively.The excellent CVSNT package makes it straightforward to setup a server on Windows.It doesn't integrate into CFS or HS, but if you need that, then you're stuck with VSS.I'd recommend the SmartCVS client (www.smartcvs.com), which is free for the basic version (all I've ever

RE: Re-evaluate CFMX Security

2004-03-08 Thread Jeff Chastain
Barney, That is becoming my conclusion.Do you know of any examples/tutorials of more complex security systems?I have found plenty of the basic level ones, but I would be interested to see how other people implement a more complex security system - especially utilizng CFCs and other CFMX

RE: Re-evaluate CFMX Security

2004-03-08 Thread Ian Skinner
Just a thought, because I'm going to have to do something similar here for an application coming up.You could concatenate you roles and permissions together to create unique combinations you would then use in the code.A simple pseudo code example. cflogin if form get roles and permissions from

RE: Infusion

2004-03-08 Thread Tom Jordahl
ColdFusion MX 6.1 has been clocked at sending over 1,000,000 messages per hour (that is one million) using CFMX Enterprise and enabling maintain connection and spooling to memory (no disk I/O). The real problem is you must have an SMTP server which can handle the messages as fast as CFMX can

RE: Suggestions for Windows version control

2004-03-08 Thread Nathan Strutz
Personally I never got Igloo to work (ehh, it took effort and i didn't want to even try). Instead look for TortoiseCVS. It integrates with windows explorer and the folder view on the resource tab through right-click menus so you can check in and out straight from HS+/CFS. CVS has some issues, for

Re: Cold Fusion and Oracle

2004-03-08 Thread Doug Keen
Is types.cursorType a REF CURSOR (not your plain-vanilla CURSOR)?If not, I think that may be another potential cause of your error... try changing types.cursorType to be a REF CURSOR and delete your FETCH ... INTO statement from the proc. Doug Keen Senior Consultant, The Seva Group

RE: Suggestions for Windows version control

2004-03-08 Thread Raymond Camden
I use CVS exclusively.The excellent CVSNT package makes it straightforward to setup a server on Windows.It doesn't integrate into CFS or HS, but if you need that, then you're It does actually, if you use a third party tool - Igloo. stuck with VSS.I'd recommend the SmartCVS client Well,

Re: Cold Fusion and Oracle

2004-03-08 Thread Richard Crawford
Doug Keen wrote: Is types.cursorType a REF CURSOR (not your plain-vanilla CURSOR)?If not, I think that may be another potential cause of your error... try changing types.cursorType to be a REF CURSOR and delete your FETCH ... INTO statement from the proc. Hm.It actually IS a REF CURSOR.I

new version of cfeclipse (1.1.3) the eclipse plug-in

2004-03-08 Thread Rob
There is a new release of the cfeclipse plug-in. If you like cfscript then you'll love Oliver Tupman. He added bracket auto complete a la java and some other nifty goodies to cfscript... cfscript never looked so good. There are a bunch of new items in this release that no other product has :-o

RE: Suggestions for Windows version control

2004-03-08 Thread Douglas.Knudsen
I've hopped on the CVS wagon lately.Its nice.The only thing is the WinCVS client is suck$$$ slow on my windows box.TortoiseCVS is nice and a bit faster, but no speed demon for sure.How is this smartCVS??? oh...eclipse has CVS client built in too Doug -Original Message- From: Barney

RE: Suggestions for Windows version control

2004-03-08 Thread Douglas.Knudsen
-Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 4:57 PM To: CF-Talk Subject: RE: Suggestions for Windows version control Personally I never got Igloo to work (ehh, it took effort and i didn't want to even try). Instead look for TortoiseCVS. It

RE: Suggestions for Windows version control

2004-03-08 Thread Douglas.Knudsen
-Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 4:59 PM To: CF-Talk Subject: RE: Suggestions for Windows version control I use CVS exclusively.The excellent CVSNT package makes it straightforward to setup a server on Windows.It doesn't

OT: NCAA Tournament system

2004-03-08 Thread Paul Campano
This is off topic though it's that time of year, but I was wondering if anyone out there has a CF based NCAA basketball tournament system for free or small fee?Thanks in advance. Paul Campano [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Sessions - CFID/CFTOKEN

2004-03-08 Thread Drechsler, Jennifer
We are running IE 6 SP1 on this group of imaged machines.But, we have been running IE 6 on other machines, without experiencing this session swapping problem. Jennifer Drechsler SFPUC, ITS 415.554.3270 -Original Message- From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sent: Monday, March

Re: Cold Fusion and Oracle

2004-03-08 Thread Richard Crawford
Dave Watts wrote: I'll look into ViennaSQL.I currently use the free version of TOAD, which doesn't (as far as I can tell) allow me to test stored procedures. Well, the thing we want to test specifically is what happens when you call it through JDBC. I don't think TOAD uses JDBC. I

RE: Suggestions for Windows version control

2004-03-08 Thread Barney Boisvert
In my experience, SmartCVS is faster than Eclipse (and it's Java too!), though any CVS client will be very slow compared to a non-CVS file browser because of the amount of metadata it has to deal with.Couple that with the fact that CVS's network access isn't particularly optimized, and you're

Re: Cold Fusion and Oracle

2004-03-08 Thread Adrocknaphobia
Use SQL*Plus to test your procedures. -Original Message- From: Richard Crawford [mailto:[EMAIL PROTECTED] Sent: Monday, March 8, 2004 10:19 PM To: 'CF-Talk' Subject: Re: Cold Fusion and Oracle Dave Watts wrote: I'll look into ViennaSQL.I currently use the free version of

RE: Cold Fusion and Oracle

2004-03-08 Thread Dave Watts
Use SQL*Plus to test your procedures. ... but that won't tell him why they're not working through JDBC! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Infusion

2004-03-08 Thread Matt Robertson
Tom Jordahl wrote: CFMX 6.1 Standard and CFMX 6.0 have exactly the same delivery throughput, which is limited to something reasonable, ~25K per hour, a single thread and no spooling to memory and no maintain connection. I personally have never experienced a CFMAIL speed or reliability problem

Re: Cold Fusion and Oracle

2004-03-08 Thread Adrocknaphobia
Sorry, missed the begining of the thread, why do you guys think its an issue with JDBC? -Adam -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, March 8, 2004 10:57 PM To: 'CF-Talk' Subject: RE: Cold Fusion and Oracle Use SQL*Plus to test your procedures.

Re: Cold Fusion and Oracle

2004-03-08 Thread Richard Crawford
Adrocknaphobia wrote: Use SQL*Plus to test your procedures. Thanks.I've done so, and they both compile and run fine.It's where I'm trying to return the ref cursor to Cold Fusion that it stops working. -- Richard S. Crawford Programmer III, UC Davis Extension Distance Learning Group

Re: Cold Fusion and Oracle

2004-03-08 Thread Richard Crawford
Adrocknaphobia wrote: Sorry, missed the begining of the thread, why do you guys think its an issue with JDBC? Hi, Adam. This is the error message I've been receiving: Error Executing Database Query. [Macromedia][Oracle JDBC Driver]Unsupported data conversion. -- Richard S. Crawford

Re: Newbie Locking Question

2004-03-08 Thread Cutter (CF-Talk)
Bob, A good example of what Taco has below can be found in the application structure found at benorama.com. Cutter Taco Fleur wrote: PS. your better off setting those settings in a structure on its own, so its easier to re-initialize some of the application variables, example; cfset

RE: cfform and the onsubmit event

2004-03-08 Thread npetersn
Thanks! Nate Quoting [EMAIL PROTECTED]: check out the docs http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p38.htm#wp2433198 there is a attribute of cffor called onsubmit you can use onSubmit Optional _javascript_ function to execute after input validation. Use for

Workstation name ?

2004-03-08 Thread Deva, Ramesh X [ECCO Select]
Hi, How do i know my workstation name thru programatically? Is there any custom tag is available ? Thanks Ramesh [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Cold Fusion and Oracle

2004-03-08 Thread Richard Crawford
Well, I altered the stored procedure as follows: = PROCEDURE test_dlc_sp_getStudentInfo ( studentID IN number ) as studentInfo types.cursorType; sFirst varchar2(50); sLast varchar2(50); sOrient char(1); begin open studentInfo for select sFirst,

Re: Cold Fusion and Oracle

2004-03-08 Thread Rob
what does cfdump var=#getName# yield? On Mon, 2004-03-08 at 15:25, Richard Crawford wrote: Well, I altered the stored procedure as follows: = PROCEDURE test_dlc_sp_getStudentInfo ( studentID IN number ) as studentInfo types.cursorType;

Re: Cold Fusion and Oracle

2004-03-08 Thread Richard Crawford
It yields this error: Variable GETNAME is undefined Rob wrote: what does cfdump var=#getName# yield? On Mon, 2004-03-08 at 15:25, Richard Crawford wrote: Well, I altered the stored procedure as follows: = PROCEDURE test_dlc_sp_getStudentInfo (

RE: Infusion

2004-03-08 Thread Erik Yowell
Regarding the real “problem,” does anyone have any idea what kind of SMTP server can handle that load efficiently? That is – without bringing a box down to its knees. Specifically, anyone know what MACR used to get those benchmarks? As we have an app w/ a 60k + subscription list – I’d love to get

  1   2   >