i wanna store in the backend sql server 2000, while validation its not at all stored... i have attached the codings ... pls check....
Code:
trial.asp
<%@ Language=VBScript %>
<%
dim rs
Set Con = Server.CreateObject("ADODB.connection")
con.CursorLocation= 3
con.ConnectionString = "driver={sql server};server=yummy;uid=gal;pwd=gal;database=pubs"
Leave a comment: