not adding to database
am 24.04.2006 16:21:35 von Varun Jain
hi,
i was creating an asp page that is supposed to add some registration data to
a database. however, it is not adding to the database nor is it giving any
errors. this is really wierd. although, it is reading from the database.
i have attached the code for three files below
Register.asp
AddUser.asp
V2E2Connection.asp
Register.asp:
---------------------------
<%Session("blnValidUser")=True%>
Registration page
Register to V2E2
Re: not adding to database
am 29.04.2006 15:49:06 von Emil Cristen
Varun Jain schreef:
> hi,
> i was creating an asp page that is supposed to add some registration data to
> a database. however, it is not adding to the database nor is it giving any
> errors. this is really wierd. although, it is reading from the database.
>
> i have attached the code for three files below
> Register.asp
> AddUser.asp
> V2E2Connection.asp
>
> Register.asp:
> ---------------------------
>
>
>
>
>
>
>
> <%Session("blnValidUser")=True%>
> Registration page
>
>
>
>
> Register to V2E2
>