Also,
It is certainly best practice to use CFQUERYPARAM fro 2 reasons.
1] It stops URL hacking
2] It makes the query run faster because the datatype is explicitly set.
Regards
Ellis C Wood BSc
Ellwood Web Solutions
T: 01623 459973
E: [EMAIL PROTECTED]
W: http://www.ellwoodwebsolutions.
Never set a try catch globally. You will get stuck in an infinite loop
as the server catch error after error i.e. errors on the error page.
Only use it where you access the db for inserts and updates or for file
access. Most basic errors can be caught using conventional methods such
as IsDefined. T
No, I assumed that setting the DNS in cpanel was enough, how do I access cf admin?
Thanks
N Smyrk
This message has been sent from CFdeveloper with username smyrk
([EMAIL PROTECTED])
--
These lists are syncronised with the CFDeveloper forum at
I have begun 'snagging' my shoe site and the functionality seems to work ok.
Now I need to make sure it works when it breaks - enter
.
Are there any guidelines tips tricks in using these tags?
I have played with them before but never really used them in anger.
If the site breaks does this pres
Have you requested the DSN to be enabled in coldfusion as per the userguide
and FAQ's ?
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 05 August 2004 18:52
> To: [EMAIL PROTECTED]
> Subject: [ cf-dev ] DSN connection
>
> Can anyone tell me why I am not
did you setup the datasource in the CF Administrator too?
[EMAIL PROTECTED]
Can anyone tell me why I am not connecting to my DSN 'Weddings', my site is at http://www.webcastweddings.co.uk";>www.webcastweddings.co.uk (cfdeveloper), I
have set up Weddings as theDSN in Helm cpanel but but keep getting error 'Data source
not found'.The DSN is definitely 'Weddings' and the ta
Can anyone tell me why I am not connecting to my DSN 'Weddings', my site is at http://www.webcastweddings.co.uk";>www.webcastweddings.co.uk (cfdeveloper), I
have set up Weddings as theDSN in Helm cpanel but but keep getting error 'Data source
not found'.The DSN is definitely 'Weddings' and the ta
Yeah I've been using Mach-II quite a lot this year.
Doug
-Original Message-
From: Stephen Adams [mailto:[EMAIL PROTECTED]
Sent: 05 August 2004 16:54
To: 'Dev
Subject: [ cf-dev ] Mach-II question
Is OK I've fixed the problem, still interested in if anyone else uses
Mach-II?
--
These l
i love this tool!
salvatore
- Original Message -
From: "Stephen Adams" <[EMAIL PROTECTED]>
To: "'Dev" <[EMAIL PROTECTED]>
Sent: Thursday, August 05, 2004 5:53 PM
Subject: [ cf-dev ] Mach-II question
> Is OK I've fixed the problem, still interested in if anyone else uses
> Mach-II?
>
>
>
Is OK I've fixed the problem, still interested in if anyone else uses
Mach-II?
--
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
CFDeveloper Sponsors and contributors:-
*Hosting and
That's not the question, I want to know if anyone can help me with a problem
I have. I am trying to write my first Mach-II based application,
Stephen
--
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.c
I have never had anything but problems with RDS.
With constantly crashes, refuses to save files, saves files in the wrong
place, causes the editor to lock up... Etc etc
> -Original Message-
> From: Paul Swingewood [mailto:[EMAIL PROTECTED]
> Sent: 05 August 2004 11:51
> To: [EMAIL PROTECT
Ok sod FTP RDS rules!
I have just configured RDS on my development server with Dreamweaver MX2004.
I always found this a real pain in the past as it just wasn't as nice and
easy as studio used to be.
After actually reading the help file (yes I actually read a help file...) I
configured it in no
Yes...race conditions do require locking but have you ever ran into a race
condition by accident in your normal day to day programming?
The key here is that unlike CF5, MX will not crash if you haven't locked
your variablesrace condition included.
-Original Message-
From: Snake
Actually that's not strictly true. There is no need to lock only for
certain conditions. Race conditions still apply.
Russ
> -Original Message-
> From: Robertson-Ravo, Neil (RX)
> [mailto:[EMAIL PROTECTED]
> Sent: 03 August 2004 14:38
> To: '[EMAIL PROTECTED]'
> Subject: RE: [ cf-dev ]
Your welcome paul :-)
Russ Michaels
Macromedia/Allaire Certified ColdFusion Developer
CFDeveloper
The free resource and community for ColdFusion developer.
http://www.cfdeveloper.co.uk
Join the CFDeveloper discussion lists.
To subscribe send an e-mail to [EMAIL PROTECTED]
> -Original Mes
Check where the frameset is getting the files from.
Is it loading the files directly from your local hard drive.
E.g.
Src="file://c:/inetpub/wwwroot/filename.cfm"
Instead of form the webserver, as this would of course mean that the
coldfusion is not being processed and the code would just be dis
You could fashion a little script yourself, to kill the process, if you
feel it is worth it.
using PS / find / kill, and waitfor...
Get them from www.sysinternals.com and the resource kit.
Justin
On Aug 5, 2004, at 10:43 AM, Paul Swingewood wrote:
Does anyone out there use Dreamweaver 2004?
I am
no idea. but presumably when you shutdown your PC at night, your
connection should then close. but (depending on what FTP server they're
using) it should be straightforward to configure the FTP server to
disconnect you after say 2 hours idle.
or i dunno, pull your network cable out or something
You need to speak to your admin and tell him to configure the FTP server
properly so it doesn't leave inactive sessions open.
> -Original Message-
> From: Paul Swingewood [mailto:[EMAIL PROTECTED]
> Sent: 05 August 2004 10:44
> To: [EMAIL PROTECTED]
> Subject: [ cf-dev ] Dreamweaver FTP
Apart from closing Dreamweaver there isn't anything else to close the FTP
connection though is there?
Regards - Paul
*
The information contained within this e-mail (and any attachment) sent by Bir
Yeah sounds like an FTP problem rather than a DW problem.
7.0.1 indeed the latest version.
-Original Message-
From: Paul Swingewood [mailto:[EMAIL PROTECTED]
Sent: 05 August 2004 10:44
To: [EMAIL PROTECTED]
Subject: [ cf-dev ] Dreamweaver FTP :(
Does anyone out there use Dreamweav
I am running coldfusion developer supplied with Studio MX locally.
I have a page which displays data from an Access database perfectly
fine, util I preview (f12 in Dreaqmweaver) the page within a frameset.
I also inserted the code for date/time in the navbar of my frameset, it
worked fine when prev
sounds like a problem with the FTP server itself. Is your FTP session not
getting kicked after a lengthy period of inactivity (i.e., overnight)?
They should be able to set that up. Either that or make sure and
disconnect yourself at the end of each day, so you don't have to get this
guy to kick
I am running coldfusion developer supplied with Studio MX locally.
I have a page which displays data from an Access database perfectly
fine, util I preview (f12 in Dreaqmweaver) the page within a frameset.
I also inserted the code for date/time in the navbar of my frameset, it
worked fine when prev
Does anyone out there use Dreamweaver 2004?
I am using v7.01 (Latest Version?)
The FTP is driving me nuts. I keep getting an error "Your login information
is incorrect" in fact its nothing to do with this at all. Its actually the
number of open instances of FTP that is causing the problem. The se
Stephen
I would recommend grabbing a copy of the GOF "Design Patterns" book by
Gamma et. al. and reading the justifications for some of the patterns.
Of recent I've noticed a lot of "using patterns" for patterns sake or
people shoehorning design patterns into applications. Don't get me
wrong I'm
28 matches
Mail list logo