AstroPower
Programmer
Hello all;
Does any one know what is the problem with this SQL insert:
It gives error in the ASP page
Does any one know what is the problem with this SQL insert:
Code:
rsAppData2.Source ="INSERT INTO Data (FName,Serial,email) VALUES ('" & Request.Form("FName") & "','" & Request.Form("Serial") & "','" Request.Form("email") & "')"
It gives error in the ASP page