From: Schuster, Steven [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 04, 2003 1:51 PM
To: CF-Talk
Subject: RE: CFFILE a few things
Does anyone have a sample connectstring for CFQUERY for Oracle. Here is what
I use for JSP and was wondering if it would be ok for CFM as well.
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=" + strHost +
")(PORT =" + strPort + "))(CONNECT_DATA=(SID=" + strSid + ")))
I figure the jdbc:oracle:thin would be something like Oracle.Macr or
something....
Anyone?
-----Original Message-----
From: Philip Arnold [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 04, 2003 1:44 PM
To: CF-Talk
Subject: RE: CFFILE a few things
> So you do an upload and then a rename?
You can't rename before it's uploaded (removing spaces) - unless you
specify the name it's going to be...
> 2) When using the "move" action, there is no option to handle
> name conflicts!! Do you then have to do a try/catch around
> the move and if an error is found try another file name
> (seems pretty clunky to me)??
This is what the FileExists() function is for!
_____
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

