Re: Flash Remoting bug, feature.... in variable persistence

2002-12-13 Thread Sean A Corfield
On Thursday, Nov 21, 2002, at 07:20 US/Pacific, [EMAIL PROTECTED] wrote: > Personally, I do not see much use for Remoting as a webservice, at > least beyond fundamental operations. By building a fascade a CFC is > forced to return control to the application developer, in my case, > revealing f

Re: Flash remoting

2002-12-13 Thread Sean A Corfield
On Friday, Dec 13, 2002, at 17:06 US/Pacific, Paul Johnson wrote: > We are experiencing difficulties getting flash remoting to work on > multiple ites. Works fine for one > http://local.thrive3test.co.nz/flashservices/gateway), but not others. .. > Interestingly, when I place the CFC which is not r

Re: Persistent CFC's in the client scope

2002-12-13 Thread Sean A Corfield
On Monday, Nov 4, 2002, at 14:10 US/Pacific, Sean A Corfield wrote: > On Monday, Nov 4, 2002, at 11:21 US/Pacific, Brook Davies wrote: >> Sean, our current setup uses client vars for future clustering >> considerations. I've heard that CFMX uses a new session scheme with >> better support for clust

Re: Form inside a loop problem - advise please!

2002-12-13 Thread S . Isaac Dealey
> I've got a cfloop/form structure set up to allow a user to > update one or two > specific fields in specific records. > ID of Record = #MyQuery.Record_ID# > Data field to update = BOB > The loop and form sorta like (not real code): > > > > > > UPDATE dbo.app_Master

Re: Form inside a loop problem - advise please!

2002-12-13 Thread brook
Sorry, my mistake, I see it now in the loop. Have you turned on debugging and looked at the resulting SQL? Also, maybe you do not need the single quotes around the UpdateID, if it is an Int... At 10:08 PM 12/13/2002 -0500, you wrote: >I've got a cfloop/form structure set up to allow a user to

Re: Form inside a loop problem - advise please!

2002-12-13 Thread brook
Where does the UpdateID come from? Maybe it should Form.RecID, no? At 10:08 PM 12/13/2002 -0500, you wrote: >I've got a cfloop/form structure set up to allow a user to update one or two >specific fields in specific records. > >ID of Record = #MyQuery.Record_ID# >Data field to update = BOB > >The

RE: Help with this Struct question, please

2002-12-13 Thread S . Isaac Dealey
> You should replace: > StructIsEmpty(newsbank.collection.nbx[newsNum].HEADERFIELD > S.SHL) > With: > NOT (StructKeyExists(newsbank.collection.nbx[newsNum].HEAD > ERFIELDS, > "SHL") AND NOT > StructIsEmpty(newsbank.collection.nbx[newsNum].HEADERFIELD > S.SHL)) I don't think this short-circuit it

Form inside a loop problem - advise please!

2002-12-13 Thread Les Mizzell
I've got a cfloop/form structure set up to allow a user to update one or two specific fields in specific records. ID of Record = #MyQuery.Record_ID# Data field to update = BOB The loop and form sorta like (not real code): UPDATE dbo.app_Master SET BOB = '#eva

Re: SQL to select data from a Graph /Poll Results

2002-12-13 Thread brook
Okay, I answered my own question and used this: SELECT count(#QuestionName#) as totalper,#QuestionName# as Answer FROMtblwebpolls WHERE #QuestionName# IS NOT NULL AND #QuestionName# <> '' GROUP BY#QuestionName

test

2002-12-13 Thread Paul Johnson
_ Cabbage Tree Creative Ltd. Paul Johnson | web programmer Phone+64 3 377 7544 Email [EMAIL PROTECTED] Web www.cabbagetree.co.nz manage your own web site with Thrive - contact us to learn how!

SQL to select data from a Graph /Poll Results

2002-12-13 Thread brook
I trying to write some SQL that will efficiently return information to create a web poll results graph. The database has 1 field, "pollresponse", which will contain 1 of 3 possible answers. I have these answers, and can use them in the query if necessary. How can I query this table and find out

RE: Help with this Struct question, please

2002-12-13 Thread James Ang
You should replace: StructIsEmpty(newsbank.collection.nbx[newsNum].HEADERFIELDS.SHL) With: NOT (StructKeyExists(newsbank.collection.nbx[newsNum].HEADERFIELDS, "SHL") AND NOT StructIsEmpty(newsbank.collection.nbx[newsNum].HEADERFIELDS.SHL)) If the above does not work, you should try this:

Re: cffile and server 4.5 issues??

2002-12-13 Thread Troy Montour
Matt thanks I will make sure the server has sp2 installed - Original Message - From: "Matt Robertson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 7:04 PM Subject: Re: cffile and server 4.5 issues?? > Personally I'm running 4.51sp2 and it works gr

Flash remoting

2002-12-13 Thread Paul Johnson
We are experiencing difficulties getting flash remoting to work on multiple ites. Works fine for one http://local.thrive3test.co.nz/flashservices/gateway), but not others. We have noted the advice on http://www.macromedia.com/support/flash_remoting/ts/documents/iis_gatewa y_connection.htm and

Re: cffile and server 4.5 issues??

2002-12-13 Thread Matt Robertson
Personally I'm running 4.51sp2 and it works great 100% of the time. My clients do boatloads of cffile-based image uploads, both out of ActivEdit and stuff I made for them. --- Matt Robertson, MSB Designs, Inc. http://mysecretbase.com - Retail http://foohbar.o

cffile and server 4.5 issues??

2002-12-13 Thread Troy Montour
Hello everyone, was wondering anyone know if there is an issue with cffile tag and 4.5 server.. getting weird glitches of no errors but it bombs out when you upload gifs/jpgs but not always about 85% of the time. Thank you Troy Montour

Re: Does anyone know how to check a file type when uploading?

2002-12-13 Thread S . Isaac Dealey
#cffile.clientfileext# will give you the 3-5 character extension from the file prior to the upload. > Can anyone help with this? > ~~ > ~~~| > Archives: > http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 > Subscription: http:

RE: Sessions Not working?

2002-12-13 Thread Costas Piliotis
Actually... Hostname had underscores in it. Illegal hostname for IE. http://support.microsoft.com/default.aspx?scid=KB;EN-US;q312461 Found a needle in a haystack... -Original Message- From: Peter Mayer [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 3:17 PM To: CF-Talk Subj

Does anyone know how to check a file type when uploading?

2002-12-13 Thread Eric Creese
Can anyone help with this? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfus

RE: Updater 2 and Oracle = 30 FIXES and 20% FASTER!

2002-12-13 Thread Damon Cooper
BTW, we should have a fix from DataDirect for this issue (15004052) in the next couple days...as soon as we get it, I'll have it posted in a TechNote and I'll post here. Again, we pointed this out at the very top of the Release Notes for Updater 2, and the specific issue is if you are using Orac

Updater 2 and Oracle = 30 FIXES and 20% FASTER!

2002-12-13 Thread Damon Cooper
The only issue we know about is if you are (and this is VERY specific): - using Oracle Reference Cursors - those Reference Cursor packages have multiple procedures Otherwise, there are something like 30 important Oracle fixes, plus very nice **15-20%** performance boost you'll p

Help with this Struct question, please

2002-12-13 Thread Howard Owens
I have an XML document -- a collection of newsstories that I'm trying to parse. I'm using CF_SOXML to read the data and convert it to structures and arrays. There is an optional field in the XML called SHL. Since the key of the struct doesn't always exist, I'm trying to find a way to intelligen

RE: Updater 2 and Oracle ?

2002-12-13 Thread Stacy Young
If it's a "new break" I'd fire off an email to Damon Cooper [ [EMAIL PROTECTED] ] With the details! -Stace -Original Message- From: Scott Brady [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 5:48 PM To: CF-Talk Subject: RE: Updater 2 and Oracle ? >The number of Oracle fixes

RE: Verity vs. SQL Server 2000 Full-Text

2002-12-13 Thread paul smith
In my experience with storing recordsets in cached structures, subsequent reading records from the structure was slower than reading the same records from a cached query. Is this expected behavior, or did I screw up? (first time again) best, paul At 04:29 PM 12/13/02 -0500, you wrote: > > On

Re: cfcatch.nativeErrorCode and sqlstate?

2002-12-13 Thread Chris Norloff
Using only cfquery? No, cfcatch.nativeErrorCode is part of the cfcatch scope. But it's easy to wrap a ctry/catch around the query, and then you'll have cfcatch.nativeErrorCode and cfcatch.sqlstate. We get them when triggers or stored procedures fail (CF 4.5 SP2, Solaris, Oracle 9i) Chris Norlo

RE: Sessions Not working?

2002-12-13 Thread Peter Mayer
Have you played around with the cfapplication settings (setdomaincookie)? Best regards, Peter Orginale Nachricht Von: Costas Piliotis <[EMAIL PROTECTED]> Betreff: RE: Sessions Not working? Datum/Zeit: Friday, 13. December 2002 23:09:35 > Anybody? > > -Original Message- >

RE: Updater 2 and Oracle ?

2002-12-13 Thread Scott Brady
>The number of Oracle fixes outweigh the non-fixes for us by a long shot Yeah, it's probably not a big issue for most people (of course, it's not a non-fix as much as it is a new-break). It just happens to occur in the start page for our app, which makes it a pretty big deal for us. Scott

RE: Updater 2 and Oracle ?

2002-12-13 Thread Stacy Young
We've been testing U2 with Oracle and haven't experienced any problems. (knocks on wood) No stored procs though... Stace -Original Message- From: Kevin Bridges [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 5:38 PM To: CF-Talk Subject: RE: Updater 2 and Oracle ? http://www.

Re: Updater 2 and Oracle ?

2002-12-13 Thread Scott Brady
It's in the release notes (which I stupidly read AFTER I installed it). I don't know a lot of the details, other than it deals with using reference cursors in Oracle 8i. Scott Scott Brady http://www.scottbrady.net/ -- Original Message ---

RE: Updater 2 and Oracle ?

2002-12-13 Thread Kevin Bridges
http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx _updater.html#knownissues The number of Oracle fixes outweigh the non-fixes for us by a long shot -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 3:31 PM To:

RE: help a newbie with code pleazz

2002-12-13 Thread Dave Lyons
Thanks! Dave Lyons [EMAIL PROTECTED] www.DreamLofts.com www.DreamLofts-WebDesigns.com -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 10:50 AM To: CF-Talk Subject: Re: help a newbie with code pleazz On your action page, you can elim

Updater 2 and Oracle ?

2002-12-13 Thread erica . lomax
I saw a quick mention in a post about known issues with updater 2 and Oracle. I can't seem to find any information on this. Does anyone have details? Or, does anyone know if updater 1 is still available? I need to get the dateDiff fix, but I can't have it cause problems with Oracle. Thanks,

Re: Happy story with updater2?

2002-12-13 Thread Jesse Houwing
Angel Stewart wrote: >Happy stories? > >Oh yes! > >I installed the updater on a LOVELY sunny morning, with faint whisps of >clouds in the sky, and a gentle easterly breeze! >As the little progress bar chug chugged along I sipped on a cup of hot >cappuchino whilst listening to some Louis Armstrong

RE: Form validation & 508 compliancy

2002-12-13 Thread Dave Watts
> I realize that sometimes it's better to use client side > validation on forms... Sometimes server side... Sometimes > both. Rather than answering your Section 508 question, I'll simply state that you should always use server-side validation, whether you also use client-side validation or not.

RE: Form validation & 508 compliancy

2002-12-13 Thread Smith, Matthew P -CONT(DYN)
Agreed. I'm not sure if it's presence is considered a "violation" of compliance, though I would think that a user that it would cause problems for would have it disabled. Matthew P. Smith Web Developer, Object Oriented Naval Education & Training Professional Development & Technology Center (N

RE: DB Driver Inf / DB2 on AS/400 / Joe / PDF Ref Doc / etc etc

2002-12-13 Thread Damon Cooper
We already have this file dated 12/11/2002. This one is very different, and should only be used for debugging (you need to restore the original when you're done debugging or you will have other problems).

RE: Form validation & 508 compliancy

2002-12-13 Thread Scott Brady
>So if you are going to do server side to protect your app/data anyway, why >even invest the extra work in JS... Because as a User I prefer client-side validation to save me some trips to the server, if possible. For the 90% of users with it enabled, it can be user-friendly. Of course, you shou

RE: DB Driver Inf / DB2 on AS/400 / Joe / PDF Ref Doc / etc etc

2002-12-13 Thread Joe Eugene
Thanks Damon.. >hope you don't mind me CC'ing CF-Talk, NP.. i was going to put some private string details of the connection.. but i took it out. > IBM drivers? (BTW, can you get connected with > those?) Yes.. this works very well.. and i think its faster than client access ODBC.. havent done an

OT: Best PHP Open Source Shopping Cart/E-Commerce Package?

2002-12-13 Thread Tony Schreiber
I know this is a bit off topic, but I'm looking for an alternative to my own heavy CF application in a situation where I'd be better off using php. I've found a lot of them, but none seem to deliver what they promise, or they do so in an exceedingly ugly fashion. Any suggestions? Tony Schreiber,

RE: Form validation & 508 compliancy

2002-12-13 Thread Kevin Graeme
The only issue with JavaScript is whether the feedback from it is readily available to the user. So a rollover/dropdown menu isn't directly accessible, but if you have the same links available elsewhere on the page then you're fine. With client side form validation, you typically put up an alert bo

Re: Problem with single quotes(CFMX)

2002-12-13 Thread Sean A Corfield
On Friday, Dec 13, 2002, at 11:26 US/Pacific, Joe Eugene wrote: > select * from TableName where myField=apos;BMWapos; > > it was replacing "'" with string "apos;" . I tried a few > things(preserve, > build string.. and some others). None of them worked. I finally > restarted the > CFMX service..

RE: Form validation & 508 compliancy

2002-12-13 Thread Smith, Matthew P -CONT(DYN)
I had to ask around, and the consensus was that they are not compliant. I think that the problem is that anything that changes the focus for the user is frowned upon. I'm not sure if it's a technical one, like the screen-readers would have a problem with it, or if it's a more "general" usability

cfcatch.nativeErrorCode and sqlstate?

2002-12-13 Thread jon hall
Is there any way in CF5 to get this information using only cfquery? In particular I am having a problem where a trigger is returning an error, but not throwing an error. -- jon mailto:[EMAIL PROTECTED] ~| Archives: http

RE: Login/Password screen

2002-12-13 Thread Kevin Graeme
The server sets it when the person authenticates to the server login. So you just define the directory as restricted in the web server configuration, then when a person requests anything in that directory or lower, the web server intercepts it before anything else does and asks for a login. The CF

oracle, blobs, and CFMX

2002-12-13 Thread Douglas.Knudsen
anyone test inserting a blob into an Oracle DB via CFMX? Supposedly this works now but I'm getting an error message: "[Oracle JDBC Driver] The hexadecimal string is invalid" SQL is INSERT INTO foo (ct, bob) VALUES ( '55', ) where tmp is a Word doc grabbed via CFFILE. Cheers! -- Douglas Knud

RE: DB Driver Inf / DB2 on AS/400 / Joe / PDF Ref Doc / etc etc

2002-12-13 Thread Damon Cooper
Hey Joehope you don't mind me CC'ing CF-Talk, so everyone can use this info if necessary... First, there's a bug in JRun4 (and therefore CFMX Server) - #48118, that can obscure the actual JDBC exception that you're encountering, giving the generic one below. So let's first see what the act

Re: Pass "null" to a Java object?

2002-12-13 Thread Massimo, Tiziana e Federica
> Again.. Listen to the question... > Massimo's comment were to the effect... > ">from CFML and I am forced to do everything with plain CFML." > > HE CANNOT WRITE JAVA OBJECTS BUT CAN USE THEM? Yes, because I am on a server (shared hosting) where I can instantiate Java objects using but I can't u

RE: Server is hosed

2002-12-13 Thread Scott Brady
>The .cfm mapping that IIS uses to map calls to .cfm pages to the CF >Runtime has probably been removed. On the problem site, if you click the >Home Directory tab, and then click the Configuration button on that tab, >you will see all the mappings associated w/ that particular site. If >cfm is miss

RE: Verity vs. SQL Server 2000 Full-Text

2002-12-13 Thread Dave Watts
> One thing to check is whether CFSEARCH allows caching > (Studio doesn't think it does, which agrees with my > recollection). If your app is as amenable to caching > queries as www.SMARTERyellowPages.com is, then your > choice may be clear. While you can't use CACHEDWITHIN or CACHEDAFTER attr

RE: Sessions Not working?

2002-12-13 Thread Costas Piliotis
Anybody? -Original Message- From: Costas Piliotis Sent: Friday, December 13, 2002 11:48 AM To: CF-Talk Subject: Sessions Not working? I have a client that has set up a site, and they are having session issues. When accessing a site using the IP Address, everything works fine. When a

RE: Pass "null" to a Java object?

2002-12-13 Thread Joe Eugene
Why cant you write a wrapper class to translate string "null" from CFMX to Java(null). Your setter methods can handle this.. Joe On Fri, 13 Dec 2002 15:48:53 -0500 Matt Liotta <[EMAIL PROTECTED]> wrote: > I tried several different ways of pass a null > to a Java object without > success. One wor

Re: Verity vs. SQL Server 2000 Full-Text

2002-12-13 Thread paul smith
I don't have comparisons using the same app. For some apps I've used Verity, and I used SQL7 full text exclusively in www.SMARTERyellowpages.com I have heard that Verity K2 search is very fast (and uses the same index as Verity vanilla search), but again, I have no comparable data. One thing t

Re: Pass "null" to a Java object?

2002-12-13 Thread Joe Eugene
> Been to cflib.org or read Forta's MX book? > People are using Java > objects in CF everywhere... I have written some complex Java Objects and used them successfully.. passing "nulls" and doing whatever Write some wrapper classes in your object to translate "nulls" Again.. Listen to the ques

Re: Pass "null" to a Java object?

2002-12-13 Thread Massimo, Tiziana e Federica
> I tried several different ways of pass a null to a Java object without > success. One workaround is change the Java source code generated by CFMX > and then recompile the CFM. Thanks for sharing, I guess it's time to submit a feature request :-) Massimo

Re: Updater 2 woes

2002-12-13 Thread brook
I was logged in as the admin, and I also deleted all of the class files and restarted the server, the CF administrator still gives me an error in the application.cfm file as below. After rebooting the error did move from line 1 to line 228. Maybe I'll re-install the Updater or CFMX? Brook At

Re: Pass "null" to a Java object?

2002-12-13 Thread jon hall
Friday, December 13, 2002, 3:46:18 PM, you wrote: JE> Didnt you say.. you were trying to pass "null" to a Java Object.. if you cant JE> run Java Class files.. How can you instantiate a Java Object? >> from CFML and I am forced to do everything with >> plain CFML. JE> You can only write Plan CF..

RE: Pass "null" to a Java object?

2002-12-13 Thread Matt Liotta
I tried several different ways of pass a null to a Java object without success. One workaround is change the Java source code generated by CFMX and then recompile the CFM. Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 > -Original Message-

Re: Pass "null" to a Java object?

2002-12-13 Thread Joe Eugene
Didnt you say.. you were trying to pass "null" to a Java Object.. if you cant run Java Class files.. How can you instantiate a Java Object? > from CFML and I am forced to do everything with > plain CFML. You can only write Plan CF.. Now where does Java Objects even fit here? Joe On Fri, 13 Dec

RE: Server is hosed

2002-12-13 Thread James Alexander
The .cfm mapping that IIS uses to map calls to .cfm pages to the CF Runtime has probably been removed. On the problem site, if you click the Home Directory tab, and then click the Configuration button on that tab, you will see all the mappings associated w/ that particular site. If cfm is missing o

OT: Form validation & 508 compliancy

2002-12-13 Thread Carlisle, Eric
I realize that sometimes it's better to use client side validation on forms... Sometimes server side... Sometimes both. Are there any rules of thumb to using client side (JavaScript) validation on 508 compliant forms? Thanks :-) ~~~

Re: DB Driver Inf / DB2 on AS/400 / Joe / PDF Ref Doc / etc etc

2002-12-13 Thread Joe Eugene
Daemon, Thanks for replying. 1. Are you saying to put this in the connection string for a DB2 UDB connection? Give it the Data Library, Userid and password and it will work? locationName=IDPODB2WDDF;collectionID=default;packagename=JDBCPKG;CreateDefaultPackage=TRUE; locationName=IDPODB2WDDF;colle

Re: Verity vs. SQL Server 2000 Full-Text

2002-12-13 Thread Paul Hastings
> Thanks Paul. What has your experience with query speed been between the two? I've had a few people tell me that Verity might be a bit quicker. verity's response is flat flat flat. sql server's full text just gets quicker (cached). sql server's full text annually wins academic/gov. awards for tex

Server is hosed

2002-12-13 Thread Scott Brady
I made the apparently huge mistake of installing the CFMX Updater 2 this morning. Of course, our application then no longer worked on my development machine, because we're using Oracle (there's apparently a known issue involving Oracle 8 and refcursros in the Updater 2 that didn't exist before

Re: Pass "null" to a Java object?

2002-12-13 Thread Massimo, Tiziana e Federica
> http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&threadid=194 > 49&forumid=4&refresh=0 Thanks for the pointer, unfortunately the current project is on a server that doesn't allow me add any class or jar file. That's actually while I am stumped, since I can't create a simple Java c

CFFILE error:formfield File does not contain a file

2002-12-13 Thread Eric Creese
I took out most of the code on the action page to make sure it brought the file over, uploaded the file , and gave it a unique name. it did all the following for me. Here is the code. I used your form page as well to pass the form items. Try this first to get it working then try adding your vali

RE: Can't Reach the Updater 2

2002-12-13 Thread Smith, Matthew P -CONT(DYN)
Useless Digressions on Friday ; ) -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 12:56 PM To: CF-Talk Subject: RE: Can't Reach the Updater 2 Friday, hmmm? Don't forget UDF = Universal Disk Format. -- Mosh Teitelbaum evoch, LLC Tel:

Re: Verity vs. SQL Server 2000 Full-Text

2002-12-13 Thread Matt Kornguth
Thanks Paul. What has your experience with query speed been between the two? I've had a few people tell me that Verity might be a bit quicker. Thanks again. On 12/13/2002 1:21 PM, paul smith <[EMAIL PROTECTED]> wrote: >SQL7/2000 allows combination of full-text searches and standard SQL >in the

DB Driver Inf / DB2 on AS/400 / Joe / PDF Ref Doc / etc etc

2002-12-13 Thread Damon Cooper
Hey guys... Here's some info that may help 1) Connecting using CFMX DB2 drivers on AS/400, mainframes, etc, etc: give this sample a try: 1) The connect string is required to connect. a) First pass connection string in CFAdmin dsn locationName=IDPO

Sessions Not working?

2002-12-13 Thread Costas Piliotis
I have a client that has set up a site, and they are having session issues. When accessing a site using the IP Address, everything works fine. When accessing the same site using a hostheader, coldFusion doesn't seem to start a session. I have checked to see if the cookie gets written at the s

RE: Pass "null" to a Java object?

2002-12-13 Thread Rob Rohan
http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&threadid=194 49&forumid=4&refresh=0 Rob http://treebeard.sourceforge.net http://ruinworld.sourceforge.net Scientia Est Potentia -Original Message- From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED]] Sent: Friday, De

Pass "null" to a Java object?

2002-12-13 Thread Massimo, Tiziana e Federica
Is there a way to pass a "null" to the method of a Java object? In order to test this I even tried creating a Java class that returns null and use it... No joy :-( I guess it's not possible, but I just wanted to try and ask Thanks Massimo ~~~

RE: Java in CF (CFMX) - MM Drivers

2002-12-13 Thread Mike Chambers
If you have a question that is directed directly to Macromedia then you need to contact Macromedia directly. That means either contacting support, or sending your question to me. At the least CC us on your post. Otherwise, there is a chance we might not see your original question, or a follow up.

Re: Problem with single quotes(CFMX)

2002-12-13 Thread Joe Eugene
Sean.. i noticed a problem with CFMX and single quotes in a query...Query failed to execute... and the debug code showed something like select * from TableName where myField=apos;BMWapos; it was replacing "'" with string "apos;" . I tried a few things(preserve, build string.. and some others).

Re: Running CF as a specific user

2002-12-13 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: > > (R)read > (C)hange > (Write) > E(X)ecute > > What does Add translate to? Write on directories and nothing on files. Dont forget to set the Creator/Owner to at least Change in that case. Jochem ~|

Re: CFFILE error:formfield File does not contain a file

2002-12-13 Thread Jochem van Dieten
Angel Stewart wrote: > > The processing Code: > > > > > > destination="e:\webs\theenergyguide\resumes\" > nameconflict="makeunique"> Change form.rfile to rfile? Jochem ~

CFFILE upload bug??????

2002-12-13 Thread Eric Creese
FIGURED OUT THE PROBLEM. Apparently in ServerFileName parameter in MX is not working right at leat when I called it so I used ServerFIle and was able to complete my task. Not sure if this is a bug but may need to be reviewed by MM ~~

RE: Session Variables (was Login/Password screen)

2002-12-13 Thread paul smith
??? How about using the URL to maintain state? The big advantages of cookies is to simplify/eliminate subsequent logins / and simplify coding. Forta's books have forever shown how to test to see if user allows cookies and if not pass state in URL. best, paul At 09:20 AM 12/13/02 -0800, you wr

RE: Can't Reach the Updater 2

2002-12-13 Thread Mosh Teitelbaum
Friday, hmmm? Don't forget UDF = Universal Disk Format. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ > -Original Message- > From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 13, 2002 1:2

RE: Can't Reach the Updater 2

2002-12-13 Thread Ryan Kime
>Are you by chance using ZoneLabs or some other firewall >program that blocks personal header information? Yeah, I'm behind some big nasty redundant firewalls, but I've never seen any place require personal header info for a download. Oh well, all good now. Thanks to those who checked the downl

Re: Can't Reach the Updater 2

2002-12-13 Thread Sean A Corfield
On Friday, Dec 13, 2002, at 09:45 US/Pacific, Dave Carabetta wrote: > My only question is why the personal header info is necessary to be > able to > download the file, but that's another topic! The Updater is behind a 'membership wall' - we'd like to ensure folks are macromedia.com members when

Re: Problem with single quotes

2002-12-13 Thread Sean A Corfield
Use preserveSingleQuotes() (I wonder how many identical answers we'll get for this frequently asked chestnut? :) On Friday, Dec 13, 2002, at 09:29 US/Pacific, Wurst, Keith D. wrote: > Hi everyone. I'm having a problem with single quotes. I'm building the > "where" part of a sql statement dynami

RE: updater2 99% cpu

2002-12-13 Thread Simon Stanlake
it was hanging on CFQUERY's that were doing inserts. (to oracle 8.1.7) uninstalled it for now. -Original Message- From: Simon Stanlake [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 8:56 AM To: CF-Talk Subject: updater2 99% cpu when I install the updater2 I get a 99% cpu an

RE: IIS on WinXP Pro

2002-12-13 Thread Dave Watts
> OpenSSH Server now works under Windows? I knew they > were working on it, but last time I checked only the > client worked under Windows. I think you can run sshd under Windows, and have been able to for some time. I think this is described in detail in the O'Reilly book "Securing Windows NT/2

RE: What does U2 actually update?

2002-12-13 Thread Stacy Young
Joch you've told me to RTFM a couple times. LOL ( j/k ) Chill all...it's almost x-mas... -Stace -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 11:57 AM To: CF-Talk Subject: Re: What does U2 actually update? Matthew Small wrote: > I

Re: Problem with single quotes

2002-12-13 Thread Scott Brady
Two options I can think of: 1) PreserveSingleQuotes() function 2) CFQUERYPARAM I highly recommend option #2. where ( title like ) or (duration_start >= ) or (amount_requested > ) Of course, this depends on the database you're using, because some of them don't support parameters. --

Re: Problem with single quotes

2002-12-13 Thread Jerry Johnson
wrap the variable in PreserveSingleQuotes(string) This will prevent it from "escaping" the quotes (by adding another ' next to each existing ') Jerry Johnson >>> [EMAIL PROTECTED] 12/13/02 12:29PM >>> Hi everyone. I'm having a problem with single quotes. I'm building the "where" part of a sql s

RE: CFFILE error:formfield File does not contain a file

2002-12-13 Thread Angel Stewart
Hey :) Yup...thought that was it at first, but I set that and it still gives the same error. It's very weird. Here is all the code: The Form: First Name

Re: Happy story with updater2?

2002-12-13 Thread Sean A Corfield
On Friday, Dec 13, 2002, at 08:50 US/Pacific, Dick Applebaum wrote: > Why would you need to remove the class files -- they shouldn't be > affected by changes to CFMX? Because the compiled files include calls into the CF libraries and if they change, the compiled code may no longer be valid. It's

RE: [verity] How do I exclude certain directories from my index?

2002-12-13 Thread Sean McCarthy
You have a couple of options. If you use the vspider to spider the site then you can use: -indexclude /someIP/someFolder/* If you use the standard cfindex tag then its going to be more of a challenge. Out of the box from what I have found outside of removing the directory from what you are goi

Re: Verity vs. SQL Server 2000 Full-Text

2002-12-13 Thread paul smith
SQL7/2000 allows combination of full-text searches and standard SQL in the same query. With Verity I find I often need a query to find the list of IDs that match the search text, and then a second query to match the standard SQL constraints. Not that important if your app is not heavily loaded.

Re: Can't Reach the Updater 2

2002-12-13 Thread Bryan Stevenson
So let's see in CF there is: ColdFusion...often confused with Cold Fusion (the theoretical power souce) ColdFusion Components (CFC) and CFCs are Chlorafloracarbons (spl?) and now updater 2 AKA U2 the band It's Friday and that's my reason for this little observation ;-) and now back to your regul

Re: Running CF as a specific user

2002-12-13 Thread stas
Dave, Going through the article to which you posted a link to I was confused for the naming convention the original author was using for kinds of rights. Am I correct in interpreting these as: (R)read (C)hange (Write) E(X)ecute What does Add translate to? Thank you - Original Message -

Re: Problem with single quotes

2002-12-13 Thread Bruce Sorge
Try using the PreserveSingleQuotes function. - Original Message - From: "Wurst, Keith D." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 11:29 AM Subject: Problem with single quotes > Hi everyone. I'm having a problem with single quotes. I'm building

SOT: MySQL 3.23.54 has been released

2002-12-13 Thread jcc
It should be noted that this new version is in relation to a number of seemingly major security vulnerabilities recently announced for mySQL. You really should upgrade. edited security advisory follows, swee link for full advisory, or email me (don't want to flood list): -Jeff > >

RE: Problem with single quotes

2002-12-13 Thread Everett, Al
> Does anyone know where those extra single quotes came from? ColdFusion escapes single quotes within CFQUERY. > Anyone know how I might be able to get rid of them? PreserveSingleQuotes() > Thanks very much. You're welcome ~

RE: Can't Reach the Updater 2

2002-12-13 Thread Dave Carabetta
>Well, not exactly. I get to the download page that has all the flavors >available and I can download, from here I can download every version EXCEPT >the W2K version which is what I need. It just redirects me back to the >front >page! Are you by chance using ZoneLabs or some other firewall progra

RE: Java in CF (CFMX) - MM Drivers

2002-12-13 Thread Joe Eugene
MM-Product Team... When Vernon Viehe(MM Community manager) exited.. there were promises from MM..that MM would provide better support through other MM Folks... *Is this a JOKE?* Vernon did a much better job..than whoever is in that place now. This Thread Question was directed to MM..since

RE: Can't Reach the Updater 2

2002-12-13 Thread Lincoln Milner
That's U2 (not the band, the CFMX file...) -Original Message- From: Ryan Kime [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 11:51 AM To: CF-Talk Subject: RE: Can't Reach the Updater 2 OKgot sick of the cookie bull. Here's the address of the actual download (I think).

Re: What does U2 actually update?

2002-12-13 Thread Dina Hess
I couldn't agree more. ~Dina - Original Message - From: Joshua Miller To: CF-Talk Sent: Friday, December 13, 2002 10:55 AM Subject: RE: What does U2 actually update? Ok, ok, ok, voice of reason here ... Jochem is typically a fabulous resource for information on this lis

Re: Happy story with updater2?

2002-12-13 Thread Samuel R. Neff
At 08:50 AM 12/13/2002, you wrote: >(snip) >Why would you need to remove the class files -- they shouldn't be >affected by changes to CFMX? > >TIA > >Dick (snip) It's certainly possible that something in the updater can change how CFMX translates CFML to Java which would require recreating the cl

  1   2   3   >