One of my sites they were really hacking. It's a funeral home website and the guestbook I wrote is what they were hacking. Which I knew might possibly happen since the guestbook is out there for anyone to sign. They were putting in viagra links and other stuff under peoples names. The other...
Does anyone know of a good secure hosting provider for coldfusion websites? I'm currently with ixwebhosting and all my websites are getting hacked. I was wondering if anyone might have any ideas of a good hosting company.
Thanks in advance,
Kelly
I'm trying to figure out a way to alert users when exiting out of a website. The only thing I can think of to use is javascript. The website is done in just plain html. When you click on a button I want an alert box to pop up letting the user know they will be leaving this website. How can I...
Thank you so much works great! Just for future reference how could I have two tables one field with my personid as autonumber and the second table's personid as an autonumber field. When I update the second table I insert my personid value from the first table into my personid in the second...
Personid in my Obits table is an autonumber.
Personid in my Guestbook table is a text.
How can I get passed that error without changing the database types. I need to keep the guestbook personid as a text field since I'm just updating that field with the obits personid when I do updates.
Thanks so much for responding!!
I put in the following query:
<cfquery datasource="#DSN#" name="getobit">
SELECT Obits.Personid,
Obits.FirstName,
Obits.MiddleName,
Obits.LastName,
Obits.DateOfDeath,
Guestbook.personid,
Guestbook.condolences
FROM Obits...
Hi all,
I'm trying to do something very simple but I'm having a major brain freeze. I have two access tables and I'm trying to read data from both and display the information. My primary key in both tables is personid. My first table(obits) I want to get firstname, lastname, personid...
I'm trying to display information from my access database by only displaying fields that are in the database for 90 days. I have a creation date which is the field I'm doing the 90 day compare on. Is there a quick and easy way to do this?
Thanks in advance,
Kelly
Yes I did spot the difference when I reposted the query I had put back in the tick marks. Sorry If I mislead you. When I try it without the tick marks like this:
###DateFormat(DOB, "MM/DD/YYYY")###
I get the following error:
Syntax error in date in query expression '##'.
SQL = "Insert...
If I do what you said I get the same error. This is now what my sql looks like.
Insert into Obits
(FirstName,
MiddleName,
LastName,
DOB,
DeathDate,
BirthCity,
BirthState,
Visitation,
FuneralMass,
Cemetery,
<cfif isDefined("Picture")><cfif...
I'm using an access database and have the date fields set to datetime. I know if I change these to text I will not get an error but I want them defined as Datetime. Every time I do an insert I get the following error:
ODBC Error Code = 22005 (Error in assignment)
[Microsoft][ODBC Microsoft...
I'm wondering if anyone might know of where I can purchase a coldfusion application that will give me the ability to post Obituaries, give condolences, view condolences, etc.... Any help in this matter would be greatly appreciated.
Thanks Again vongrunt!! I know this code is messed up!! We didn't write it we bought the product and you know how that goes!! I have found a couple more things in the javascript that were not coded correctly. I have gotten passed the errors I requested your help on again Thank you!! Going...
Thanks vongrunt that got me passed that error. Now I'm getting another one!!!! Arggggggg!!!! I'm not very good with Javascript I'm just learning so I'm pulling my hair out!!
The next error is this:
Line: 108
Char: 3
Error: Syntax Error
Code: 0
Line 108 is the first if statement after the...
I have a web application that is written in .asp when I hit on one of the web controls to allow me to upload a .pdf I keep getting the following error:
Line: 39
Char: 43
Error: Syntax Error
Code: 0
Here is my code that I am using. Line 39 is where the code var sCheckFlag = ""; is at...
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.