Re: asp vs. cf

2001-12-01 Thread Douglas Brown
Oh well, I think he is a couple of french fries short of a happy meal Bud :) Doug - Original Message - From: "Bud" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, December 01, 2001 7:09 PM Subject: Re: asp vs. cf > On 12/1/01, Alex penned: > >Ouch. You'll be h

Re: first web db with coldfusion5

2001-12-01 Thread Jon Hall
To get you started. SELECT * FROM Table #columnName1# #columnName2# and so one Spaminator wrote: >I've done some other database driven sites but nothing in coldfusion. > >I now need to host a simple access file and make it searchable. I have cold >fusion studio 5 and macromedia ultradev

RE: first web db with coldfusion5

2001-12-01 Thread Ken Wilson
Picking up a copy of one of the many ColdFusion development books would be a great first step and would get you on your way real fast. Bookpool http://www.bookpool.com tends to have the best prices from what I've seen but all the major book sites offer a range of CF books. Ken -Original M

RE: first web db with coldfusion5

2001-12-01 Thread Spaminator
I've done some other database driven sites but nothing in coldfusion. I now need to host a simple access file and make it searchable. I have cold fusion studio 5 and macromedia ultradev 4. Can any point me in the right direction for doing that? Thanks, Sean Percival Owner Paragon Matrix - Web

Re: asp vs. cf

2001-12-01 Thread Bud
On 12/1/01, Alex penned: >Ouch. You'll be hurting sooner or later. Ignorance is NOT bliss when it >comes to technology. Cool. Later sounds good. :) -- Bud Schneehagen - Tropical Web Creations _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ColdFusion Solutions / eCommerce Development [EMAIL PROTECTED]

Re: Merant Text Driver: how to specify pipe character?

2001-12-01 Thread letters
Thanks for the tip Jim. That works on my development machine, but I don't think I can make the change to my production server (shared). Marc Garrett "Jim McAtee" <[EMAIL PROTECTED]> wrote in message 010701c17abd$5a0aa820$352fa8ce@jim">news:010701c17abd$5a0aa820$352fa8ce@jim... > It looks like in

Re: Merant Text Driver: how to specify pipe character?

2001-12-01 Thread Jim McAtee
It looks like in the CF Administrator's ODBC editing for the Merant Text Driver they forgot to allow you to enter delimiting character. It's available, however, if you configure the datasource directly through the server's Data Sources/ODBC utitily. Jim - Original Message - From: <[EMAI

RE: CF Server runs under user account

2001-12-01 Thread Dave Watts
> Does anyone have any input/experience with setting up CF > Server to run as under an user account? We have Win 2000 > Server, CF 4.5 and have been instructed to setup a site so > that web users of that site are controlled by user account > for directory/file access/creation using CFFIle and

Merant Text Driver: how to specify pipe character?

2001-12-01 Thread letters
How can I get the Merant Text Driver to recognize a pipe ("|") delimited text file? I've tried selecting the "character" table type, but I can't see any option to specify the character. I'm moving from an Access ODBC text driver, which allowed you to specify the separator. Thanks for any assistan

Re: Restricting execution of CF tag

2001-12-01 Thread Matt Robertson
Jim, bounce them out somehow run the tag That, or any other variation you care to use that tests for ThisTag.ExecutionMode, will do the trick. Cheers, - Matt Robertson [EMAIL PROTECTED] MSB Designs, Inc. http://mysecretbase.com ---

Re: asp vs. cf

2001-12-01 Thread Douglas Brown
Well I would be glad to, only if I knew how it would be judged. Obviously not on the word of the participants. Doug - Original Message - From: "Alex" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, December 01, 2001 2:05 PM Subject: Re: asp vs. cf > On Sat, 1 De

Re: asp vs. cf

2001-12-01 Thread Alex
On Sat, 1 Dec 2001, Bud wrote: > That's me. ColdFusion application "Developer", "Programmer", > "Operator", whatever you wish to call it. And I'm very happy as such. > :) If I get a customer that requires something in ASP, I happily > inform them that "I don't do ASP". I took up CF 2 years ago

Re: asp vs. cf

2001-12-01 Thread Alex
On Sat, 1 Dec 2001, Douglas L. Brown wrote: > "Not really a programmer"..Well I would stake a months salary to say > that I could develop an application in CF that equeals what you can do and > do it in half the time. If you are serious about this months salary I'll gladly take you up on it.

NOT and ~ operators

2001-12-01 Thread Gyrus
I'm used to using the NOT operator in SQL when using an Access DB, e.g. UPDATE table SET booleanField = NOT booleanField WHERE ID = #ID# to flip a boolean. But in SQL Server, there's 'NOT' and '~' (the "bitwise" operator). What's the difference? Which is the equivalent of Jet SQL 'NOT'? - Gyru

Re: help w/ query

2001-12-01 Thread Douglas L. Brown
Thanks Dina, I decided to use the ol query of query and bingo problem solved Doug - Original Message - From: "Dina Hess" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, December 01, 2001 11:40 AM Subject: Re: help w/ query > SELECT com.typeID,...,SUM(com.sysPri

Re: asp vs. cf

2001-12-01 Thread Douglas L. Brown
>I guess if things ever slow down > to where I can't pick up enough CF work to pay the bills I'll > consider something else. But for now... Can I have a Amen!!! If one chooses to hinder him or herself with the time it takes to code in ASP,JSP,PHP etc etc, that is completely up to them. Coldfus

Re: help w/ query

2001-12-01 Thread Dina Hess
SELECT com.typeID,...,SUM(com.sysPrice) AS Price,... - Original Message - From: Douglas L. Brown To: CF-Talk Sent: Friday, November 30, 2001 12:34 PM Subject: OT: help w/ query I have the following query that I need to get the sum of the sysPrice from. I keep getting an

Re: asp vs. cf

2001-12-01 Thread Bud
On 11/30/01, Steve Reich penned: >You can be the world's greatest CF programmer, but if that's all you know, >then you are severely limited in the services you can provide. I would even >go as far to say that you're not *really* even a programmer. You are just a >glorified software operator. (I am

RE: CF Server runs under user account

2001-12-01 Thread mherbene
I posted some info on this at http://www.defusion.com/articles/index.cfm?ArticleID=89 which describes using somewhat more restrictive settings than the allaire article. > -Original Message- > From: Howie Hamlin [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 30, 2001 7:36 PM > To:

output MySQL PROCEDURE ANALYSE() results in CF?

2001-12-01 Thread letters
I can't figure out how to get CF to output my PROCEDURE ANALYSE() results. MySQL apparently outputs the results in table.column format, but when I refer to it that way in the CF query, CF does not recognize the parameter. MySQL newbie here. Any assistance? Thanks, Marc Garrett

Re: Javascript Anyone?

2001-12-01 Thread Steve Reich
> I know this is a little off topic, but does anyone know how to disable > CTRL+N and F11 in IE??? I'm not sure about the CTRL+N key combination, but this script will disable the F11 key in IE... the only catch is that you have to stop bugging the CF community with Javascript questions and join u

Re: Menu Problem

2001-12-01 Thread cf refactoring
1. Did you remember to enable client variables in your cfapplication tag? 2. If you menu is the same for all users, why not store it in an application scope variable? --- Shahzad Butt <[EMAIL PROTECTED]> wrote: > > Hi all > > My menu is created by calling lot of custom tags and > stored proc