merhaba arkadaslar ben acemiyim bi hazir asp scripti indirdim 3 ay once fakat resimler gorunmuyor yani veri tabanindan isim cagriliyor sayfada gosteriyor ama resim bi turlu gosterilmiyor her turlu yolu denedim fakat olmadi bi yardimci olacak arkadas varmi kodun neresi yanlis simdiden tesekkur ederim



<%Set Conn = Server.CreateObject("ADODB.Connection")
DSNtest="DRIVER={Microsoft Access Driver (*.mdb)}; "
DSNtest=dsntest & "DBQ=" & Server.MapPath("/db/db.mdb")
Conn.Open DSNtest
%>

<!-- deneme -->

<%
function en_son()
set rx = Baglantim.execute("select * from urun order by id desc limit 30 ")
%>

<!-- view -->
<%
KacarliSira = 1 ' sýralama sayýsý
KacTane = 4 ' asagý sýralama sayýsý ustekinin katý olmak zorundadýr 4 se 12 16 20 gibi
%>
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table1" height="165">
<tr><% for sayac=1 to KacTane %>
<td height="165">
<!-- resim kýsmý -->
<table cellpadding="0" cellspacing="0" width="111" height="147" onmouseover="bgColor='#F5F5F5'" onmouseout="bgColor='#EEEEEE'" bgcolor="#EEEEEE" >
<!-- MSTableType="nolayout" -->
<tr>
<td height="129" style="border-style: solid; border-width: 1px">
<p align="center">
<img border="1" onclick="window.location.href='?M=Detay&ID=<%=rx(" id")%>&=<%=seo_temizle(rx("adi_eng"))%>'" src="game_img<%=rx("resim")%>" onMouseOver="this.style.cursor='hand'" width="97" height="105"></td>
</tr>
<tr>
<td height="18" style="border-style: solid; border-width: 1px" align="center'" onmouseover="bgColor='#FFFF66'" onmouseout="bgColor='#FFCC00'" bgColor=#FFCC00>
<font id=font2><b><a target="_blank" href="?M=Detay&ID=<%=rx("id")%>&=<%=seo_temizle(rx ("adi_eng"))%>.html">
<table cellpadding="0" cellspacing="0" width="100%">
<!-- MSTableType="nolayout" -->
<tr>
<td height="1">
<p align="center">
<font id=font2><b>
<a target="_blank" href="?M=Detay&ID=<%=rx("id")%>&=<%=seo_temizle(rx ("adi_eng"))%>.html" style="text-decoration: none">
<font color="#FFFFFF"><%=link_temizle(rx("adi_eng"))%></font></a></b></font></td>
<% if i mod 3=0 then %>
</tr>
<tr>
<% end if %>
<% rx.movenext
loop

rx.close


%>

</tr>
</table>
</a></b></font></td>
</tr>
</table>