How much memory do array/structures use?

2001-01-05 Thread Jon Hall
I am building a shoppingcart app, and I'm doing the standard array in a structure shoppingcart in session variables. I have a 1 hour timeout on my session vars. Each item in the cart stores 8 (I think I am going to lessen this though) pieces of data in the array. What I am wondering is how much

Re: Using SQL Server timestamp datatype to deal with concurrency issues

2001-01-06 Thread Jon Hall
I would be inclined to disagree. Why do the databases job? Simply set a datetime field to default to getdate() when inserting a new field, and Whenever you do and update to the database set your datetime field to getdate() again. jon - Original Message - From: "Marius Milosav" [EMAIL

Dave Watts kidnapped?

2001-01-06 Thread Jon Hall
I've heard Dave Watts has been kidnapped by aliens. Anyone know if this is true? jon ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Storing images in SQL Imaging database?

2001-01-08 Thread Jon Hall
This topic came up a long time ago on the list. Someone gave out a url for a very nice image database that was done in java with a cf frontend. Anyone know the url? jon - Original Message - From: "Larry C. Lyons" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, January 08,

Re: Multiple Servers - Cluster Cats

2001-01-08 Thread Jon Hall
Win2k Advanced Server's built in clustering and failover software is very slick and easy to use. jon - Original Message - From: "Kirk Boecker" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, January 08, 2001 2:10 PM Subject: Multiple Servers - Cluster Cats Sorry for

Re: using template in html?

2001-01-08 Thread Jon Hall
Macromedia's Ultradev is Dreamweaver that understands Cold Fusion. In an ideal world (yeah right) though, all the html design should be done and have the customers seal of approval before your coders start integrating. jon - Original Message - From: "han peng" [EMAIL PROTECTED] To:

Re: Dreamweaver UltraDev 4.0 and Cold Fusion

2001-01-09 Thread Jon Hall
UD1 was a good first step. I personally dont think it should have been released as a product, but maybe it was good for ASP or PHP development, but it stunk for CF. UD4 is a totally different story. It understand's cfif and cfinclude unlike ud1. It can use your remote servers ODBC connection

Re: Dreamweaver UltraDev 4.0 and Cold Fusion

2001-01-09 Thread Jon Hall
I like "A S***ty Parser" :-) jon or something like that, and whom ever wrote it did a very good job, just cant figure out what asp is, OH AWFULLY SLOW PAGES ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: the future of xml and cf

2001-01-09 Thread Jon Hall
It seems that when you picked up an XML book, you put down your CF book. Just a couple of examples...XML doesn't magically pull queries from it's bag of tricks, nor does it securely store shopping cart data. Any processing done by the browser of XML is just as insecure as javascript. XML by

Re: OT - encryption for sql 7.0

2001-01-11 Thread Jon Hall
Here is a little snippet I use to encrypt and decrypt data that someone posted to the list a while back cfset secret_word_encrypted=#ToBase64(encrypt("#customer_secret_word#","#customer_ last_name#1234"))# cfset thevalue="#tostring(tobinary("#secret_word_encrypted"))#" jon - Original

Re: The +.htr bug strikes again

2001-01-11 Thread Jon Hall
http://search.iland.co.kr/twwwscan/ If you are not sure about the security of your webserver, get this tool. Run it and fix everything. jon - Original Message - From: "Brendan Avery" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, January 11, 2001 3:33 PM Subject: RE:

Re: (code) Looping is faster in 4.5.2

2001-01-11 Thread Jon Hall
Running 4.51 sp1 I get the same results. Both cfscript loops are on average faster than the cfloop loops after the page has been run a couple of times. The first couple of times the cfloop is faster for some reason. Here is my page with the below code http://216.54.222.28/cfscript.cfm jon -

iif with 3 expressions?

2001-01-12 Thread Jon Hall
I may be stretching, but I was wondering if there is a way to use IIF() to choose between 3 different expressions? What I have is a variable that has 3 different possible values. I need to test for the existence of a variable and display one of three images based upon the value of the variable.

Fw: need help..

2001-01-12 Thread Jon Hall
In addition to the ReReplace() function, as a first line of defense or if I'm feeling lazy :-). I use javascript to make sure they cant even type the characters I dont want them to be able to type. It's called very easily like so: input type="text" name="whatever" onKeyPress="return

Re: CFSTOREDPROC Error!

2001-01-12 Thread Jon Hall
Someone else may have more info, but we upgraded our MDAC on one of our servers and consistently got the PCodeRuntimeContextImp error on passthrough queries in Access97 databases. If other similar stored procedures are doing this, you may want to look at the MDAC... jon - Original Message

Re: Very frustrating form problem.

2001-01-12 Thread Jon Hall
I have seen older Netscape versions not post form fields if you try and go back to a page or refresh. jon - Original Message - From: "Erika Foster" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, January 12, 2001 9:22 AM Subject: Very frustrating form problem. I am

Re: Scanning my www-server for security holes: 2 holes left

2001-01-13 Thread Jon Hall
Yes, but since the aforementioned tool has nothing to do with Korea, other than it's author's home page hosted on a .kr domain. I believe it's ok. jon - Original Message - From: "Steve Pierce" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Saturday, January 13, 2001 9:55 PM

Re: Scanning my www-server for security holes: 2 holes left

2001-01-13 Thread Jon Hall
ligion, etc... could hack your stuff. laszlo (not from Korea BTW) Jon Hall wrote: Yes, but since the aforementioned tool has nothing to do with Korea, other than it's author's home page hosted on a .kr domain. I believe it's ok. jon - Original Message - From: "Steve

Re: querying a database for events in a resource scheduler (like a calendar)

2001-01-13 Thread Jon Hall
I am not totally understading the purpose, mostly because of my short attention span, but remember that queries can be referenced as arrays. You say this is a dynamically generated "table", so I am assuming this data comes from a query. If so all of your data is already stored in an array for

Re: Comparing 2 Lists in a query

2001-01-14 Thread Jon Hall
Looks decent to me, depends on how many records you get back though. One note, CONTAINS is faster than LIKE in sql, if your query is taking too long. jon - Original Message - From: "Patric Stumpe" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, January 14, 2001 5:30 PM

Re: Studio Removing Last Character

2001-01-15 Thread Jon Hall
Yes, I have had this problem. I dont know what causes it or how to fix it either unfortunately. I have honestly given up caring about the myriad of Studio bugs and just try to work around them. jon - Original Message - From: "John Bowering" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

Re: JS Question...template scope?

2001-01-15 Thread Jon Hall
script document.formname.formfield.focus(); /script Which gets me on a thought that has been bouncing around inside my skull for the last couple days. Just ignore me if this sounds crazy, but I was thinking of something along the lines of a "template" scope for CF would be cool. It would work

Re: Putting a temporary hold on a quantity

2001-01-16 Thread Jon Hall
Check and decrement the quantity available AFTER the order is completed, but before you insert the final order into the database. You could use cfschedule to run a process a couple of times a day that cleans up unfinished orders though. If you have access to the cf administrator it's even

Re: Macromedia and Allaire to Merge

2001-01-16 Thread Jon Hall
It's part of the default Windows 98 install... jon - Original Message - From: "paul smith" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, January 16, 2001 7:44 PM Subject: Re: Macromedia and Allaire to Merge Does Flash have this much penetration? best, paul At

Session age?

2001-01-16 Thread Jon Hall
Is there a way to tell when a session variable was created? jon ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

Re: Macromedia to Merge with Allaire, $360 Million Deal

2001-01-16 Thread Jon Hall
Macromedia Shares = $44 Allaire Shares = 7 15/16 Allaire stock it stlightly less than 18% of Macromedia's stock vlaue. Macromedia is offering 1 share for 5 of Allaires. $8 x 5 Stocks = $40 Conclusion: Your math is wrong ;-) At closing prices, Allaire stockholders get a slight discount on

Re: !!!macromedia allaire to merge!!!

2001-01-16 Thread Jon Hall
Why is there so much of this going around tonight? Allaire posted a loss for the 3rd (i believe) straight quarter. They would still be at 8 or below if Macromedia hadn't come along and no one last forever continually losing money. No matter how good their products are. - Original Message

Re: duplicating inserts

2001-01-17 Thread Jon Hall
I cant think of a reason why an insert query should be cached, so any caching would probably be uneccessary. A solution to your problem would be to check for the existense of a record before inserting or, if there is no reason why the user would validly need to go back, make the page content

Future of CF...

2001-01-17 Thread Jon Hall
The most interesting thing I saw on either of the companies faq's was this line on Allaire's site: The next step will be to develop a set of application services-reusable components and application logic-that enhance the major software platforms including Java and Microsoft .NET. That makes me

Re: Studio and PHP?

2001-01-19 Thread Jon Hall
Could you please mention a few examples of how php is more powerful? jon - Original Message - From: "Joe Sheble aka Wizaerd" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, January 19, 2001 10:16 AM Subject: Re: Studio and PHP? There is a whole lot of support for PHP

Re: Win2k Time

2001-01-21 Thread Jon Hall
I've used the Atomic TimeSynch from www.analogx.com with no problems in the past. jon - Original Message - From: "Bernd VanSkiver" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, January 21, 2001 10:55 AM Subject: OT: Win2k Time Has anyone had any luck setting up

Re: chmod

2001-01-22 Thread Jon Hall
rm -rf / sorry couldn't resist ;-) jon - Original Message - From: "JustinMacCarthy" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, January 22, 2001 5:59 AM Subject: RE: chmod chmod o=rwx filename JUstin -Original Message- From: Yvette Ingram

Re: 4.5 opinions?

2001-01-22 Thread Jon Hall
4.5 is the same but better, I haven't had any problems installing it on any of our 2000 servers. Though we are still running 4.0 on a couple of NT servers for the same reason. Anyway, if 5.0 is on schedule (1H), we are going to have to upgrade again very soon... You going to make it to CF South

Re: CF Server Error

2001-01-22 Thread Jon Hall
Server puke, did you upgrade your MDAC lately? jon - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, January 22, 2001 8:54 AM Subject: FW: CF Server Error Anyone ideas on this one? Mike Connolly Web Developer New Media Rocom Group Limited

Re: CF Server Error

2001-01-22 Thread Jon Hall
ot; [EMAIL PROTECTED] Sent: Monday, January 22, 2001 9:27 AM Subject: RE: CF Server Error We are currently at MDAC 2.5... -Original Message----- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: 22 January 2001 14:22 To: CF-Talk Subject: Re: CF Server Error Server puke, did you upgrade

Re: CFINCLUDE-ish question

2001-01-22 Thread Jon Hall
cfhttp perhaps? when you say physical path, it makes me think you want to specify a drive name and directory so, but if you just want content from another site, cfhttp is what you are looking for. jon - Original Message - From: "Jeanne Sarfaty Glazer" [EMAIL PROTECTED] To: "CF-Talk"

Re: Hardware Software suggestions

2001-01-22 Thread Jon Hall
Everything looks cool to me, although why not just use the IIS ftp, since you are using it for the web server? One less thing to go wrong... Make sure you kill all the default security holes for him (frontpage, +.htr...), or he will call in a panic one day. 512 Megs is probably overkill too.

Re: OT-RE: Search of the search results

2001-01-23 Thread Jon Hall
I believe that Harpoon is going to be included in CF 5. Also something called CFSQL which will let you query queries. User defineable functions. I am hoping they will be programmable in something other than CF, but probably wont be. There are other new features, but I cant remember. I think

Re: SMTP AND CFMAIL

2001-01-23 Thread Jon Hall
Imail seems to be the standard these days. It's robust and easy to use. A lot of people forget that IIS has a built in SMTP server also, and is priced right. free One I have not checked into is the inFusion mail server that is cold fusion controlled via a cfx tag. It is supposed to be very nice.

Re: cfm file in htm template

2001-01-23 Thread Jon Hall
There was a large thread on this a week ago, many different examples of how you can do it. img src="mypage.cfm" is the way I do it... jon - Original Message - From: "Joshua Tipton" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, January 23, 2001 11:23 PM Subject: RE: cfm

Re: Triggering the Find Dialog

2001-01-23 Thread Jon Hall
It's not part of the DOM, so I dont believe so. jon - Original Message - From: "Duane Boudreau" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, January 23, 2001 11:33 PM Subject: Triggering the Find Dialog Does anyone know if there is a way to trigger the browser's

Re: Need Help with SQL!!

2001-01-23 Thread Jon Hall
If the ISP will let you have access with enterprise manager, get the username and password for your sql server. Then go to Microsoft's home page and download the developer's edition of SQL server and install it on your own machine. Then you can connect to the sql server and create tables easily.

Re: Page execution time too long?

2001-01-24 Thread Jon Hall
How do you explain ToysRus Katrina? With 500,000 hits a day I'm sure he has the hardware to deal with anything. CF as it is does not lend itself to high volume sites. Perhaps with user definable functions and some tightening and integration of cfscript sites will be able to scale better. I

Re: CF Studio Projects

2001-01-24 Thread Jon Hall
Just wanted you to know you are not alone. I have screamed exactly what you say on every known forum I can think of and they ignore it. I loved the projects in Studio 4.0 and they totally broke it. I once posted about the problem on the beta forums and actually got an email reply from someone at

Re: Continuous Clock

2001-01-25 Thread Jon Hall
The only way to actually show the seconds ticking is with javascript and a form field, or a java applet. You could use cascading style sheets to change the look of the form field to look more like a clock then... Check out the irt.org page that someone reccommended earlier. They have a very nice

Re: encrypting a varible

2001-01-25 Thread Jon Hall
To make the string safe for database insertion, you need to encode it to Base64. cfset secret_word_encrypted= ToBase64(encrypt("#customer_secret_word#","#customer_last_name#1234")) After you query the string from the db convert it back to the original value. cfset

Re: how to make bar, line chart in coldfusion

2001-01-25 Thread Jon Hall
The simplest way would be to calculate your percentages, and make a td width="percent" jon - Original Message - From: "George Dong" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 3:43 PM Subject: how to make bar, line chart in coldfusion Hi there,

Re: Dynamic variable construction and it's use

2001-01-25 Thread Jon Hall
#evaluate(countvar)# jon - Original Message - From: "Kevin Gilchrist" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 1:41 PM Subject: Dynamic variable construction and it's use Hi there, If construct a variable name dynamically like; cfset

Re: SmartMoney Charting Rocks!

2001-01-25 Thread Jon Hall
I honestly would not reccomend developing any new java applets. Java applets have problems and there is a good chance that there will not be a java applet implementation in future in Internet Explorer because of the Microsoft / Sun settlement a few days ago. Have you thought about flash? jon

Re: Small problem and banning O'Conners

2001-01-25 Thread Jon Hall
Use preservesinglequotes() in your insert statement. jon - Original Message - From: "Paul's Mail" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 6:06 PM Subject: Small problem and banning O'Conners I am inserting data from various sources into an

CF-Talk FAQ

2001-01-25 Thread Jon Hall
Is there such a thing? jon ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Re: Small problem and banning O'Conners

2001-01-25 Thread Jon Hall
doh readpostsfully() jon - Original Message - From: "Bud" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 11:42 PM Subject: Re: Small problem and banning O'Conners On 1/25/01, Jon Hall penned: Use preservesinglequotes() in y

Re: page expired message

2001-01-26 Thread Jon Hall
The reason that you are getting this message is because the page content has expired. If you are not telling the browser to expire the page in your code, it's probably set in the web server. I know this is pretty easy to do in IIS. But to answer your question, you need to either stop the content

Get newest record?

2001-01-26 Thread Jon Hall
I have a query that returns placed orders by a customer. How would I pull olny the newest order by a particular customer? I have a datestamp field and an autonumber id field if that helps... I know I could do SELECT TOP 1 * FROM orderTable WHERE usercode = 'usercode' ORDER BY orderdatetime DESC

CF Express - WDDX?

2001-01-29 Thread Jon Hall
Does CF Express include the WDDX tag? jon ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

wddx/java

2001-01-30 Thread Jon Hall
So I hit wddx.org looking for an easy solution to my current problem. They have a very nice tutorial on writing a java app to serialize and deserialize wddx packets. I think that's what I want to do, but I dont want to reinvent the wheel if it has already been done. All I need to no is read a

Re: IETF???

2001-01-30 Thread Jon Hall
Internet Engineering Task Force? Just a guess... jon - Original Message - From: "Joshua Tipton" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, January 29, 2001 10:53 PM Subject: IETF??? What is the IETF mean in the 3.2? Joshua Tipton Normal 4.0 !DOCTYPE HTML

Re: wddx/java

2001-01-30 Thread Jon Hall
*Do my insert query here*/ INSERT INTO my_table () VALUES () /cfquery /cftransaction /cfloop I would think something to the effect would cover your situation. Heath -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 10:10 PM To: CF-Talk

Re: Performance question - CFINCLUDE versus writing a custom CF

2001-01-30 Thread Jon Hall
Converting intensive queries to stored procedures is the single most performance tweak you can do for a CF site. I've seen SP's perform up to 5 times as fast as a regular cfquery jon - Original Message - From: "Kevin Gilchrist" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent:

Re: Email app!

2001-01-31 Thread Jon Hall
Get those bosses to buy it for you. You wont regret it. jon - Original Message - From: "Dusty Tinashe Shoko" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, January 31, 2001 5:14 AM Subject: RE: Email app! Is there an online copy of Ben Forta's book? I dont think I

Re: Making a noise

2001-02-01 Thread Jon Hall
bgsound src="yoursound.wav" volume="500" jon - Original Message - From: "Parker, Kevin" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, February 01, 2001 9:15 PM Subject: Making a noise Just toying with an idea at the movement and wondered if this was possible. If

Re: Certification Help

2001-02-01 Thread Jon Hall
I haven't taken the test, but I did take the brainbench one, and if the Allaire test is anything like it or most other tests. It's heavy on the syntax. It helps that you know the tag inside and out, but whether or not you know where to put that quotation mark is key. jon - Original Message

Re: Database connection pooling

2001-02-01 Thread Jon Hall
Well...the strings (or threads) that hold together the spine of the ColdFusion server manual may be attached to the database servers on the off chance you piss your wife off and she throws them into the pool or in a much more boring format... ctrl-v Multithreaded applications have multiple

CFSouth notes

2001-02-04 Thread Jon Hall
I just returned from CFSouth and wanted to share a couple of things that we learned about Harpoon, CF5, and Neo. CF5 Features: User Defined Functions Incremental Page Layout - Dont know what this is all about... Application Deployment - Apparently Allaire is developing a product called Harvest

Re: custom tag submission woes!!

2001-02-04 Thread Jon Hall
I thought the download area was run from Spectra... jon - Original Message - From: "Michael Kear" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, February 04, 2001 8:22 PM Subject: Re: custom tag submission woes!! I think it's cos they're using ASP to run the dev

Re: CFSouth notes

2001-02-04 Thread Jon Hall
Steve Drucker said Harpoon source code will be available, he specifically mentioned fla's will be available, and that's where the wddx parser would be. jon - Original Message - From: "Paul Hastings" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, February 05, 2001 12:43

Re: How to kill session variables ???

2001-02-06 Thread Jon Hall
This way is better.. cfloop collection="#session#" item="thisItem" cfset rs = structdelete(session,variables.thisItem) /cfloop jon - Original Message - From: "Maia, Eric" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, February 06, 2001 7:52 PM Subject: RE: How to

Re: Attn HouseofFussion

2001-02-07 Thread Jon Hall
Figleaf already has some excellent lists going. Check out http://chattyfig.figleaf.com jon - Original Message - From: "Doug Powell" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 07, 2001 11:25 AM Subject: RE: Attn HouseofFussion I would second that!

Re: W2K vs. NT

2001-02-07 Thread Jon Hall
Go to Win2k, In my opinion it's the first decent Microsoft OS. A million times better than NT. jon - Original Message - From: "Bud" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 07, 2001 12:38 PM Subject: OT: W2K vs. NT Howdy all. I'm about to take the

Re: W2K vs. NT

2001-02-08 Thread Jon Hall
Advanced Server is not really necessary, get the Server version. Adv Server provides very nice load balancing and clustering but other than that, the regular server version has everything you need. Definately dont put Professional on a server though. jon - Original Message - From:

Re: SQL 2000

2001-02-08 Thread Jon Hall
Tons of new stuff, udf support expanded, cascading dri, instead of triggers , enterprise manager got a major overhaul...plus many many more! ;-) jon - Original Message - From: "Phoeun Pha" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 07, 2001 3:44 PM

Re: Refresh issue with shopping cart

2001-02-10 Thread Jon Hall
Couple of ways, dont display anything on the page that does the "add to cart" function. Then have the add to cart page cflocate to the page that displays the cart would be the easiest. Dont rely on form variables to pass information to pages in your cart. I used to do this, then I saw a

Re: Thoughs on Macromedia Takeover of Allaire

2001-02-11 Thread Jon Hall
You are assuming there was an ASP market to begin with. It is and always has been just another stupid acronym to raise stock prices. Now that the stock investment sheep are shying away from tech stocks, hopefully we will see less fluff and more real technology. I personally have been hoping the

Re: COM problem

2001-02-11 Thread Jon Hall
can you ping their server? I once struggled for a week with a payment processing system, just to find out they had a overloaded gateway and I couldn't connect to reliably. jon - Original Message - From: "Bud" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, February 11,

Re: Bizarre disappearing page - help!!!

2001-02-11 Thread Jon Hall
You are using Access right? That would be your problem. Check in the CF Admin for the max records allowed to be pulled from the db. Either dont pull 1300 records, delete some records, or use a better database. jon - Original Message - From: "David Cummins" [EMAIL PROTECTED] To: "CF-Talk"

Re: Bizarre disappearing page - help!!!

2001-02-11 Thread Jon Hall
: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, February 11, 2001 7:02 PM Subject: Re: Bizarre disappearing page - help!!! Nope... SQL Server 7... ;) Dave Jon Hall wrote: You are using Access right? That would be your problem. Check in the CF Admin for the max records allowed to b

Re: Not letting me update

2001-02-11 Thread Jon Hall
I am going to assume that the sold field is a numeric field (although that got me nowhere in my last post g) .Remove the single ticks from around the 1 and it should work. Like so cfquery name="" datasource="gunlist" dbtype="ODBC" UPDATE guns setsold = 1 WHERE (id = '#id#')/cfquery

Re: Bizarre disappearing page - help!!!

2001-02-11 Thread Jon Hall
error message, or your page to display as if there were less/no records, right? If I limit the records using endrow it works fine! David Jon Hall wrote: heh damn, still check the max records allowed. What you are describing is exactly what happens when too many records are pulled from a

Re: Bizarre disappearing page - help!!!

2001-02-11 Thread Jon Hall
Too illustrate my point I took Davids original code and used the Order Details table from the Northwinds database that comes with SQL Server. I looped over Davids code and my code below 5 times. Davids code came back with times of 2464,2483,2494. The code below came in with times of

Re: Bizarre disappearing page - help!!!

2001-02-11 Thread Jon Hall
CF-Talk" [EMAIL PROTECTED] Sent: Sunday, February 11, 2001 10:34 PM Subject: Re: Bizarre disappearing page - help!!! You're kidding about the cfloop thing surely? It's so much more useful that cfoutput loops - no whitespace problems. And what is the slowest tag? David Jon Hall wrote:

Re: Backup Place

2001-02-11 Thread Jon Hall
irc EFNet #coldfusion jon - Original Message - From: "Jay Jennings" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, February 11, 2001 11:09 PM Subject: Backup Place Is there an alternate location that people go to when the list is burping? It seems like everytime I

Re: Unlocking Access database under CF 4.5

2001-02-12 Thread Jon Hall
Yeah, the invalid query worked in 4.0 and previous. It was a bug that was fixed in 4.5. The way to keep Access db's from being locked is to uncheck the Maintain database connections checkbox in the CF odbc admin area. This way Access db's will NEVER lock, even if they are being accessed. Of

Re: Server Running Low on Virtual Memory

2001-02-13 Thread Jon Hall
If Oracle is anything like SQL Server it will take as much memory as it can. Moving Oracle to a dedicated machine would probably solve the problem. jon - Original Message - From: "Debbie McDaniel" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, February 13, 2001 1:32 PM

Re: What else can I say but HELP!!!!

2001-02-13 Thread Jon Hall
While he didn't stick the bottle in your mouth for you, al least he did tell you to take your hand off the burner. If importing the dbase db into Oracle, then doing the compare in the db with sql is not an option, and doing the compare with another program written in VB or Java or something

Re: CF Studio can't find Dreamweaver

2001-02-13 Thread Jon Hall
Just add a custom button for ultradev on the top menu bar. Click Options/Customize Click Add Cutom Button after you highlight the toolbar you want to add the Ultradev button to. Click Lauch External Application Browse for Ultradev.exe Enter %current% in the Command Line field and click ok voila

Upgrade problems

2001-02-13 Thread Jon Hall
I upgraded a 4.0 server to 4.5 on NT4 box, now every day I am getting this error. ODBC Error Code = () Unable to instantiate environment for 'ODBC. Anyone know what's up? jon ~~ Structure your ColdFusion code with Fusebox. Get the official

Re: CF Studio can't find Dreamweaver

2001-02-13 Thread Jon Hall
's going. Cheers, Mike Kear Windsor, NSW, Australia AFP Webworks On Tue, 13 Feb 2001, Jon Hall wrote: Just add a custom button for ultradev on the top menu bar. Click Options/Customize Click Add Cutom Button after you highlight the toolbar you want to add the Ultradev button to. Cl

RE: CF vs. iHTML

2001-02-15 Thread Jon Hall
Where is the wddx xml implementation? I didn't see one. I did see tons of typos on their homepage. Here is an example from their FAQ: I can't seem to get the product working. Solution Please make sure of the following: 1. Make sure you hear a beep on server startup. If not then the DLL is not

Re: CF vs. iHTML

2001-02-15 Thread Jon Hall
CTED] Sent: Thursday, February 15, 2001 2:22 PM Subject: RE: CF vs. iHTML I'm sure it was a careless mistake -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 12:48 PM To: CF-Talk Subject: RE: CF vs. iHTML Where is the wddx xml implemen

Re: Re: ParseDog

2001-02-16 Thread Jon Hall
ROFL, get him greg! I do think that one time new product or information announcments (free or not) are ok though. jon - Original Message - From: "Greg Wolfinger" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, February 16, 2001 1:46 PM Subject: OT: Re: ParseDog First

Re: advanced list

2001-02-16 Thread Jon Hall
Ask your question and it shall be answered. I have never seen a question no matter how advanced that has not been addressed in this group. The beta.allaire.com forums are tend to be more advanced but are not focused on getting actual things done as this group is. If you think Dave Watts,Steve

Re: cftransaction and Access autonumber

2001-02-17 Thread Jon Hall
Yup, that is exactly what is happening. Once you insert a new record the autonumber index gets incremented. If you delete that record as happens in case of an error with cftransaction. The next time a new record is inserted it just continues on to the next highest number. jon - Original

Locking question

2001-02-17 Thread Jon Hall
I have seen all of the warnings to make sure to use cflock around any of the in memory variable types in a CF application. I hear that every access of a session, or application variable should have cflock around it, or I could enable automatic locking on the server which will exact a performance

Re: 4.51 going wacko on me-HELP!!!

2001-02-19 Thread Jon Hall
Whenever I start getting weird errors after an upgrade the first thing I look at is the MDAC version. Version 2.5 (not 2.5sp1) works 100% on all of our servers. Here is the link to the MDAC page. http://www.microsoft.com/data/download.htm jon - Original Message - From: "Bud" [EMAIL

Re: 4.51 going wacko on me-HELP!!!

2001-02-19 Thread Jon Hall
ot; [EMAIL PROTECTED] Sent: Monday, February 19, 2001 7:11 PM Subject: Re: 4.51 going wacko on me-HELP!!! On 2/19/01, Jon Hall penned: Whenever I start getting weird errors after an upgrade the first thing I look at is the MDAC version. Version 2.5 (not 2.5sp1) works 100% on all of our servers.

Re: 4.51 going wacko on me-HELP!!!

2001-02-19 Thread Jon Hall
/index.htm jon - Original Message - From: "Bud" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, February 19, 2001 9:09 PM Subject: Re: 4.51 going wacko on me-HELP!!! On 2/19/01, Jon Hall penned: How about trying the Syntax Checker in 4.5? It's supposed to

AOL Cache servers bringing down server?

2001-02-20 Thread Jon Hall
I am about to go ballistic and block all AOL anything at the router but need a sanity check. Is it normal for AOL cache servers to have hundreds of open connections on a web server at once? One of my web servers has been acting weird and not sending images or just abort sending html in the middle

Re: View source in NS 6

2001-02-21 Thread Jon Hall
Yup, NS6 randomly does not submit form variables. This is perhaps the worst bug a browser can have. jon - Original Message - From: "JL" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 21, 2001 4:49 PM Subject: View source in NS 6 Hi all, I got this

Re: AOL Cache servers bringing down server?

2001-02-21 Thread Jon Hall
aldo Emerson Eric Barr Zeff Design (p) 212.714.6390 (f) 212.580.7181 -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 3:32 PM To: CF-Talk Subject: AOL Cache servers bringing down server? I am about to go ballistic and block

Re: Two functions with a single onClick?

2001-02-21 Thread Jon Hall
In addition to calling a custom function, you can also string javascript calls in your onClick like so. a href="#" onClick="opener.focus();window.close();"Close/a jon - Original Message - From: "Les Irvin" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 21,

<    1   2   3   4   5   6   7   8   9   10   >