Tek -
Unfortunately my ISP doesn't give me direct access the the CF Admin or the ODBC connection manager. I have to send a request, which they respond to usually within a few hours. They are working on putting it out via the web - other things have come up that are more important though. =)...
On one of my sites I have been updating the database structure - adding fields & tables and the like.
I download the db, make the modifications and normally, when I go to upload it again - there is an LDB file on the server.
Is there a way to clear the LDB file from the server?
This is an...
Is there a way, using CF to query when a Database has been last updated?
I have a page that has several different user updatable area - messageboards, guestbooks, etc.
Does CF have a function that would allow me to just query the DB by the datasource name and obtain the last time that this...
I'm creating a form that will allow the users to search thorugh a database of registered users based on the first letter of their last name.
I don't want to create a drop down of A-Z, so I tried to use a CFLoop using From="A" to="Z" - that didn't work.
From my research...
You could have the user login using CF and depending on their login set the application.DS to either prod or dev.
IE - user logs in as <name> then the datasource variable is set to prod. If they log in as TRAINING they get dev.
One big thing is to make sure that it is obvious to them whether...
I am using a frameset and application.cfm file in the restricted access section of my site.
The application.cfm checks to see if the user is logged in, if they are not the application.cfm uses the cflocation tag to call login.cfm.
The problem that I'm experiencing is that because there are two...
I'm looking for a CF Page Counter that does not add 1 every time you reset the page. I guess I'm looking for something that uses cookies, but I don't know enough about CF and cookies yet to get something like that.
Any suggestions?
I downloaded a VERY simply CF forum from www.gotocode.com - its extremely basic, but it is open source so you can modify it to your hearts content.
The posts only show on the index page as the first starting message of a topic, but it shows all subsequent messages when you open that topic and...
THere are no body tags in the header.cfm or the application.cfm, I did re-create the frameset - here is its code:
index.cfm:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>test</title>
</head>
<body>
<cfinclude template="header.cfm">...
I am in the process of creating a password protected portion of my site that will be using a frameset.
The left frame is the navigation menu, the right (larger) frame is the primary display window.
Here is the frameset code:
<cfinclude template="header.cfm">
<frameset...
I'd like to be able to test my CFM files locally without having to upload them to the server first.
Can anyone recommend a free (or cheap) personal web server that will work with the version of CF Server that comes with CF Studio 4.5.1?
I tried a couple of generic web servers off cnet and...
THe other thing to remember is that even if you delete it, if they really want it back they can get it back.
I'm assuming that your webhost does backups, so all they would have to do is restore from yesterday's backups and your files are back.
Why would you be shut out of your webhost anyway?
I'm looking for a free CF discussion forum script.
I'm in the process of moving one of my websites from a Unix based server running Matt's WWW Board 2.0a to a Win 2k/NT server running coldfusion.
Unfortunately, I really can't afford some of the CF scripts that you have to buy to have them...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.