I hope some oneout there can help me. I have been trying to get this code to work for a week and it won't.
First I have to say that I am new to asp so bear with me.
I have attached a page that I keep getting two errors on. This page is for editing, adding and deleting records in a database table.
My errors occur in the UPDATE and INSERT INTO section of the code.
I believe it has to do with the fact that my fields in the database called Start_Date and End_Date are of Date/Time datatypes.
The errors I get are as follows:
For the INSERT INTO section: Syntax error in INSERT INTO statement.
and for the UPDATE section: Syntax error in UPDATE statement.
If someone could look at my page and tell me what is wrong, I would really appreciate it.
I got this code from another guy, so if you have questions that are involved, I don't know if I can answer them.
Thanks,
Gary