Deflated Web Services can't be consumed on CFMX7?

2006-01-23 Thread Andrew Stevens
Hi I hit a problem today trying to consume a web service in CFMX7. Sorry, I don't have the exact wording, it's something like java.util.zip.Zip Exception. invalid compression algorithm. Some investigation revealed the WSDL is compressed with Deflate, not GZIP which seems more common. Does

RE: Monitoring JRun Memory Usage

2006-01-23 Thread Robertson-Ravo, Neil (RX)
How does it compare to SeeFusion? -Original Message- From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: 21 January 2006 10:33 To: CF-Talk Subject: Re: Monitoring JRun Memory Usage Russ U might want to have a look at fusion reactor. Have you used this does it do what it says? It

Re: Update, Delete, Insert recordcount?

2006-01-23 Thread Jim Wright
Mainly, it is a performance thing...when you have multiple statements returning their counts, it takes longer to get to that one statement that actually has the results you want.It may be milliseconds, but in some systems, that can add up...so it's just good practice. Also, I have read that

SeeFusion versus FusionReactor [was: Monitoring JRun Memory Usage]

2006-01-23 Thread Nick de Voil
How does it compare to SeeFusion? U might want to have a look at fusion reactor. I haven't used either of them yet - if anyone has used both, it would be great to hear what you think. Nick ~| Message:

RE: Update, Delete, Insert recordcount?

2006-01-23 Thread Adrian Lynch
Cheers. I can't say I've ever used it in cfquery, but it's in my SP templates. I could have sworn there was another reason for using it but I can't think what it is right now. Ade -Original Message- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: 23 January 2006 12:21 To: CF-Talk

Re: Update, Delete, Insert recordcount?

2006-01-23 Thread Paul Hastings
Jim Wright wrote: I have read that not having set nocount on can mess up CF's ability in the past (ie pre MX) you needed it to pump multiple t-sql statements into 1 cfquery. the intermediate resultset counts returned to cf would otherwise confuse it. i forget who exactly figured that out but i

RE: Firefox Sessions

2006-01-23 Thread Russ
There is an optional path attribute when a cookie is set. If you put on something like httplook and see the cookies being sent back and forth, I'm willing to bet that the ones in the admin directory is setting the cookie with /root/admin as the path. If you set the cookie in /root and then

Audio conversion CFX tag, cfc, etc?

2006-01-23 Thread Burns, John D
I've been looking for a CFX or CFC tag that can take in an audio file in various formats (the more the better) and convert to MP3. I've found some command-line tools that can do conversions and I've considered using CFEXECUTE to call that but I'm curious if anyone has some java code in a CFC

Re: Monitoring JRun Memory Usage

2006-01-23 Thread Douglas Knudsen
On 1/22/06, Steven Brownlee [EMAIL PROTECTED] wrote: First reaction: OutOfMemory errors are *usually* the result of a low PermGen setting on your JVM. Now, on to your question. If you're running unmodified CFMX, then you're using the 1.4.2 JDK, so your options are limited. If you've

RE: Using a .jar file

2006-01-23 Thread Steve Brownlee
No, it's not possible with CFMX. They meant you'd have to write a new Java class to extend theirs. -Original Message- From: blists [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 8:58 PM To: CF-Talk Subject: Re: Using a .jar file Ahhh yes, your right. I figured this out

RE: SeeFusion versus FusionReactor [was: Monitoring JRun Memory Usage]

2006-01-23 Thread Snake
I'm a stickler for nice UI. So I didn't really like seeFusion. Fusion Reactor is on use on one of our servers and has stopped a few crashes and tells me what site was timing out when it happened. Which actually doesn't seem to be at all related, but there you go. Fusion Reactor just looks more

storing query results while paging through

2006-01-23 Thread George Abraham
All, I don't use session variables at all, but this might a good time to use them. I have a search page that takes in a search term, runs a query and then displays the results. The user is allowed to click into a result and then page through the search resultset while in a result (via

RE: SeeFusion versus FusionReactor [was: Monitoring JRun Memory U sage]

2006-01-23 Thread Robertson-Ravo, Neil (RX)
Russ, I know what you mean re: UI, it does look better. Write your own in what way - using java? -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: 23 January 2006 15:15 To: CF-Talk Subject: RE: SeeFusion versus FusionReactor [was: Monitoring JRun Memory Usage] I'm a

RE: storing query results while paging through

2006-01-23 Thread Justin D. Scott
Assuming your query pulls all of the results and you use the startrow and maxrows attributes when outputting, you could just use the cachedwithin attribute of cfquery itself to store the results in memory without all the fuss of session variables. This will also have the benefit of using the same

urlencode

2006-01-23 Thread Jennifer Gavin-Wear
urlencode: had this working great, then a message appeared with a % in the subject to be passed as a url var and urlencode promptly falls over. work around: this a href=display.cfm?maillist=#maillist#subject=#replace(threads.subject2, %, ~, all)# class=maillist#threads.subject2#/a gets

RE: Audio conversion CFX tag, cfc, etc?

2006-01-23 Thread Bobby Hartsfield
I'd be very surprised if you found a tag/cfc to do that. You'll most likely have to roll your own using whatever command line tool you've found. But by all means... if I'm wrong... do share :-) What command line utility did you find? Windows? Linux? The only thing I've seen that was remotely

Re: storing query results while paging through

2006-01-23 Thread Wayne Putterill
As a side note to this, what are the options for paging with regards to Ajax or Flash these days? I'm just wondering if there is something out there that I should be considering for future use. On 1/23/06, George Abraham [EMAIL PROTECTED] wrote: All, I don't use session variables at all, but

RE: storing query results while paging through

2006-01-23 Thread Robertson-Ravo, Neil (RX)
Well, lots of options. At present I am using mainly BXML/Backbase. -Original Message- From: Wayne Putterill [mailto:[EMAIL PROTECTED] Sent: 23 January 2006 16:24 To: CF-Talk Subject: Re: storing query results while paging through As a side note to this, what are the options for

Re: storing query results while paging through

2006-01-23 Thread George Abraham
Justin, Suppose the query is named 'getResults' and I have enabled the cachedwithin attribute. Say user1 comes along and searches for 'Portugal'. The query 'getResults' is cached. Then user2 comes along and searches for 'Spain'. This happens while user1 is paging through the resultset for

RE: SeeFusion versus FusionReactor [was: Monitoring JRun Memory U sage]

2006-01-23 Thread Snake
Well that probably wouldn't help if the JVM fell over. What I have always done up till now, is have a cf app that monitor other cf apps and servers. Of course running on another server. Russ -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 23 January

RE: storing query results while paging through

2006-01-23 Thread Dave Watts
Suppose the query is named 'getResults' and I have enabled the cachedwithin attribute. Say user1 comes along and searches for 'Portugal'. The query 'getResults' is cached. Then user2 comes along and searches for 'Spain'. This happens while user1 is paging through the resultset for

Re: storing query results while paging through

2006-01-23 Thread George Abraham
On 1/23/06, Dave Watts [EMAIL PROTECTED] wrote: When you use CACHEDWITHIN/CACHEDAFTER, CF identifies cached queries not just by name, but by connection and by the actual SQL statement. So, each user would generate their own cached query, and CF would only reuse one of them if another request

RE: storing query results while paging through

2006-01-23 Thread Justin D. Scott
The cache is based on the query name, as well as the actual query going to the SQL server. If the search string is different, then the query would be different, so it would get cached independently of the others. Note that if you are using cfqueryparam in the query, it cannot be cached with

RE: storing query results while paging through

2006-01-23 Thread Dawson, Michael
By connection he means database connection from the CF server to the DB server. This is not related to a session. Since it is not related to a session, many users can share the *exact* same query. M!ke -Original Message- From: George Abraham [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: storing query results while paging through

2006-01-23 Thread Dave Watts
Ah, so there is a diffrentiation by connection as well (hence by session)? I knew that there was a diffrentiation by actual SQL statement. That is good to know. Well, I oversimplified a bit when I said connection. CF uses the connection information - username, password, datasource - to

CFScript Quick Reference Guide?

2006-01-23 Thread Brandon Harper
Some time ago I had a PDF which was a quick reference to CFScript. It was basically a quick and dirty two page overview which showed the various control structures available in CFScript. I've not needed it in quite a long time and don't seem to have it around any longer. That said, I was

RE: storing query results while paging through

2006-01-23 Thread Burns, John D
Dave- When you say it differentiats by the actual SQL, does that include cfqueryparams? Or is the sql considered the same just with different params? I had some problems at one point and thought that might be the issue. I was just curious if you knew. John Burns Certified Advanced ColdFusion

Re: BlueDragon License Change

2006-01-23 Thread David McCan
Thanks Casey. I will check it out. I also found this last night: http://www.ignitefusion.com/default.htm I submitted a post to the New Atlanta list as Charlie requested. David Sorry to add to an already blunted topic but for those who wish to get rid of licencing agreements... please

RE: Audio conversion CFX tag, cfc, etc?

2006-01-23 Thread Burns, John D
Yeah, the ID3 stuff can be read by java too, that's why I was wondering if someone made a cfc wrapper that used a java library to do the conversion. The command line program I found is at http://www.audconv.com/ All I did was search for command line audio converter on google and that returned

Re: storing query results while paging through

2006-01-23 Thread George Abraham
Well, I completely forgot that we were using stored procedures for our db calls. So the cachedwithin property goes out the window. Now I am just storing the storedproc results in the session scope and using them from there. Thanks, George On 1/23/06, Justin D. Scott [EMAIL PROTECTED] wrote:

RE: storing query results while paging through

2006-01-23 Thread Dave Watts
When you say it differentiats by the actual SQL, does that include cfqueryparams? Or is the sql considered the same just with different params? I had some problems at one point and thought that might be the issue. I was just curious if you knew. For some reason, the

Re: CFScript Quick Reference Guide?

2006-01-23 Thread Charlie Griefer
i remember the doc you're referring to...i used to have it printed out, but don't remember where I got it from now (it's been a while) :\ any specific questions that we can take a shot at tho? On 1/23/06, Brandon Harper [EMAIL PROTECTED] wrote: Some time ago I had a PDF which was a quick

RE: CFScript Quick Reference Guide?

2006-01-23 Thread Jim Davis
-Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 1:29 PM To: CF-Talk Subject: Re: CFScript Quick Reference Guide? i remember the doc you're referring to...i used to have it printed out, but don't remember where I got it from now

RE: CFScript Quick Reference Guide?

2006-01-23 Thread Dave Watts
A Java programmer I work with is working on integrating something in Java to CF and keeps asking me control structure questions about CFScript. I've googled for the last 15 minutes without any luck finding it unfortunately. Any help would be appreciated. They're the same as in

Re: CFScript Quick Reference Guide?

2006-01-23 Thread Michael Traher
how about http://livedocs.macromedia.com/coldfusion/7/htmldocs/0970.htm#1106683 ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230247 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

RE: Audio conversion CFX tag, cfc, etc?

2006-01-23 Thread Bobby Hartsfield
I don’t think it has any kind of command line interface but I use Riva for converting videos to FLV's. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 12:43 PM To:

CF 7 and CFDUMP

2006-01-23 Thread Bryan Stevenson
Hey All, Is there an issue with CFDUMP on MX 7? We're running some data intensive scripts with cfdumps along the way to ensure all is going smoothly. It seems that using cfdump instead of cfoutput to dump vars, the page will display partially (almost like CFFLUSH allows for) and then the

XML, SOAP and WDDX and CF5

2006-01-23 Thread Ali Awan
I am in the processing of writing a CF application in CF5. The client I am working with will be sending me an XML packet via an HTTP POST. So I assume it's a SOAP packet. Is it possible to use WDDX to grab that packet and manipulate it as needed? Is it possible to parse that packet as

Re: XML, SOAP and WDDX and CF5

2006-01-23 Thread Alan Rother
Well, first WDDX is not in itself a tool, it's standardized XML format. So for you to use WDDX to grab the file, it would need to be a valid WDDX type xml file. When the customer posts the XML file to you Cold Fusion page you will need to parse out the XML file and as I recall, doing that in CF5

Re: XML, SOAP and WDDX and CF5

2006-01-23 Thread Ali Awan
Thanks for the input Alan. However this is an app for the client, and CF5 is what we are stuck with. Eventually, we will upgrade to MX7, we all agree, but until then we have to use what we got to pay the bills and keep everyone's mouths fed. :-) If you have any say in the matter I would try

RE: XML, SOAP and WDDX and CF5

2006-01-23 Thread Dave Watts
The client I am working with will be sending me an XML packet via an HTTP POST. So I assume it's a SOAP packet. I wouldn't make that assumption. It could be any sort of XML at all, unless you've specifically agreed to use SOAP. Is it possible to use WDDX to grab that packet and manipulate

Re: CFScript Quick Reference Guide?

2006-01-23 Thread Brandon Harper
On 1/23/06, Charlie Griefer [EMAIL PROTECTED] wrote: any specific questions that we can take a shot at tho? I know CFScript just fine so I don't have any questions about it, I was just looking for an old Quick Start guide that I used to have-- but thanks. :) I finally found it.. I've posted

from 6 to 7

2006-01-23 Thread Ray Champagne
Hey all: I'm having an issue with my hosting company that I wanted to run by everyone. I've had a site up and running fine at this particular host for quite a while now. While it is not the most elegantly coded site (one of my first large projects), it works fine. To take advantage of newer

Re: CF 7 and CFDUMP

2006-01-23 Thread Bryan Stevenson
I should add that there is NOTHING in the code that would force a page refresh!! I've just confrimed this by removing the CFDUMPs and replaced with good old CFOUTPUT and all works as intended!! Anybody? Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group

RE: Why does this happen with SQL Server 2000 and CFML?

2006-01-23 Thread Kevin Penny
Not sure why you'd want to convert a date to float - but try datetime or smalldatetime instead of converting to float and you should have no issues - Check BOL for conversion types to/from and the matrix grid - Kevin Penny, MMCP [EMAIL PROTECTED] Lead Developer, HotGigs.com Not now I'm

RE: Print to a printer

2006-01-23 Thread Nathan C. Smith
Some printers now have the ability to print from a mailbox using pop3. You might be able to set ColdFusion up to send a printer formatted message to the pop3 mailbox that the printer could print from. I think HPs and Xeroxes do this, maybe Lexmark, and probably others. -Nate -Original

updating cf

2006-01-23 Thread Russ
We're running CF 6.1 with all the relevant hotfixes. A bug has seemed to come up that is fixed in JRUN updater 4, but not in any CF hotfixes. Since CF runs on top of JRUN, do we need to install all the jrun updates separately as well? I though ColdFusion came with the relevant jrun updates

RE: from 6 to 7

2006-01-23 Thread Russ
What database are you using? Perhaps it's an issue with the database drivers that came with CF7. Also have you installed updater1? -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 3:26 PM To: CF-Talk Subject: from 6 to 7 Hey all:

Re: from 6 to 7

2006-01-23 Thread Jim Wright
What database? -jim On 1/23/06, Ray Champagne [EMAIL PROTECTED] wrote: Hey all: I'm having an issue with my hosting company that I wanted to run by everyone. I've had a site up and running fine at this particular host for quite a while now. While it is not the most elegantly coded site

RE: from 6 to 7

2006-01-23 Thread Burns, John D
As well as the question other have asked about which database are you using, I also wonder if this server sits in a different segment of the network than the previous one. If the server and the database are further removed, they could have network issues that are causing longer delays in the calls

Re: from 6 to 7

2006-01-23 Thread Jim Wright
That was where I was going...I just wanted to eliminate a local db like Access. I don't think this is a shot in the dark...a lot of hosts out there these days are just renting equipment in others co-lo facilities...and often in more than one co-lo facility. You want to make sure they are not

VdkAdminPurge

2006-01-23 Thread Les Irvin
Anyone know what this error means? Error occurred in tag CFINDEX Error # -23 [ffe9] VdkAdminPurge Thanks, Les ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230264 Archives:

RE: from 6 to 7

2006-01-23 Thread Burns, John D
As a side question, does the site appear to perform slower on the new server? If not, it seems rather odd that the server times out periodically trying to connect to the database but that it doesn't act slower on regular page calls. As a quick fix, you could possibly increase the timeout time for

convert windows media file to flash video on the fly

2006-01-23 Thread Jason Rogoz
Are they any plugings available that would allow one to upload a windows media file and convert it to a flash video file? Jason Rogoz Programmer / Analyst Zoom Communications Inc. Calgary, Alberta, Canada Office: (403) 229-2511 Fax: (403) 229-4211 Toll Free: 1-866-698-8932 www.zoomcom.ca

Returning a binary char type from a mySQL query using ColdFusion

2006-01-23 Thread Andy Matthews
This is a really odd occurrence and I wonder if anyone has run into themselves, or more importantly knows how to get around it. I'm using ColdFusion 6.1 with mySQL 4.0. Here's my data structure: eq_year - smallint(4) mfr_name - varchar(60) eq_model - varchar(12) and the query: SELECT CONCAT(' ',

RE: VdkAdminPurge

2006-01-23 Thread Andy Matthews
In what context? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Les Irvin [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 3:15 PM To: CF-Talk Subject: VdkAdminPurge

RE: convert windows media file to flash video on the fly

2006-01-23 Thread Bobby Hartsfield
http://www.flashstreamworks.com/archive.php?post_id=1095873165 Riva just updated their free FLV Video encoder to version 1.2. The encoder is based on the FFMPEG video conversion command line tool (GNU LGPL). FFMPG http://ffmpeg.sourceforge.net/index.php ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby

RE: convert windows media file to flash video on the fly

2006-01-23 Thread Burns, John D
I've been searching for this as well. As far as I've found so far, there are no CFX or CFC wrapper tags available. I have, however, found a few command-line tools that can convert videos from one format to another (including FLV). If you search google for command line video conversion flv you

Re: convert windows media file to flash video on the fly

2006-01-23 Thread John C. Bland II
I actually just did a preso on FFmpeg. It is strictly command line stuff but it will (hopefully) help the learning curve for FFmpeg so you can easily integrate it into your app. We just used it for a Flash+Zinc app. http://mmusergroup.breezecentral.com/p90631599/ On 1/23/06, Burns, John D

RE: convert windows media file to flash video on the fly

2006-01-23 Thread Burns, John D
Bobby- Is this accessible via command line or something? I can't find any info on that or any way that it could be called from CF. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Bobby Hartsfield [mailto:[EMAIL

Re: convert windows media file to flash video on the fly

2006-01-23 Thread Bryan Stevenson
FFMPG http://ffmpeg.sourceforge.net/index.php This is used by many viedo re-encoding packages out thereI use for AVI to MPG conversion...works great!! I would not want this to be an on-the-fly process while the user waits. AVI to MPG conversion takes as long to convert as it does to play

Re: from 6 to 7

2006-01-23 Thread Ray Champagne
Sorry, was out shoveling snow. :( Nope, this is an Access DB. I know that's not the best situation, but like I said, it was my first project, and it worked fine on the other server. And, just so it's known, I'm on a shared host, so there is no access to anything outside my web root,

Re: XML, SOAP and WDDX and CF5

2006-01-23 Thread Ali Awan
Thanks for the tips Dave, I'll check those out before continuing on. You should first confirm exactly what XML you're receiving. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in

RE: from 6 to 7

2006-01-23 Thread Russ
Well we all know how bad access can get under load... is it possible that they mapped it using the wrong db type? I believe CF7 introduced MS Access vs MS Access Unicode. Also are persistent connections to the db enabled? How big is the access file? If it's a big file, and persistent

RE: VdkAdminPurge

2006-01-23 Thread Les Irvin
While trying to index a verity collection. Thanks, Les -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 2:35 PM To: CF-Talk Subject: RE: VdkAdminPurge In what context? !//-- andy matthews web developer ICGLink, Inc.

RE: from 6 to 7

2006-01-23 Thread Adkins, Randy
When converting from 6 to 7, I as well experienced Problems with using MS Access even with basic queries. It came down to the drivers that was used. -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 4:55 PM To: CF-Talk Subject: Re: from 6

Re: convert windows media file to flash video on the fly

2006-01-23 Thread John Dowdell
Jason Rogoz wrote: Are they any plugings available that would allow one to upload a windows media file and convert it to a flash video file? The Macromedia Flash authoring tool can do this conversion, with most (if not all) of the codecs currently available in the Windows Media Player. But

Re: from 6 to 7

2006-01-23 Thread Ray Champagne
Aha! After they finally escalated the issue to the higher-ups, I found the issue. There are two DB apps running in background. They have the server set up so that only one connection can be open at a time when connecting to Access DB's. So, the scripts are timing out when concurrent requests

RE: convert windows media file to flash video on the fly

2006-01-23 Thread Bobby Hartsfield
From what I gather, FFmpeg is a command line utility though I've never used it, I have used Riva... which uses FFmpeg to do its conversions. As for CF, no. you'd probably have to write your own if that's the way you wanted to go with it. But encoding video files can be pretty strenuous on a

Re: convert windows media file to flash video on the fly

2006-01-23 Thread John C. Bland II
Well you could write a custom app that accepts params via CF (command line if need be) then fires ffmpeg accordingly. You could also write a directory watcher (seen one somewhere online) to watch a directory for uploads and fire off the custom app once something is fully ftp'd. Just thoughts...

Browser Testing/Redirect...

2006-01-23 Thread Ryan Escamilla
What would be a good method to test a user's browser and see if they have JavaScript and ActiveX controls enabled and Flash installed? If any are disabled or not installed, I would like to re-direct the user to a site requirements page. Thanks Rye

RE: Browser Testing/Redirect...

2006-01-23 Thread Adrian Lynch
http://www.macromedia.com/software/flashplayer/download/detection_kit/ Not sure if this is the best to use. Anyone got anything better? Ade -Original Message- From: Ryan Escamilla [mailto:[EMAIL PROTECTED] Sent: 23 January 2006 23:15 To: CF-Talk Subject: Browser Testing/Redirect...

RE: convert windows media file to flash video on the fly

2006-01-23 Thread Jason Rogoz
what we have now is a solution where the client uploads windows media files that are played through their site via windows media player. We are having compatibilty issues with some mac and firefox users so the switch to flash video looks like a good alternative. Moving to flash video would

RE: Browser Testing/Redirect...

2006-01-23 Thread Bobby Hartsfield
Mock uses JS (or maybe I should say USED... looks like it has been discontinued) to detect flash thus, it should kill 2 birds with 1 stone. Although it's discontinued, it's just a .js file so run a search on google, view source, and grab the mock.js file. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby

ot: how much of myspace.com is now blue dragon?

2006-01-23 Thread Tony
just wondering how that transition is going. tw ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230287 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

RE: Browser Testing/Redirect...

2006-01-23 Thread Dave Watts
What would be a good method to test a user's browser and see if they have JavaScript and ActiveX controls enabled and Flash installed? If any are disabled or not installed, I would like to re-direct the user to a site requirements page. FlashObject - http://blog.deconcept.com/flashobject/

Re: storing query results while paging through

2006-01-23 Thread Will Tomlinson
For some reason, the CACHEDWITHIN/CACHEDAFTER attributes cannot be used with queries that contain CFQUERYPARAMs. This is kind of a bummer. It can be done according to Mark Kruger. He blogged the technique here:

RE: from 6 to 7

2006-01-23 Thread Eric Roberts
Access is never a good web DB solution. It was never designed to handle that kind of traffic. It was designed to handle a salesman's client list or a home user's address book. It is one of the most abused pieces of software in the history of software... Eric -Original Message- From:

RE: storing query results while paging through

2006-01-23 Thread Dave Watts
For some reason, the CACHEDWITHIN/CACHEDAFTER attributes cannot be used with queries that contain CFQUERYPARAMs. ... It can be done according to Mark Kruger. He blogged the technique here: ... While that's pretty nifty, it's not using CFQUERYPARAM, and it doesn't provide the two primary