הוא נותן לי את ההודעת שגיאה הזאת:
error '80020009' Exception occurred. /xHE/pages/PrintJewel.asp, line 12
|
<% makat = request.querystring("makat") set Con=Server.CreateObject("adodb.connection") Con.Open "DBQ=" & Server.Mappath("../../db/jewel.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};" set rs=server.createobject("ADODB.recordset") set rs=con.execute( "select * from jewels where makat='"&makat&"%'") %> <center><table border="0" cellpadding="0" cellspacing="0" width="539" dir="rtl"> <tr> <td width="240" rowspan="3" style="border-style: none; border-width: medium" dir="rtl"> <p dir="rtl"> <% response.write("<img src='../../images/catalog/big/"&rs("picture")&"'>") %></td> <td width="360" colspan="2" style="border-style: none; border-width: medium" dir="rtl"> <p dir="rtl"><% response.write(""&rs("namehe")&"") %></td> </tr> <tr> <td width="106" style="border-style: none; border-width: medium" align="right" dir="rtl"> <p dir="rtl"><b><font face="Arial"> <span lang="he">מק"ט:</span></font></b></td> <td width="254" style="border-style: none; border-width: medium" dir="rtl"> <p dir="rtl"><font face="Arial"><% response.write("" & makat & "") %></font></td> </tr> <tr> <td width="106" style="border-style: none; border-width: medium" align="right" dir="rtl"> <p dir="rtl"><b><font face="Arial"> <span lang="he">פרטים נוספים:</span></font></b></td> <td width="254" style="border-style: none; border-width: medium" dir="rtl"> <textarea dir=rtl border="0" style="background:#ffffff;font-family: arial; font-size: 13px;" readonly rows="4" cols="39"> <% response.write ""&rs("desche")&"" %> </textarea></td> </tr> </table>
|