-
1 Attachment(s)
Beginner question!!!
Hi everybody!
I have to make an ASP page for schoolwork but I've got a little problem! Actually a big one because it doesn't work at all! :(
I've posted my ASP code and my DB! I've got an IIS running (I think! Don't know for sure how it works but I'm able to test my code...) and it doesn't give any mistake!
It just won't insert a new row in my DB! :mad:
I would appreciate some help!!!:rolleyes:
-
-
This couldn't have worked because you've used MsgBox;
Code:
Set cnnDB = nothing
Msgbox("Toegevoegd!")
End if
-
1 Attachment(s)
aha, I've got it working now.
You still need to do form validation, because if you enter invalid information, you get a db error.
-
hmmm strange?????
Euhm according to me it seems like it's the same file I posted! I still doesn't work (it doesn't insert a new row in my DB) and I can't find a difference between your code and mine! A mistake?
Pls help me out here...
Thx already
-
1 Attachment(s)
odd
Let me try again
edit:
now it is the correct one:)