Detect session timeout and prompt messages.

2001-03-29 Thread Rudy Rustam
Hi folks, How is it possible to prompt the user a message after session timeout? Or how do we detect whether the session has time out? thanx in adv - Rudy ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Mailing Shots in CF (and timeouts)

2001-03-29 Thread JAAV
hi guys, I'll need to send tons of mails and I was reading your posts but I have some questions: - Will the CFX_Wait overwrite the web server and/or Coldfusion server timeouts ? - Who wrote the CFX_WAIT tag? is it reliable ? I mean: is it secure ? trojan free ? in the Developer Exchange it

RE: Detect session timeout and prompt messages.

2001-03-29 Thread JAAV
HI Rudy, I never have tested it but I saw a website where they use a refresh meta-tag. and they did program to show a desconnection page. META HTTP-Equiv=refresh Content="5; URL=YourPage.cfm" hope this helps, ~Jaav - Original Message - From: Rudy Rustam [EMAIL PROTECTED] To: CF-Talk

RE: Detect session timeout and prompt messages.

2001-03-29 Thread Rudy Rustam
Err... Jaav, I think you misunderstand me. My situation apply after user has logged in to the system. I have to detect if the session has timeout and prompt a nice message. Regards, - Rudy -Original Message- From: JAAV [mailto:[EMAIL PROTECTED]] Sent: Thursday, 29 March 2001 5:22 PM To:

Re: Detect session timeout and prompt messages.

2001-03-29 Thread Jon Hall
Just put this in your application.com. cfif isDefined("session.variableName") cflocation template="login.cfm" /cfif jon - Original Message - From: "Rudy Rustam" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 3:58 AM Subject: Detect session timeout

Questions about calendaring [Was: Re: VCalendar :: Outlook :: Help Needed

2001-03-29 Thread Larry W. Virden
Hello. Has anyone worked on writing a ColdFusion app that reads and writes calendar info to either Outlook or Sun's desktop calendar manager? They both claim to export and import vcalendar, and so, in theory, this should be able to be done... In particular, code identifying and resoluting

RE: database error

2001-03-29 Thread Philip Arnold - ASP
I don't understand the following MS SQL error. Both columns for the primary and foreign key are varchar(20). I don't know how to fix this error because I don't even know what it means as it is the first time for this one. Any help? - Unable to create relationship

Re: OT: Automate FTP

2001-03-29 Thread Mark Woods
type at /? at the command prompt to find out Alternatively, in Windows2000 use the scheduled tasks control panel Mark At 01:21 AM 3/29/2001, you wrote: I've created a FTP batch file, ftpcmd.bat: %windir%\ftp.exe -s:%f0 goto done open financialcontent.com (user name omitted)

RE: Detect session timeout and prompt messages.

2001-03-29 Thread Rudy Rustam
but jon, no clue to differentiate whether session timeout or session never set before. -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Thursday, 29 March 2001 5:51 PM To: CF-Talk Subject: Re: Detect session timeout and prompt messages. Just put this in your

RE: OT: Automate FTP

2001-03-29 Thread Thomas Chiverton
You can use the schedule tasks bit in NT to set this up too - buit read the help text on the sytax for the command ! -Original Message- From: Mark Woods [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 12:00 PM To: CF-Talk Subject: Re: OT: Automate FTP type at /? at the

Re: Mailing Shots in CF (and timeouts)

2001-03-29 Thread W Luke
Never used it myself, but I don't like the idea of it for large, large queries. A better option is to install Howie's free Post-SE productwww.coolfusion.com - it's the dogs'. Will -- [EMAIL PROTECTED] -=- www.lukrative.com Local-Advertising -=- www.localbounty.com hi guys, I'll need

Oracle drivers and 8bit (or multibyte) characters

2001-03-29 Thread Mark Woods
Hi, I've been having some trouble with a simple content management system written in CF, running on RedHat Linux with Apache and connecting to an Oracle 8i database. When an 8bit character (character with code between 128 and 255 inclusive) is added using one of the web forms, it's gets

Re: Detect session timeout and prompt messages.

2001-03-29 Thread mahmad
Dear all i was also suffering from such type of priblem. When the user logs in by his login name and password.At this time we create a session variable. And now when the user will request any page we will check that session variable is in existance. we check it at the top of every page or simply

Welcome to Julia Computer Consulting!

2001-03-29 Thread Julia Green
This is to announce the new Julia Computer Consulting's Store...at http://juliagreen.safeshopper.com We're not quite ready yet, but a few more days, check back in for business. If you are a new client or thinking of being one, click on our New Clients section, and read away. First and

Re: Welcome to Julia Computer Consulting!

2001-03-29 Thread Michael Kear
How fantastic! I have been waiting for months for an ASP house to write to me to tell me how I can pay them money. Nothing I like more than people I've never heard of telling me I can pay them if I choose. See I worry day and night how I'm going to spend all the money I have. And here,

Re: T-SQL and single quote lists

2001-03-29 Thread Tim Painter
Jeff, I was just involved in this same discussion on the allaire, er I mean Macromedia Forums. http://forums.allaire.com/devconf/Index.cfm?Message_ID=684281 Basically this is supposed to work: cfset l="'1','2','3','7330'" cfstoredproc datasource="earthquakes" procedure="junk" cfprocparam

RE: Welcome to Julia Computer Consulting!

2001-03-29 Thread Stephen Galligan
Ta Love for the spam, -Original Message- From: Julia Green [mailto:[EMAIL PROTECTED]] Sent: 29 March 2001 12:12 To: CF-Talk Subject: Welcome to Julia Computer Consulting! This is to announce the new Julia Computer Consulting's Store...at http://juliagreen.safeshopper.com We're not

RE: T-SQL and single quote lists

2001-03-29 Thread Andy Ewings
Sounds like a silly point but try taking the space out between the values in the list. i.e. cfset CustList = "AFAF,AGAX" then try it in the SQL -- Andrew Ewings Project Manager Thoughtbubble Ltd http://www.thoughtbubble.net

R U aggry with me on session concept?

2001-03-29 Thread mahmad
Dear Sir Andy i was also suffering from such type of problem. When the user logs in by his login name and password.At this time we create a session variable. And when the user will request for any page, we will check that session variable is in existance.? we check at the top of every page

(Admin) Re: Welcome to Julia Computer Consulting!

2001-03-29 Thread Michael Dinowitz
This was spam and the poster was removed from the lists. Lets not make it into a long OT thread. Thanks This is to announce the new Julia Computer Consulting's Store...at http://juliagreen.safeshopper.com We're not quite ready yet, but a few more days, check back in for business. If you

RE: R U aggry with me on session concept?

2001-03-29 Thread Andy Ewings
Yup sounds ok to me. The only thing I do extra is to put some code in my Application.cmf which creates a string containing the CFID and CFTOKEN if the user has session level cookies turned off. I then append this string to every hyperlink, form posting, CFLocation in my site to ensure state is

Verity revisited

2001-03-29 Thread Trusz, Andrew
I have a couple of Verity collections which have suddenly stopped opening. The error is "collection failed to open". This isn't a Forum, its a searchable collection. Any ideas on how to unlock it? Here's the error: Error Diagnostic Information Error occurred in tag CFINDEX Collection failed to

RE: R U aggry with me on session concept?

2001-03-29 Thread Steve Martin
Why don't you just use the premade session.URLToken? Yup sounds ok to me. The only thing I do extra is to put some code in my Application.cmf which creates a string containing the CFID and CFTOKEN if the user has session level cookies turned off. I then append this string to every

RE: R U aggry with me on session concept?

2001-03-29 Thread mahmad
Sir Andy Again i am disturbing you. If Client's browser cookies are disabled then definetly we have to pass a URLTOKEN or (CFID+CFTOKEN) .So server can recognise the state of client. Now the question is Can we handle it in Application.cfm? If we can handle it then let me know? otherwisw ,we have

Re: Detect session timeout and prompt messages.

2001-03-29 Thread Jon Hall
It works though...I charge for creativity ;-) jon - Original Message - From: "Rudy Rustam" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 5:09 AM Subject: RE: Detect session timeout and prompt messages. but jon, no clue to differentiate whether

Re: Welcome to Julia Computer Consulting!

2001-03-29 Thread Julia Green
I apologize -- I thought since I was offering ColdFusion services, the email I sent was not Exactly spam. I will desist from doing so in the future... - Original Message - From: Michael Kear [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 6:27 AM Subject:

Re: Welcome to Julia Computer Consulting!

2001-03-29 Thread Julia Green
I apologize -- I thought since I was offering ColdFusion services, the email I sent was not Exactly spam. I will desist from doing so in the future... - Original Message - From: Stephen Galligan [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 6:33 AM

Re: (Admin) Re: Welcome to Julia Computer Consulting!

2001-03-29 Thread Julia Green
I apologize -- I thought since I was offering ColdFusion services, the email I sent was not Exactly spam. I will desist from doing so in the future... Could I be a member of cftalk again -- I will stop sending anything that might be spam? Julia Green Julia Computer Consulting

RE: R U aggry with me on session concept?

2001-03-29 Thread Andy Ewings
As far as I'm aware you have to go through your whole site appending the urltoken to every hyperlink, form posting and cflocation. You can't do this in one hit from within the application.cfm. -- Andrew Ewings Project Manager

Re: Dynamic radio button Generation

2001-03-29 Thread Nilesh Thesia
I think I have posted my answer to somebody's personal mailPlease forward it to list. Otherwise...Jeff, I will write againBut write now I have deleted the mail and answer both. Thanks, -Nilesh Thesia ~~ Structure your ColdFusion code

Re: Welcome to Julia Computer Consulting!

2001-03-29 Thread Dave Hannum
Is that WORLD famous, NATIONALLY famous or the run of the mill IN YOUR OWN COUNTY famous? And finally, my famous self-programming ASP form that some of you have found to be so helpful, don't waste check paper giving a $10 or $15 donation, or reprogramming money for the form. It'll all be

RE: Textbox validation

2001-03-29 Thread Kevan . Windle
Ooops. Fair enough. Rushed it, didn't test it. Sound familiar? -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: 28 March 2001 20:06 To: CF-Talk Subject: RE: Textbox validation Why not use the like operator as in SELECT A FROM B WHERE (((A) Like

RE: R U aggry with me on session concept?

2001-03-29 Thread mahmad
Thank u very much My ideas exactly match with u. ok Muhammad Mumtaz Ahmad AcroLogix (Pvt) Ltd. 106/3, Saint Johns Park Lahore, Pakistan. Tel: 92-42-6664301~04 Fax: 6664307

RE: limitations of Access

2001-03-29 Thread Philip Arnold - ASP
I am doing a quote for a client that has an existing CF site using Access. They are a professional organisation hosting their own server and I'm trying to get them to steer away from Access, as I think the site has the potential to get more hits than Access can easily handle. So far they are

RE: limitations of Access

2001-03-29 Thread alistair . davidson
Others off the top of my head - 1) Access Transaction/Rollback support is shaky at best. 2) If a database transaction screws up, it's very easy to corrupt the entire database and leave it unuseable 3) Those DAMN .LDB FILES! -Original Message- From: Philip Arnold - ASP

RE: cfugmay2000 :: VCalendar :: Outlook :: Mime Type 97

2001-03-29 Thread Paul Ihrig
sorry to keep going on... i have OutLook 2000, also a mime type for vCalendar File. so every thing seems to work for me. but on the OutLook 97 machines they don't have the VCS extension mapped. so i tried to create it manually but it didn't work. i have looked at the docs that came with it am

RE: Welcome to Julia Computer Consulting!

2001-03-29 Thread C. Hatton Humphrey
Please say that he list accidentally got CC'd on this one... by looking at the message header it doesn't look like it, but who knows, maybe she was just tired. Hatton -Original Message- Subject: Welcome to Julia Computer Consulting!

RE: Layered Security

2001-03-29 Thread Janine Jakim
Maybe I'm missing something or don't understand nt/active directories (we haven't decided which system we'll use but we're leaning toward nt) authentification. I thought that username and password will be checked against a database = successful/unsuccessful login. People can be assigned to

RE: limitations of Access

2001-03-29 Thread Owen Leonard
Are these concerns specific to Access 97? What about Access 2000? I realize that in both cases we're talking about a "desktop application," but small differences could make a big difference to a small company trying to decide. -- Owen Athens County Library Services

RE: javascript to set cfvariable?

2001-03-29 Thread Dave Watts
Or in a gif data-pipe if you want to get tricky: http://www.depressedpress.com/DepressedPress/Content/ColdFusio n/Essays/GIFAsPipe/ (watch the line wrap) Now, that's worth taking a look at! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202)

Re: database design question

2001-03-29 Thread Tony Schreiber
Um, that's why I said: "and there certainly could be depending on the application - ie. What school did you graduate from? vs. What school(s) have you attended" And that's my point. For ONE school, a separate relational table is unnecessary. grr!! it does fit in right. it said GRADUATED

Re: limitations of Access

2001-03-29 Thread Dave Hannum
According to MS, Access 2000 can handle 356 (I believe) concurrent users and 10K rows. But I've seen folks here on the list claim to push the number of rows way past 10K. I'd only use small web apps on it. The latest MDAC has much less problems with memory leaks, as far as I know. Dave

OT: Fix your servers - +.htr

2001-03-29 Thread Jon Hall
For anyone who may have missed the huge thread a few months back I just wanted everyone to please check to make sure your IIS web server has all the latest patches or you have removed: htr htw idc ida printer extensions from the web server. Every single IIS 4 and IIS 5 web server is installed by

Re: limitations of Access

2001-03-29 Thread paul smith
Since they're running their own server, you should give them 3 quotes: 1. Access now. 2. Client/server DB now 3. Client/server DB later along with your observation that you believe their site will soon get more traffic than Access can handle, and let them decide. best, paul At 02:32 PM

RE: javascript to set cfvariable?

2001-03-29 Thread Philip Arnold - ASP
Or in a gif data-pipe if you want to get tricky: http://www.depressedpress.com/DepressedPress/Content/ColdFusio n/Essays/GIFAsPipe/ (watch the line wrap) Now, that's worth taking a look at! Yes, but what are the baby pictures to do with it??? Philip Arnold Director Certified

Re: OT: Automate FTP

2001-03-29 Thread paul smith
So are you telling me I should enter the following? at 02:00 /every:M,T,W,Th,F,S,Su ftpcmd.bat best, paul At 11:00 AM 3/29/01 +, you wrote: type at /? at the command prompt to find out Alternatively, in Windows2000 use the scheduled tasks control panel Mark At 01:21 AM 3/29/2001,

RE: Fix your servers - +.htr (not only but also)

2001-03-29 Thread Thomas Chiverton
While people are there, you might want to see what appending '?mode=debug' does, and setting the debug settings in administrator to be minited to the localhost IP :-) -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 3:25 PM To: CF-Talk Subject:

RE: limitations of Access

2001-03-29 Thread Larry Juncker
I am not totally 100% sure on this, however I do know that we were running an auction site using Access that always was running at least 30 concurrent sessions at a time with 5 items in the database and did not appear to have a major problem. We did upscale the site to Oracle however just to

Ultra Dev 4

2001-03-29 Thread Rick Eidson
I use Studio is it a good idea to move to UltraDev? Rick ~~ 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/

Mail is spooled, but never sent

2001-03-29 Thread Cranford, Mike, Herndon
I am having a strange problem. Mail is spooled to the cfusion/mail/spool directory, but it is never sent. If I stop and start the ColdFusion services, then the mail that is currently spooled will be sent, but no other mail is sent until the ColdFusion services are stopped and started again. Any

RE: [RE: SQL Business Dates]

2001-03-29 Thread bflynn
Alex - yes, you can call a function from within a SQL statement select countBusDays(dateasgn, '#form.startdate#', '#form.enddate#') "FUNCTION" from dual is one example Brian -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 3:15 PM To: CF-Talk

RE: Ultra Dev 4

2001-03-29 Thread Patricia Lee
not really. I use Ultradev to edit my page layout, not to code. I feel safe (with about a 10% reservation factor) using Ultradev with code that has been riddled with CF code. I've only seen a small percentage of F***ups since Ultradev 4. When I decide in the middle of things that my table

Re: Ultra Dev 4

2001-03-29 Thread William J Wheatley
I agree with that assumption 99.9% =) i've had about 20% of my stuff F*#**d up in UD4 though i found it butchers the best when you drag and drop or it does not butcher it dpulicates your code like an extra 4 times lol as you move things around Bill Wheatley Director of Development AEPS INC

RE: Ultra Dev 4

2001-03-29 Thread Gavin Lilley
Or even better, use fusebox and only use ultradev on the dsp_*.cfm files. -- Gavin Lilley Internet / Intranet Developer http://halesowen.ac.uk -Original Message- From: Patricia Lee [mailto:[EMAIL PROTECTED]] Sent: 29 March 2001 16:18 To: CF-Talk Subject: RE: Ultra Dev 4 not really. I

Re: Questions about calendaring [Was: Re: VCalendar :: Outlook :: Help Needed

2001-03-29 Thread Larry W. Virden
From: "Lawrence B. Afrin, M.D." [EMAIL PROTECTED] A long time ago (in a galaxy far, far away :-) I wrote a CF app to read a vCalendar export of calendar info from the utility in the Netscape Calendar Server package that does that sort of thing. It allowed web users to see

RE: Ultra Dev 4

2001-03-29 Thread Thomas Chiverton
Welll - I've used both, and prefer Studio for writing the hardcore CFML, and UltraDev / Dreamweaver for tarting it up before / after. That said, I was in UltraEDIT all day today debugging CFML, so YMMV :-) Its a bit of 6 of one, half a dozen of the other really... All IMHO of course ;-)

QUESTION: Sybase's equivalent of FULL JOIN and OUTER JOIN

2001-03-29 Thread Grossman,Ellen
I'm working on an app utilizing a Sybase db. This is my first time using Sybase -- having come from a SQLServer and Oracle background, I'm at a loss as to how to execute a FULL JOIN and and OUTER JOIN. Any ideas? The following is returning this error: Error at line 3. Syntax error near 'a'.

Single ODBC Datasource

2001-03-29 Thread Joe Sheble aka Wizaerd
Isn't there a way to create a singular ODBC Datasource that could access any database on a SQL Server? In the past we've always created a sperate ODBC Datasource for every database, and while this isn't necessarily a bad thing, I'd like to be able to access any database... Joseph E. Sheble

RE: limitations of Access

2001-03-29 Thread Derek Havelock
Can I possibly add a question to this string ... Larry, you mentioned that: we were running an auction site using Access that always was running at least 30 concurrent sessions at a time with 5 items in the database and did not appear to have a major problem. I don't see how that is

RE: Single ODBC Datasource

2001-03-29 Thread Andy Ewings
yup. When you creat a datasource you are only pointing to a default database. You can be explicit in your SQL statements to access any database registered within the SQL Server like so. SELECT * FROM database.owner.table --

Re: limitations of Access

2001-03-29 Thread Stephen M Aylor
MSDE ??? instead of access 2000? - Original Message - From: "Owen Leonard" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 5:47 AM Subject: RE: limitations of Access Are these concerns specific to Access 97? What about Access 2000? I realize that

Cold Fusion Forums

2001-03-29 Thread S R
Hi Everyone, Can anyone recommend a good software package either from Allaire or someone else that can be used for web forums, sort of like this cf-talk forum? Thank You ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re:QUESTION: Sybase's equivalent of FULL JOIN and OUTER JOIN

2001-03-29 Thread Carol Bluestein
Hope this helps. FYI: Sybase has a site with info and downloads for a lot of the help you might need. Also, check around for Adaptive Server Enterprise Transact-SQL User's Guide -- it may be sitting on a shelf in the db admin's office. SELECT a.last_first, a.company, a.title, a.id as AID

Correct Me if im wrong. PLEASE!

2001-03-29 Thread Jay Patton
but this statement DOES Say "Select ONLY the ContestantID's that have 2 or more DIFFERANT EventID's in the ResultsManager." SELECT ContestantID FROM ResultsManager GROUP BY ContestantID HAVING COUNT (EventID) = 2 OR does this just pull all the contestantID's that are in there twice wether

RE: Single ODBC Datasource

2001-03-29 Thread Andres Leon
I dont think you can do that in CF4.5 This is a new feature in CF5.0 You can even create odbc connections on the fly in your own code. Very exciting... very scary too!!! HTH! -Original Message- From: Joe Sheble aka Wizaerd [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001

CF in Performance Monitor Database

2001-03-29 Thread Tracy Bost
I'm running performance monitor on NT to try to pinpoint where the CF server is being stressed. It seems everytime someone hits the site, the AVG DB time(msec) jumps up anywhere to 40 - 90 on the chart. Everything else stays low on the chart. Our database server is not on the same machine as

Re: Cold Fusion Forums

2001-03-29 Thread Howie Hamlin
www.simplemessageboard.com/ www.forumspot.org http://www.e-zonemedia.com/fusetalk/index.cfm The first two are free. The third one is commercial but worth a look at. It also includes real-time chat. HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com

Re: [Cold Fusion Forums]

2001-03-29 Thread Alex
forumspot.org phorum.org coolservlets.com/jive/ "S R" [EMAIL PROTECTED] wrote: Hi Everyone, Can anyone recommend a good software package either from Allaire or someone else that can be used for web forums, sort of like this cf-talk forum? Thank You

RE: Single ODBC Datasource

2001-03-29 Thread Andres Leon
Duh... i was way off... of course you can... just defined your db in your query. sorry about that! -Original Message- From: Andres Leon Sent: Thursday, March 29, 2001 11:43 AM To: CF-Talk Subject: RE: Single ODBC Datasource I dont think you can do that in CF4.5 This is a new feature

RE: Correct Me if im wrong. PLEASE!

2001-03-29 Thread Seva Petrov
Jay, Try the query with DISTINCT: SELECT ContestantID FROM ResultsManager GROUP BY ContestantID HAVING COUNT (DISTINCT EventID) = 2 Cheers, Seva Petrov -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 11:37 AM To: CF-Talk Subject:

OT: Multi year data entry app - database design questions

2001-03-29 Thread Andrew Peterson
I've got a data entry application which collects data based on fiscal year. What are there any benefits of keeping this multi-year data in the same database vis a vis separating fiscal years into their own databases? I've always chosen to split up the database - otherwise you're doubling db size

Money DataType in SQL

2001-03-29 Thread kmansel
ok, just wondering if anyone knows thisI have a money datatype fieldwould anyone happen to know if i should treat this datatype as a string or an integer value? (for inserting purposes) thanks kevin ~ Kevin Mansel Web Developer Fox Communications [EMAIL PROTECTED] DL

Re: Correct Me if im wrong. PLEASE!

2001-03-29 Thread Jay Patton
using HAVING COUNT (DISTINCT EventID) =2 still returns the same results as w/o the DISTINCT part. doesn't make sense to me. this should return about 10 or 11 records and it returns close to 40 or 50. Jay Patton Web Design / Application Design Web Pro USA p. 406.549.3337 ext. 203 p. 1.888.5WEBPRO

RE: CF in Performance Monitor Database

2001-03-29 Thread Caulfield, Michael
It's hard to tell anything from the performance monitor alone, without knowing what your site does, what the specs on your machines are, etc. And what your database is -- 90ms is a long time on SQL2000, but not unexpected on MSAccess. However -- if you are getting that spike with EVERY hit

RE: Cold Fusion Forums

2001-03-29 Thread Terry Bader
hello... well, im not sure what you want exactly, but i have been working on a phorum system and I'm just about to take it into Alpha release. anyway, if you are interested, please check out http://www.cfphorum.com Terry Bader IT/Web Specialist EDO Corp - Combat

sql learning

2001-03-29 Thread Bernd VanSkiver
Just wondering if anyone could refer some good sites with SQL training and information. I know the basics of SQL, can get info in and out of it, just wanting to learn some more about it and learn about more of its features. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ #: 916324

RE: Cold Fusion Forums

2001-03-29 Thread Angél Stewart
FUSETALK!!!FUSETALK!!!FUSETTAAALLKK!! Its the best! Totally the best! :) The things this board can do..its amazing! Any feature you could want..you got it! There are avatar pics, private messaging, realtime Chat functions! You can hook the registration for the database out to a secondary

RE: Correct Me if im wrong. PLEASE!

2001-03-29 Thread Hayes, David
It creates a count, by contestantID, of the number of records that have an eventID in them, irrespective of the eventID value (or the distinctiveness of it). I would think the COUNT (DISTINCT EventID) would work; it did on my test. Take a step back and just look at the results of SELECT

Javascirpt problem on CF

2001-03-29 Thread PEREZ, RICHARD RINGO (SBCSI)
This is my code with Javascript can you pelase help me figure out what's wrong? i know that Javascript is a client side while CF is server side. Can you please help me out to figure what changes do i need to do on my code? What i'm trying to do on my code is they need to click on the checkbox

RE: Money DataType in SQL

2001-03-29 Thread Hayes, David
If you're asking about whether you need to put single quotes around the value, the answer is no. It's numeric, but is not limited to integers; they can hold up to 4 decimal places. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 11:00

RE: limitations of Access

2001-03-29 Thread Larry Juncker
I stand corrected - My keywords in that statement were sessions, not connections. I am still fairly new to the terminologies used. We maintain 30 concurrent sessions NOT connections. Big difference - however the site seemed to run smoothly none the less with Access. Larry Juncker Senior Cold

2 CFINSERT on ome page?

2001-03-29 Thread Jeff Fongemie
Hello cf-talk, I have a form with many fields. The fields go to different tables. I'm trying to use CFINSERT with formfields to add data to different tables. When I submit the form, I don't get any errors, but only the first CFINSERT gets processed? CFINSERT

Re: sql learning

2001-03-29 Thread Savan Thongvanh
the infamous jhoffman SQL tutorial is always a good place to start I think. w3.one.net/~jhoffman/sqltut.htm a good tut and links ~~ Structure your ColdFusion code with Fusebox. Get the official book at

(OT) IIS 5 Problem

2001-03-29 Thread Paul's Mail
My IIS 5 on win2K box, has become corrupted on a server eg if you stop a web site you cannot start it again. I am moving the urls over to another server and setting them up on that server with a clean IIS. I can set up and access normal http non-cf sites so that they point to the files on the old

RE: Cold Fusion Forums

2001-03-29 Thread Benjamin S. Rogers
The FuseTalk forums always seen to look the same. Is it customizable at all? Do you have any examples of a FuseTalk forum that doesn't look like a FuseTalk forum, preferably an example of one that is integrated cleanly into the design of a site? Benjamin S. Rogers Web Developer, c4.net Voice:

RE: Javascirpt problem on CF

2001-03-29 Thread Hayes, David
My first suggestion is that you debug your script by putting in alert statements at various points. For example, if(byVal == true) { cnt_chk++; alert(cnt_chk);

FW: Cold Fusion Forums

2001-03-29 Thread Paul's Mail
I would have to back that suggestion - Fusetalk is the way to go. Paul Burgess -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 6:30 PM To: CF-Talk Subject: RE: Cold Fusion Forums FUSETALK!!!FUSETALK!!!FUSETTAAALLKK!! Its the best!

RE: 2 CFINSERT on ome page?

2001-03-29 Thread C. Hatton Humphrey
Why not do two cfqueries with SQL INSERT commands for the different tables? Hatton -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 12:48 PM To: CF-Talk Subject: 2 CFINSERT on ome page? Hello cf-talk, I have a form with many

RE: Javascirpt problem on CF

2001-03-29 Thread Terry Bader
I have not tested this, but I think this is a generic form or what you want... the main thing i see that can be wrong in your code is here: len = parseFloat(obj.clen.value) is this the length?? obj.clen.value?? maybe obj.clen.length hope this helps

RE: limitations of Access

2001-03-29 Thread Zachary S. Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 -Original Message- From: Derek Havelock [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 9:43 AM To: CF-Talk Subject: RE: limitations of Access Can I possibly add a question to this string ... Larry, you

RE: sql learning

2001-03-29 Thread Tom Cornilliac
Try http://www.swynk.com -Original Message- From: Bernd VanSkiver [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 9:30 AM To: CF-Talk Subject:sql learning Just wondering if anyone could refer some good sites with SQL training and information. I know the

RE: Javascirpt problem on CF

2001-03-29 Thread Lamon, Alec
Well, I see one syntactical error. The OR below should be || if(cnt_chk = 14 OR cnt_chk =12) // SHould read if(cnt_chk = 14 || cnt_chk =12) Don't know if that solves everything... Alec -Original Message- From: PEREZ, RICHARD RINGO (SBCSI) [mailto:[EMAIL PROTECTED]]

Re: Ultra Dev 4

2001-03-29 Thread Ed Brown
I can second this experience. UD4 is good at highlighting "incorrect" HTML which means if often confuses valid CF code for invalid HTML. Usually this is ok and UD shrugs its shoulders at accepts that you know best but occasionally it "tidies up" for you and then you have a mess. Hopefully this

RE: 2 CFINSERT on ome page?

2001-03-29 Thread Lamon, Alec
try using CFQUERY instead of CFINSERT You can string many CFQUERY together into one transaction. -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 12:48 PM To: CF-Talk Subject: 2 CFINSERT on ome page? Hello cf-talk, I have a

RE: sql learning

2001-03-29 Thread Lamon, Alec
A great reference book to have around after tutorials is The Practical SQL Handbook by Bowman, Emerson and Darnovsky -Original Message- From: Bernd VanSkiver [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 12:30 PM To: CF-Talk Subject: sql learning Just wondering if

RE: Cold Fusion Forums

2001-03-29 Thread Paul's Mail
You can purchase the oprn code version and do just about anything with it you like. Paul Burgess -Original Message- From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 6:45 PM To: CF-Talk Subject: RE: Cold Fusion Forums The FuseTalk forums always

Re: 2 CFINSERT on ome page?

2001-03-29 Thread Frank Hilliard
Hi Jeff, You need to do an SQL insert for each table you want to insert data into. Just line them up one after the other on the page that processes the form. Frank Hilliard http://www.bcinternet.com/~hilliard Jeff Fongemie wrote: Hello cf-talk, I have a form with many fields. The

Re: Cold Fusion Forums

2001-03-29 Thread Tim Painter
I don't know how many of you browse the allaire support forums, but they just announced they will be switching to the fusetalk forum in a week or two. Frankly, I like the old forum design better. Check out http://macromediaforums.e-zonemedia.com/ for the new look. Tim P. - Original Message

Re: 2 CFINSERT on ome page?

2001-03-29 Thread Jason Lotz
People actually use CFINSERT? - Original Message - From: "C. Hatton Humphrey" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 10:57 AM Subject: RE: 2 CFINSERT on ome page? Why not do two cfqueries with SQL INSERT commands for the different tables?

RE: Javascirpt problem on CF

2001-03-29 Thread PEREZ, RICHARD RINGO (SBCSI)
I forgot to mention the error that i am getting: An error has occured on the script... the error says it is expecting 'j'? -Original Message- From: Hayes, David [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 9:49 AM To: CF-Talk Subject: RE: Javascirpt problem on CF My first

  1   2   >