DB Connection

2004-04-01 Thread Shrikrishna Sathe
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

2004-04-02 Thread Shrikrishna Sathe
Hello, which mySql version is having Views, Procedures & Functions functionality. I think the version 4 is not having this. Thanks & Regards Shrikrishna