DB Connection
The following .asp code sinppet gives error. Dim rs Set rs = Server.CreateObject("ADODB.Recordset") rs.Open "printjob",objConn, adOpenForwardOnly, adLockOptimistic , adCmdTable rs.AddNew rs("jobid") = Request.Form("jobno") rs("closesize") = Request.Form("closize"
Download
Hello, which mySql version is having Views, Procedures & Functions functionality. I think the version 4 is not having this. Thanks & Regards Shrikrishna