Hello everyone, I have been reading the book "Core Coldfusion" and have gotten to the part to secure my web site with a password. The book shows the simplest...
compare the user name and password values provided by the user to the values in the database and if they match, set a client variable and require that client...
Hi, Macromedia has released a patch to make CFMX/JRun 4 work with Apache 2.0.39. In case you need it: http://www.macromedia.com/v1/handlers/index.cfm?ID=23162 ...
Hi, I have created a form, with select boxes on it, to choose the userid and password of a record, from the main database table. connected to this ytable is, a...
Laura, I'm guessing that you are using a number for your userid if so, try: SELECT * FROM Questionaire WHERE userid = #form.id# If your userid is a string...
Hi, does anyone know of a way to disable the CFLOGIN caching??? The way it works per default it is a serious risk to application security. :-((( TIA, Chris...
Hello MSSQL 7.0 gurus... If any of you have a tendency toward masochism - try this one on for size... I am having a difficult time figuring out how to write a...
Hi, I have a book search-engine that when user searchs , it'll display the matched items. If the user clicks on the book's title to checkout that book, it'll...
Hi, We've been using 2020media.com for our cold fusion hosting and we've been having problems with our web site intermittently been quite slow. I'm pretty sure...
I have set of WDDX data stored in a access database field with datatype text, ex: <wddxPacket version='1.0'> <header> </header> <data> <array length='1'> ...
Hi Jan, ... no it isn't. Actually it is connected to an application token (usually the application name). When y user logs in for the first timme it generates...
Hi, ... give your query a name and use the according prefix for the input attribute of the CFWDDX tag. If your wddx packet is well formed that should work: ...
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Jul 2, 2002 12:56 pm
8268
The only way I could think to do what you're looking for is to make every page a subdirectory and make an index.cfm file in each subdirectory.. that way...
Check the tag gallery. There might be something there. Or look for a UDF that does it. Places like cflib.org (and google searches!) will have some. mcg ... ...
Regarding setting up sql db security. There's a pitch with live demo application, scripts files, etc. at ... http://imagoterra.com/pitch/index.cfm application...
Has anyone been able to find a command-line method for compiling an individual file or a group of files with CFMX? I would like to pre-compile my entire...
If you build your variables dynamically. Say on a form you have multiple checkboxes all named cbox_#i#, where i being the index of a loop. On the action...
Has anybody had any luck accessing a Filemaker Pro database as a datasource? If so, how did you do it? Where did you get the driver from? Thanks. Phil Hayes ...
Phil, I was trying to access a filemaker Pro database here in our offices. I installed Filemaker Pro on my workstation, and during the installation the...
I have heard that the database still needs to be open even though the ODBC driver is installed. That makes it no good for me. Phil Hayes ... From: Rich...
Thanks Jason. I found out the way that is kinda similar to yours and it worked the way I wanted. ... your ... Within your ... to e.g. ... action ... direct...
Greetings CF team, I am a total CF ignoramus so please forgive my question if it is vague or impenetrable! At work I have inherited a CF application with...