RE: Use CF to delete directory and files in it?

2004-08-26 Thread Mark A. Kruger - CFG
Create a batch file and use cfexecute. -Mark -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 10:36 AM To: CF-Talk Subject: Use CF to delete directory and files in it? I'm trying to find a way to delete a directory with files in it. cfdirectory

RE: get file

2004-08-25 Thread Mark A. Kruger - CFG
You can use cfcontent to serve the file - it does not even need to be inside the web root. -Mark -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 10:29 AM To: CF-Talk Subject: get file Hi, I have files on our server and I want people (once

RE: Server not running...but running...um, help?

2004-08-23 Thread Mark A. Kruger - CFG
I think your service is not being handed the request. I would run the connectors. It looks like an encrypted file being served by IIS (instead of being processed first by CF) - sort of like seeing the source code on an unecrypted file. -mark -Original Message- From: Jeff Small

RE: Server not running...but running...um, help?

2004-08-23 Thread Mark A. Kruger - CFG
Jeff, I'm speaking of the little batch files buried in the /cfusionmx/ directory that remove and re-add the necessary connectors for the jvm.If you are running CF the process is to remove the extension mappings in the IIS admin for the application. As for your problem - hmmm did you recently

RE: Server not running...but running...um, help?

2004-08-23 Thread Mark A. Kruger - CFG
Dave, I suggested that earlier - but he says that other .cfm files on the same configured sites run correctly. wouldn't that indicate that the connector was correctly installed? -Mark -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 11:40 AM

RE: Automated Scripts?

2004-08-23 Thread Mark A. Kruger - CFG
Richard, Write your script - then use the cf admin scheduled tasks to make it run each morning. If you don't have access to admin but cfschedule is enabled you can use that tag to create a reoccuring task. -mark -Original Message- From: Richard Crawford [mailto:[EMAIL PROTECTED] Sent:

RE: Quickbooks IIF files???

2004-08-23 Thread Mark A. Kruger - CFG
You are correct - the iif file is pretty much a comma delimited ascii file. The answer you need is actually in the quickbooks help files - here's an excerpt. -Mark --- You may also want to refer to the Reference Guide to Import Files Note: These

RE: SOLUTION: Re: Okay, go here to see what I'm talking about...(cfserver not r unning correctly)

2004-08-23 Thread Mark A. Kruger - CFG
Jeff, And what was the solution prey tell - or did I miss that? -Mark -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 3:56 PM To: CF-Talk Subject: SOLUTION: Re: Okay, go here to see what I'm talking about...(cfserver not r unning correctly)

RE: BlueDragon cfinclude issues

2004-08-19 Thread Mark A. Kruger - CFG
You are not modifying it for path so fileexists( ) should crap out - unless BD does relative paths... does it? Also - what's with the evaluate( ) function? Seems superflous to me. -mk -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 9:31 AM

RE: BlueDragon cfinclude issues

2004-08-19 Thread Mark A. Kruger - CFG
Matt, Yes but... fileexists requires the fule path (i.e. e:\wwwroot\index.cfm - not just index.cfm) so I would definitley expect the cfif to return FALSE - or am I missing something? -mark -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004

RE: BlueDragon cfinclude issues

2004-08-19 Thread Mark A. Kruger - CFG
full path not fule -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 10:12 AM To: CF-Talk Subject: RE: BlueDragon cfinclude issues Matt, Yes but... fileexists requires the fule path (i.e. e:\wwwroot\index.cfm - not just index.cfm) so

RE: My First Shopping Cart

2004-08-19 Thread Mark A. Kruger - CFG
Adam, I'm with you on the plugins.I had the same experience with foresite coupons in Able commerce. As for CF Webstore - Mary Jo. has a great product - inexpensive with lots of features and easy to work with. More features for the buck than 300.00 really deserves when it comes down to it. If you

RE: A bit confused with links between tables

2004-08-19 Thread Mark A. Kruger - CFG
Try something like this: CFQUERY name=get_tasks datasource=taskomatic SELECTt .taskID, t .taskname, t .status, t .project, p .projectsID, p .projectname, p .client , c.clientName FROM taskst JOINprojectsp ONt.project = p.projectsID JOIN clients c ON p.client= c.clientID /CFQUERY

RE: My First Shopping Cart

2004-08-19 Thread Mark A. Kruger - CFG
Yes - nice package.It lacks several of the tools from CF webstore, but there are some things I really like about it. -Mark -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 3:06 PM To: CF-Talk Subject: RE: My First Shopping Cart For high

RE: My First Shopping Cart

2004-08-19 Thread Mark A. Kruger - CFG
Adam, Sorry - no way I agree with that.I'd say about 2 to 4 % of users ever look at the URL at all - let alone grasp the difference between a document and a string of variables. I would say that the difference is not only superflous but a red herring only noticed by developers. -mk

OT: S/MIME

2004-08-16 Thread Mark A. Kruger - CFG
Has anyone here every implemented S/MIME for server side email?I have a customer who considers it important. -mk Mark A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http://blog.mxconsulting.com ...what the web can be! [Todays Threads] [This Message] [Subscription] [Fast

S/MIME email question

2004-08-12 Thread Mark A. Kruger - CFG
Folks, What's the best way to go about supporting S/MIME email from a CF server.I can't seem to find any tags that specifically support S/MIME. Anyone? -Mark Mark A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http://blog.mxconsulting.com ...what the web can be! [Todays Threads

RE: The search is killing the server. Please help!

2004-07-30 Thread Mark A. Kruger - CFG
This works pretty well - but on some RDBMS's you can get a buffer overrun on your IN () list if it grows very large. I've had that happen at 10,000 or so. Actually, it is more likely when using Cfqueryparam because the array allocated for the bind may have a maximum value. If you pass in an actual

RE: Strange server issue

2004-07-29 Thread Mark A. Kruger - CFG
Matt, I'd say your guess that your install has something to do with it is a red herring.Something has changed the way it handles idle time suspension or power or somehting.Also, when you say cannot access the network from the server - what do you mean? Do you mean you can't ping an IP address...

possible bug - studio rds

2004-07-21 Thread Mark A. Kruger - CFG
Hey - try this. create a folder on a remote RDS server called help that is inside your web root.Then, using cf studio or homesite, right-click on a file with a long name (longer than 9 characters) and choose copy to - then try to copy that file to the help folder on the remote machine. Does anyone

RE: merge data from two queries

2004-07-20 Thread Mark A. Kruger - CFG
did someone say golf??? perk -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 10:18 AM To: CF-Talk Subject: Re: merge data from two queries NEVERMIND, im an idiot. queryname.columnName[1] DU!!! must be all that freakin' golf over the

RE: merge data from two queries

2004-07-20 Thread Mark A. Kruger - CFG
Tony, this is a join - not a union. A union query matches 2 different tables or recordsets with the same type in each matching column. select col1, col2, col3 from table1 union select a1, a2, a3 from table2 -- If col1 is an int and a1 is a char, this will fail.They can be named differently

RE: RAD (was RE: Best choice for ColdFusion Studio IDE...)

2004-07-16 Thread Mark A. Kruger - CFG
Ken, that's not Hal Helms is it? -mk -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 1:45 PM To: CF-Talk Subject: RE: RAD (was RE: Best choice for ColdFusion Studio IDE...) I know you're half-kidding here, but you're not too far off of what

RE: IIS considers blah.com directories to be executable?

2004-07-09 Thread Mark A. Kruger - CFG
Um I name my directories blah.com all the time without issue.Can you give an example?How is it that you think this? -Mark -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 4:05 PM To: CF-Talk Subject: OT: IIS considers blah.com directories

RE: Server Errors - CPU spike swsoc.exe

2004-07-07 Thread Mark A. Kruger - CFG
A couple of things come to mind. First, if you are using Access and under a heavy load you need to move to a different db. Sorry - but there's just not a lot you can do about it. The sequence driver just hangs under a heavy load.Second, if you are using JDBC drivers (for MS SQL for example), make

RE: Query multiple databases

2004-07-06 Thread Mark A. Kruger - CFG
Phil, Try db.username.tablename.If the user is an aliased dbo (ms sql) use db.dbo.tablename. -Mark -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 10:54 AM To: CF-Talk Subject: Query multiple databases I need to write a join that calls to tables

RE: Havent seen this error before...

2004-07-05 Thread Mark A. Kruger - CFG
Greg, I don't believe that is correct. The purpose of the single quotes is to identify character data. cfqueryparam makes them unnecessary by specifying the data type in advance.In this case using a datatype binding (cfqueryparam) means the single quotes would be superflous.the driver creates a

RE: Havent seen this error before...

2004-07-05 Thread Mark A. Kruger - CFG
Dan, I would check the following. Is it an exact type match? For example, is the field a text field and you are using varchar?I would check to make sure that the field is nullable - since you are using the null attribute.And I would try other types if you can. -Mark -Original Message-

RE: Havent seen this error before...(Resolved)

2004-07-05 Thread Mark A. Kruger - CFG
hehe... happens to me all the time. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 05, 2004 10:06 AM To: CF-Talk Subject: RE: Havent seen this error before...(Resolved) Too early the morning after with not enough coffee:) Turns out that I was not

RE: Havent seen this error before...

2004-07-05 Thread Mark A. Kruger - CFG
the cfqueryparam. Specifying the cfsqltype should take care of that for you right? Greg -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED] Sent: Monday, July 05, 2004 10:44 AM To: CF-Talk Subject: RE: Havent seen this error before... Greg, I don't believe

RE: Havent seen this error before...

2004-07-05 Thread Mark A. Kruger - CFG
Greg, no - it would not.What he's (probably) doing is staying away from a data truncation error - where the database chockes on a string that is too long for the field size definition.In this case perhaps his field definition has a size of 100 - doing a left(string,100) makes sure that the string

RE: Havent seen this error before...

2004-07-05 Thread Mark A. Kruger - CFG
Mike, Hey ... if your right that has to be a bug right? It must be because of the nested function.I use trim( ) all the time without issues.Your saying that trim( ) combined with Len( ) causes the inner function ref to be passed instead of the return value from both calls? -Mark -Original

RE: CFMX java.lang.OutOfMemoryError

2004-06-28 Thread Mark A. Kruger - CFG
Indeed, we adjust that value automatically when setting up a new installation. The default value (64mg I believe) is simply too low to support a busy application or multiple sites. -Mark -Original Message- From: Steven Erat [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 3:56 PM

RE: Time Tracking

2004-06-23 Thread Mark A. Kruger - CFG
Ian, I would add that the current anti-popup climate has brought on a host of new pop-up blocking tools. If in your onUnload function you are calling another page, I suspect a popup blocker would take issue with that - no? -Mark -Original Message- From: Ian Skinner [mailto:[EMAIL

RE: Macromedia Style nav bar

2004-06-23 Thread Mark A. Kruger - CFG
Asim, I've been using ghostwire and I like it - easy to builddynamic menus. http://www.ghostwire.com/ -Mark -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 10:14 AM To: CF-Talk Subject: Macromedia Style nav bar Hi, I am looking for some

RE: Understanding/Defending Coldfusion connections

2004-06-23 Thread Mark A. Kruger - CFG
A lot depends on what datasources you are talking about - but any resource on JDBC and connection pooling will give you good information. The underlying service is not CF specific. The current version of CF uses drivers from datadirect. Just about everything about the connection is configurable

RE: ODBC Service Hangs on Query

2004-06-21 Thread Mark A. Kruger - CFG
First, make sure the query gives you what you want. Because you have no parenthasise this query is going to give you ALL records from the tables: tblbillingaddr, tblterm That's because the WHERE clause reads Give me everything WHERE where tblmasterclients.clientname = tblbillingaddr.Client

RE: Help with CF5 Queued Requests

2004-06-18 Thread Mark A. Kruger - CFG
Frank, You should be looking for code that waits for a response from a third party process. Culprits are (typically) db access, ftp, ldap, pop, file access (cffile), cfhttp etc.All of these services must connect to a service or process outside the CF engine - cf awaits their response... sometimes

question about server variable

2004-06-17 Thread Mark A. Kruger - CFG
What does the variable server.Coldfusion.expiration mean? I'm examining a users current host. -mark [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Argh! Ram upgrade killed CF!

2004-06-15 Thread Mark A. Kruger - CFG
I'd say bad or mismatched memory is at fault. -mk -Original Message- From: Jack Dalaa [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 4:50 PM To: CF-Talk Subject: Re: Argh! Ram upgrade killed CF! jvm.config is just default stuff: # Arguments to VM java.args=-server -Xmx1024m

Character encoding - CFMX and SQL

2004-06-11 Thread Mark A. Kruger - CFG
hints? -Mark Mark A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http://blog.mxconsulting.com ...what the web can be! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Character encoding - CFMX and SQL

2004-06-11 Thread Mark A. Kruger - CFG
: Character encoding - CFMX and SQL you have to create the columns in MS SQL as nVarchar so that they can cope with international chraracters... Regards On Fri, 11 Jun 2004 08:22:31 -0500, Mark A. Kruger - CFG [EMAIL PROTECTED] wrote: Folks, I have an international customer who was running on Access

RE: Character encoding - CFMX and SQL

2004-06-11 Thread Mark A. Kruger - CFG
Paul, THAT is the answer I'm looking for -thanks! -Mark -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 9:28 AM To: CF-Talk Subject: Re: Character encoding - CFMX and SQL language specific characters (Italian) it changes the characters to

RE: someone has to know this... MACROMEDIANS, anyone...cfdump 3rd post

2004-06-11 Thread Mark A. Kruger - CFG
Is there anything IN your servers/lib directory - and how did you figure out that this was the problem?? -Mark -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 11:18 AM To: CF-Talk Subject: someone has to know this... MACROMEDIANS, anyone...cfdump

OT: Regular expressions in JS (or in general) for dates

2004-06-11 Thread Mark A. Kruger - CFG
A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http://blog.mxconsulting.com ...what the web can be! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Regular expressions in JS (or in general) for dates

2004-06-11 Thread Mark A. Kruger - CFG
; var aDate = date.split(/); if(aDate[2].length==2) aDate[2] = (eval(aDate[2])30)?19:20 + aDate[2]; alert(aDate[2]+-+aDate[0]+-+aDate[1]); if(eval(aDate[1])daysInMonth(eval(aDate[2]),eval(aDate[0]))) return false; return true; } -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL

Function for days and years...

2004-06-11 Thread Mark A. Kruger - CFG
- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED] Sent: vrijdag 11 juni 2004 18:41 To: CF-Talk Subject: OT: Regular expressions in JS (or in general) for dates Regex gurus, I have a string and I want to ensure that the date format is: xx/xx/ or x/x/ or x/x/xx (you get the idea

RE: Function for days and years...

2004-06-11 Thread Mark A. Kruger - CFG
Sorry, I was trying to send that to the guy who needed it. -Mark -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 1:13 PM To: CF-Talk Subject: Function for days and years... This function makes sure that the days match the correct

RE: Message Board

2004-06-11 Thread Mark A. Kruger - CFG
uh what? -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 1:49 PM To: CF-Talk Subject: Re: Message Board Calvin Ward wrote: Idon't agree with the need for free anything, especially something someone crafted. That's an awfully irrational

RE: Message Board

2004-06-11 Thread Mark A. Kruger - CFG
more deserving my charity. I'm more interested early retirement (hehe). -Mark -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 2:01 PM To: CF-Talk Subject: Re: Message Board Mark A. Kruger - CFG wrote: uh what? Is not the java programming

RE: Message Board

2004-06-11 Thread Mark A. Kruger - CFG
Rick, yeah - me neither (dropping it)... plus I get so dang pompous when I'm arguing - it's not a side of me I like g. -mk -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 2:41 PM To: CF-Talk Subject: Re: Message Board Mark A. Kruger - CFG wrote

RE: CFQUERY - MySQL Chicken and Egg

2004-06-02 Thread Mark A. Kruger - CFG
didn't want to confuse the issue. Cheers, barneyb -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 5:43 AM To: CF-Talk Subject: RE: CFQUERY - MySQL Chicken and Egg Not exactly true that you have to use the native interface

RE: CFQUERY - MySQL Chicken and Egg

2004-06-01 Thread Mark A. Kruger - CFG
Not exactly true that you have to use the native interface for all rdbms's.In MsSQL (and other rdbms's)if you have the proper permissions you can create multiple databases and use them from a single datasource. The reason it's not often done is that you must know something about the physical

RE: MS SQL Syntax/Keyword

2004-05-19 Thread Mark A. Kruger - CFG
John, Your syntax would output like this: where 15 IN (sharedGroupIds) If I'm reading your right this is backwards - it should be column INvalues or sharedGroupIds IN (15) Unfortunatley the IN clause is not going to work for you with a column of values because it uses equals against each

RE: MS SQL Syntax/Operator

2004-05-19 Thread Mark A. Kruger - CFG
PS the CAST convert functions won't help here. The problem is in trying to treat a list of values in a single character column as if they were separate entities. SQL doesn't do lists like that. -mark -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Wednesday, May

RE: Database error messages

2004-05-05 Thread Mark A. Kruger - CFG
Barney, I'd love that error handling code.I'll give you a plug on my blog. -mark -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 5:48 PM To: CF-Talk Subject: RE: Database error messages Whoops, no attachements on cf-talk.That must be

RE: ColdFusion Developer Edition

2004-05-05 Thread Mark A. Kruger - CFG
Yes - but all the developers must have a subscription - right? -mk -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 8:21 AM To: CF-Talk Subject: RE: ColdFusion Developer Edition Ok I know there is a ColdFusion Developer edition, but here is

RE: SMTP

2004-04-21 Thread Mark A. Kruger - CFG
://www.pubforum.net/postsp4.htm Be careful when you run it - there is probably a reason it's only available from tech support g. Mark A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http://blog.mxconsulting.com -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20

determining the correct version of MDAC

2004-04-21 Thread Mark A. Kruger - CFG
Does anyone remember how to figure out what version of MDAC is installed on their server? Mark A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http://blog.mxconsulting.com ...what the web can be! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: determining the correct version of MDAC

2004-04-21 Thread Mark A. Kruger - CFG
Dave, awesome - that's what I was looking for - thanks! -mark -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 3:29 PM To: CF-Talk Subject: RE: determining the correct version of MDAC Does anyone remember how to figure out what version of

RE: Latest Windows Updates

2004-04-16 Thread Mark A. Kruger - CFG
Bryan, Reboot and hit f8 - then choose last known good configuration from the screen - you may need to do this once or twice. -Mark -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 2:01 PM To: CF-Talk Subject: Re: Latest Windows Updates I

RE: Importing Access to MSSQL

2004-04-07 Thread Mark A. Kruger - CFG
I use the DTS package designer wizard in SQL to create a DTS script for this.If you must drop the tables each night then the procedure is: drop tables create tables (no indexes or constraints) copy data in -AT this step can do many things including clean up the data, merge the data etc. Run

RE: user agent checking and spidering...

2004-04-05 Thread Mark A. Kruger - CFG
Dave, That's not what I'm finding.If you have a robots.txt file that says: disallow /search.cfm It will not index the search.cfm file from the root of the server. But I cannot find anywhere where you can put in something like this: disallow http://www.someothersite.com You see what I mean?

RE: user agent checking and spidering...

2004-04-05 Thread Mark A. Kruger - CFG
P.S. Actually he had NO caching and that is our first step - and it has been quite successful. -Mark -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Sunday, April 04, 2004 5:23 PM To: CF-Talk Subject: RE: user agent checking and spidering... Sequelink (the access

RE: user agent checking and spidering...

2004-04-05 Thread Mark A. Kruger - CFG
and spidering... Mark A. Kruger - CFG wrote: Dave, That's not what I'm finding.If you have a robots.txt file that says: disallow /search.cfm It will not index the search.cfm file from the root of the server. But I cannot find anywhere where you can put in something like this: disallow http

user agent checking and spidering...

2004-04-04 Thread Mark A. Kruger - CFG
will be appreciated - thanks! -Mark Mark A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http://blog.mxconsulting.com ...what the web can be! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: user agent checking and spidering...

2004-04-04 Thread Mark A. Kruger - CFG
but will also cost you. Let me know if you want my database. Jim Davis _ From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED] Sent: Sunday, April 04, 2004 2:06 PM To: CF-Talk Subject: user agent checking and spidering... Cf talkers, I have a client with many many similar sites on a single server

RE: creating 404 page for CFM and JSP files.

2004-04-01 Thread Mark A. Kruger - CFG
make sure and delete all the jsp files. What is probably happening is that CF (i.e. Jrun) is being tasked by IIS to serve the JSP pages, but you have the wrong version to do it (like CF professional).Also, go into the site properties and make sure that CF is NOT tasked with serving JSP pages

RE: IIS Custom Error Pages in CF?

2004-03-31 Thread Mark A. Kruger - CFG
a user to go to marySmith.blah.com - both tricks are great for sales CRM tools, real estate sites and the like - any place where you want a use to have a personal website but it actually connected to a larger group or site. -mark Mark A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http

RE: Cf puzzle

2004-03-31 Thread Mark A. Kruger - CFG
If you are using IIS check out a thread from earlier today http://www.houseoffusion.com/cf_lists/index.cfm/method=messagesthreadid=31591forumid=4 Mark A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http://blog.mxconsulting.com ...what the web can be! -Original Message- From

RE: Cf puzzle

2004-03-31 Thread Mark A. Kruger - CFG
Gabriel, The web server already has to parse the header, determine if the file exists and point to the file (or 404 handler) - yes I would imagine that there is a bit more overhead than if the file/folder existed in the first place - but I have several sites doing this and similar things, some of

OT: Affiliate software

2004-03-31 Thread Mark A. Kruger - CFG
Deos anyone know of any software similar to: http://www.webscribble.com/products/webaffiliate/requirements.shtml That's runs on IIS and (possibly) CF? Mark A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http://blog.mxconsulting.com ...what the web can be! [Todays Threads

RE: IIS Custom Error Pages in CF?

2004-03-31 Thread Mark A. Kruger - CFG
: Mark A. Kruger - CFG [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 6:38 AM Subject: RE: IIS Custom Error Pages in CF? Yes you can. 1) Go into IIS properties for your site and choose the custom errors tab. 2) Select the 404 error and choose edit. 3) change

RE: SQL grouped query help

2004-03-29 Thread Mark A. Kruger - CFG
You know... I love this idea - very cool I had not thought of that. -Mark Mark A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http://blog.mxconsulting.com ...what the web can be! -Original Message- From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 8

RE: Sneaky Virus

2004-03-29 Thread Mark A. Kruger - CFG
That is sneaky... -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 12:11 PM To: CF-Talk Subject: OT: Sneaky Virus I just got this sneaky ass virus. The link in the email looked like a URL and it had my domain in it so I thought I would click on

RE: Upgrading Problem on CFMX

2004-03-26 Thread Mark A. Kruger - CFG
I believe this was a bug were the page length for compile can't be more than 64 k.If I remember correctly it was fixed in 6.1 when the compiler was moved to direct to bytecode instead of creating intermediate source files and then compiling it. I could be way off... but are you on 6.1?

RE: Okay, bear with me, I'm not even sure what I'm asking...

2004-03-25 Thread Mark A. Kruger - CFG
or you have control over the environment. But if you are on a shared server be careful because everyone can include from your directory now using the root mapping. savy? Mark A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http://blog.mxconsulting.com ...what the web can be! -Original

RE: Okay, bear with me, I'm not even sure what I'm asking...

2004-03-25 Thread Mark A. Kruger - CFG
Did I misunderstand this - I think he IS asking why he can't use cfinclude exaclty like he uses img... why img src="" works and why cfinclude template=/images/blah.cfm doesn't... right? I don't think he's asking how to use the image tag, I think he's asking how to get at the root using cfinclude -

RE: Okay, bear with me, I'm not even sure what I'm asking...

2004-03-25 Thread Mark A. Kruger - CFG
CTED] Sent: Thursday, March 25, 2004 1:56 PM To: CF-Talk Subject: Re: Okay, bear with me, I'm not even sure what I'm asking... - Original Message ----- From: Mark A. Kruger - CFG [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 25, 2004 2:36 PM Subject: RE: Okay, bear wi

RE: sql server

2004-03-22 Thread Mark A. Kruger - CFG
yes... just download the trial and install the client tools only. they do not expire. -Original Message- From: Jeremy [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 8:54 AM To: CF-Talk Subject: RE: sql server Is that a free download. -Original Message- From: Adkins, Randy

RE: Quick SQL Question...

2004-03-14 Thread Mark A. Kruger - CFG
. -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 2:51 PM To: CF-Talk Subject: RE: Quick SQL Question... The 2 are mutually exclusive.One is the group of all the stuff on this day, but the other (the actual date) is not merely a date

RE: HTTPS: what factors disable it?

2004-03-14 Thread Mark A. Kruger - CFG
this helps you. Mark A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http://blog.mxconsulting.com ...what the web can be! -Original Message- From: Reed Powell [mailto:[EMAIL PROTECTED] Sent: Sunday, March 14, 2004 3:00 PM To: CF-Talk Subject: HTTPS: what factors disable it? Once again

20 meg updater for DWMX 2004

2004-03-12 Thread Mark A. Kruger - CFG
Wow... that's a hefty updater. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Quick SQL Question...

2004-03-12 Thread Mark A. Kruger - CFG
,creationdate) + '-' + datepart(year,creationdate) AS datelabel group by datepart(dw,creationdate) order by datelabel or something similar.The DateName( ) function would work as well - maybe better. It usally takes some work to get it exactly right. -Mark Mark A. Kruger, MCSE, CFG www.cfwebtools.com

RE: SQL Help

2004-03-09 Thread Mark A. Kruger - CFG
How about: WHERE(name LIKE '%Open%'or name LIKE '%Engineering%') AND name NOT LIKE ('%closed%') Personally, this is probably not the best way to handle status.I always have a status field - either an int or a small character field and use a constraint ('open','closed','pending') and always be

RE: SQL Help

2004-03-09 Thread Mark A. Kruger - CFG
. -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 10:12 AM To: CF-Talk Subject: RE: SQL Help How about: WHERE(name LIKE '%Open%'or name LIKE '%Engineering%') AND name NOT LIKE ('%closed%') Personally, this is probably not the best way

RE: SQL custom Order by

2004-03-09 Thread Mark A. Kruger - CFG
David, Yes but this may OR may not return them in the order you are looking for. However, there IS an easy way to use the UNION operator this way (for ordering). You need to stop using the asterisk (stop it! bad programmer!!). Try this: -- SELECTcol1,

RE: CFFLUSH Advantages / Disadvantages

2004-03-05 Thread Mark A. Kruger - CFG
. - Hugo AhleniusE-Mail: [EMAIL PROTECTED] Project Officer Phone:+46 8 230460 UNEP GRID-ArendalFax:+46 8 230441 Stockholm OfficeMobile:+46 733 467111 WWW: http://www.grida.no - Original Message From: Mark A. Kruger - CFG [EMAIL

RE: Oracle / Stored Proc Issues

2004-03-04 Thread Mark A. Kruger - CFG
Did you check all your database settings to ensure they are the same (clobs and blobs and select method etc)?Have you tried creating a datasource on the test server that points to the live server then running your proc to see if it works? -mk -Original Message- From: Adrocknaphobia

RE: CFFLUSH Advantages / Disadvantages

2004-03-03 Thread Mark A. Kruger - CFG
Nick, I've found cf flush to be useful when you are serving up long tabular report data.If you are going to output several hundred rows, cfflush can help a lot.One approach I've used that works great for intranet sites where the browser is a known item is a combination of a status bar,

RE: SQL Multiple Inserts

2004-03-01 Thread Mark A. Kruger - CFG
Stored procedures are not cached queries - they are compiled execution plans. The thing that makes the difference is the databinding. SQL knows what type a variable is prior to execution of the query. So it does not have to check in the system tables to see what type it should be using.For

RE: total newbe question

2004-02-25 Thread Mark A. Kruger - CFG
basically cfquery datasource=blah insert into clntnote (thisdate,subject,note,type,compid) values ('#form.thisdate#','#form.subject#','#form.note#','#form.type#',#form.compid#) /cfquery You will need to debug it of course. -Mark -Original Message- From: Steven Sharko [mailto:[EMAIL

RE: still having a problem with insert

2004-02-25 Thread Mark A. Kruger - CFG
Steven, You need single quotes around all char data... as in '#form.subject#'. You will need to correctly format the date as well. Try using #createodbcdate(form.thisdate)#for that item.Also - as has been suggested a couple of times - using CFQUERYPARAM would be a good idea - faster, and safer -

RE: still having a problem with insert

2004-02-25 Thread Mark A. Kruger - CFG
Steven, I would add one more thing. Rather than beat your head agains the wall in CF, get a quick book - the teach yourself SQL in24 hours would do nicely - and use the query analyzer or some other raw tool where you can pass in queries and view results. Take a half a day and learn SELECT ,

RE: still having a problem with insert

2004-02-25 Thread Mark A. Kruger - CFG
Steven, yes... if you use createodbcdatetime() or createodbcdate() to massage the variable thisdate into something that looks like {ts '2004-02-25 09:49:00'}Then you must REMOVE the single quotes around that one... also, is the column name really thisdate?Remember the name of the column and the

OT: freelancer

2004-02-25 Thread Mark A. Kruger - CFG
about it.If any of you have any interest let me know and I will get you in contact with her. Mark A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http://mxc.blogspot.com ...what the web can be! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: SOT: SQL question

2004-02-23 Thread Mark A. Kruger - CFG
Yes but Query of queries DOES support the union key word. -Mark -Original Message- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 2:01 PM To: CF-Talk Subject: Re: SOT: SQL question As listed in the original post, my ISP is using MySQL 3.23 (which

RE: EMERGENCY HELP NEEDED

2004-02-22 Thread Mark A. Kruger - CFG
A)did you restart both IIS and the Cold fusion? B)Can you resolve HTMLpages in the appropriate directories C) Did you (or did you consider) rerunning the remove/add connector script? -Mark -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Sunday, February 22, 2004

RE: What could be wrong with this code ? Any expertise on this please??

2004-02-04 Thread Mark A. Kruger - CFG
Ian, one guess: cfquery name=recordset_search datasource=#MM_Universe_Connection_DSN# username=#MM_Universe_Connection_USERNAME# password=#MM_Universe_Connection_PASSWORD# Put quotes around the username and password and datasource: cfquery name=recordset_search

RE: flash remoting help: UPDATED

2004-01-06 Thread Mark A. Kruger - CFG
Ryan, Yeah - your function is using a var to set your service.The responder is out of scope. get rid of the var. -mark -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 4:28 PM To: CF-Talk Subject: Re: flash remoting help: UPDATED Ok, lets

  1   2   3   4   5   6   7   8   9   10   >