Aspde Veri Tabanından Veri alamıyorum

semizoglu54club
19-12-2009, 19:28   |  #1  
semizoglu54club avatarı
OP Üye
Teşekkür Sayısı: 0
59 mesaj
Kayıt Tarihi:Kayıt: Ara 2009

bu index.asp nin kodları
<%  
Set veritabani = Server.CreateObject("adodb.connection")
veritabani.open "Provider=Microsoft.ACE.OLEDB.12.0;Data source=C:\Inetpub\wwwroot\ASPKOD\DataBase.accdb"

Set IlkSorgu = Server.CreateObject("ADODB.Recordset")
IlkSorguSql = "Select stID,StMetin from tbMetin Where stID='1'"
IlkSorgu.Open IlkSorguSql,veritabani
%>

bu da edit.asp nin kodları

<%  
Set veritabani = Server.CreateObject("adodb.connection")
veritabani.open "Provider=Microsoft.ACE.OLEDB.12.0;Data source=C:\Inetpub\wwwroot\ASPKOD\DataBase.accdb" 

Set IlkSorgu = Server.CreateObject("ADODB.Recordset")
IlkSorguSql = "Select * from tbMetin Where stID='"& Request.QueryString("id")&"'"
IlkSorgu.Open IlkSorguSql,ugur

if Request.QueryString("cmd") = "Guncelle" then
Set Guncelle = Server.CreateObject("ADODB.Recordset")
GuncelleSql = "Select * from tbMetin Where stID=0"& Request.QueryString("id")&"'"
Guncelle.Open GuncelleSql,veritabani,1,3
Guncelle.Update
Guncelle("stDate") = Date
Guncelle("stUser") = Session("UserName")
Guncelle("stMetin") = Request.Form("Metin")
Guncelle.Update
end if
%> 

amacım index.asp de edit yazısı yazdım ona tıklayınca küçük 500*300 lük popup pencere açılıyor burada boş metin kutusu var oraya yazı yazdığımda index.asp deki yazı kısmımda değişiklik olsun istiyorum yani her seferinde dreamweaveri açıpta ordan değiştiripte hosta atmak istemiyorum böyle birşey yapıp hosttayken ordan veri girmek istiyorum sayfayı yenileyincede verim gözüksün istiyorum cevap verirseniz sevinirim hata alıp duruyorum sabahtan beride uğraşıyorum hatalar şu şekilde
Sayfa görüntülenemiyorErişmeye çalıştığınız sayfayla ilgili bir sorun olduğundan sayfa görüntülenemiyor.


Lütfen aşağıdakileri deneyin:
  • Yenile düğmesini tıklatın ya da daha sonra yeniden deneyin.
  • localhost anasayfasını açın ve istediğiniz bilgilere ilişkin bağlantıları arayın.
HTTP 500.100 - İç Sunucu Hatası - ASP hatası
Internet Information Services
Teknik Bilgiler (destek personeli için)Hata Tipi:
Microsoft Office Access Database Engine (0x80040E07)
Ölçüt ifadesinde veri türü uyuşmazlığı.
/index.asp, line 7 Tarayıcı Tipi:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0 Sayfa:
GET /index.asp Saat:
19 Aralık 2009 Cumartesi, 19:28:31  Ek bilgi:
Microsoft Destek

semizoglu54club
20-12-2009, 12:22   |  #2  
semizoglu54club avatarı
OP Üye
Teşekkür Sayısı: 0
59 mesaj
Kayıt Tarihi:Kayıt: Ara 2009

bunu çözdüm şimdide şöyle bir hata alıyorum


Sayfa görüntülenemiyorErişmeye çalıştığınız sayfayla ilgili bir sorun olduğundan sayfa görüntülenemiyor.


Lütfen aşağıdakileri deneyin:
  • Yenile düğmesini tıklatın ya da daha sonra yeniden deneyin.
  • localhost anasayfasını açın ve istediğiniz bilgilere ilişkin bağlantıları arayın.
HTTP 500.100 - İç Sunucu Hatası - ASP hatası
Internet Information Services
Teknik Bilgiler (destek personeli için)Hata Tipi:
Microsoft Office Access Database Engine (0x80040E07)
Ölçüt ifadesinde veri türü uyuşmazlığı.
/index.asp, line 7 Tarayıcı Tipi:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.38 Safari/532.0 Sayfa:
GET /index.asp Saat:
20 Aralık 2009 Pazar, 12:21:34  Ek bilgi:
Microsoft Destekveri uyusmazlığı diyor bu ne ya dünden beri uğraşıyom kafayı yicem lütfen acill yardım edermisiniz

eolos
20-12-2009, 12:48   |  #3  
Yıllanmış Üye
Teşekkür Sayısı: 0
2,036 mesaj
Kayıt Tarihi:Kayıt: May 2006

sayfanın yaptığınız işlemlerden sonra  yönlenmesi gereken sayfayı belittinizmi ?

semizoglu54club
20-12-2009, 14:34   |  #4  
semizoglu54club avatarı
OP Üye
Teşekkür Sayısı: 0
59 mesaj
Kayıt Tarihi:Kayıt: Ara 2009

nasıl yapacam ben aspde yeniyimde daha doğrusu geçen sene derste öğrenemedim bu sene heves ettim öğrenmeye çalışıyorum ben ne yaptığımı anlatayım. anasayfanın altına edit yazdım ona basınca 500*300lük sayfada edit.asp gelcek ondada form var yazı kutucuğu ona yazıyı yazacağım güncelle diyeceğim anasayfaya reflesh ettiğimde sayfadaki yazı değişcek öyle istiyorum istiyorsanız diğer kodlarıda yapıştırayım nerede yanlış yaptığıma bakalım

eolos
20-12-2009, 15:08   |  #5  
Yıllanmış Üye
Teşekkür Sayısı: 0
2,036 mesaj
Kayıt Tarihi:Kayıt: May 2006

öğreniyorsanız kodları kendiniz yazın ama size fikir vereyim sadece açılan sayfanın altına buton koyun yazınızı yazıp butona tıklayınca data baseden cektiğiniz verinin geldiği yeri güncelleyin. sonra yazı databaseden geldiği için zaten ana sayfadaki yer de güncellenecek. Biraz zor olacak ama yapılabilir

semizoglu54club
20-12-2009, 16:26   |  #6  
semizoglu54club avatarı
OP Üye
Teşekkür Sayısı: 0
59 mesaj
Kayıt Tarihi:Kayıt: Ara 2009

ben yukarıdaki hataların hepsini giderdim bu seferde küçük popup pencere çıkıyor metin yerine yazı yazıyorum güncelle diyorum hata veriyor ben pek anlamam aspden video izleyerek yapıyorum videoyu hazırlayanın access 2003 benimki 2007 hep ondan dolayı sorun çıkıyor şimdide GuncelleSql oluşturdum onu tanımıyor ben edit.asp nin kodlarını yazayım siz direk şurayı düzeltin diyin düzeltiyim ağlamak üzereyim artık :)

edit.asp

<% 
Set Sima = Server.CreateObject("adodb.connection")
Sima.open "Provider=Microsoft.ACE.OLEDB.12.0;Data source=C:\Inetpub\wwwroot\ASPKOD\Asp\database\DataBase.accdb"

Set IlkSorgu = Server.CreateObject("ADODB.Recordset")
IlkSorguSql = "Select stID,stMetin from tbMetin where stID="&Request.QueryString("id")&""
IlkSorgu.Open IlkSorguSql,Sima

if Request.QueryString("cmd") = "Guncelle" Then
Set Guncelle = Server.CreateObject("ADODB.Recordset")
GuncelleSql = "Select stMetin from tbMetin Where stID="& Request.QueryString("id")&""
Guncelle.Open ugur,Sima,1,3
Guncelle.Update
Guncelle("stDate") = Date
Guncelle("stUser") = Session("UserName")
Guncelle("stMetin") = Request.Form("Metin")
Guncelle.Update
Response.Redirect("edit.asp?cmd=True&id="& Request.QueryString("id")&"")
end if

%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {

font-size: 12px;

font-weight: bold;

color: #FF0000;
}
-->
</style>
</head>
<body>
<form id="form1" name="form1" method="post" action="edit.asp?id=<% = Request.QueryString("id")%>&cmd=Guncelle">
  
<table width="442" border="0" cellpadding="5" cellspacing="5">
<tr>
<td><label>
        <textarea name="Metin" cols="50" rows="10" id="Metin"><%=IlkSorgu("stMetin") %></textarea>
      </label></td>
</tr>
<tr>
<td><label>
<div align="center">
          <input name="Guncelle" type="submit" id="Guncelle" value="Guncelle" />
          <input name="Temizle" type="reset" id="Temizle" value="Temizle" />
        </div>
</label></td>
</tr>
<tr>
<td>
<div align="center" class="style1">

 <% if Request.QueryString("cmd") = "True" Then %>

 Sayfa Basarı İle Güncellenmiştir.          <% end if %>           </div>
</td>
</tr>
</table>
</form>
</body>
</html>
<%Sima.Close%><

semizoglu54club
20-12-2009, 16:39   |  #7  
semizoglu54club avatarı
OP Üye
Teşekkür Sayısı: 0
59 mesaj
Kayıt Tarihi:Kayıt: Ara 2009

bu da ana sayfamın kodu ama o çalışıyor sorun yok onda bakın diye koyuyorum

<% 
Set Sima = Server.CreateObject("adodb.connection")
Sima.open "Provider=Microsoft.ACE.OLEDB.12.0;Data source=C:\Inetpub\wwwroot\ASPKOD\Asp\database\DataBase.accdb"

Set IlkSorgu = Server.CreateObject("ADODB.Recordset")
IlkSorguSql = "Select stID,stMetin from tbMetin where stID=9"
IlkSorgu.Open IlkSorguSql,Sima


%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<title>Asp Deneme</title>
<meta http-equiv="Content-Type" content="text/html;">
<script language="javascript">
<!--
function openWin(mypage,myname,w,h,scroll){
LeftPosition = 10 ;
TopPosition = 10 ;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',noresizable'
win = window.open(mypage,myname,settings)
if(win.window.focus){win.window.focus();}
}

-->
</script>
<style type="text/css">
<!--
a:link {

text-decoration: none;
}
a:visited {

text-decoration: none;
}
a:hover {

text-decoration: none;
}
a:active {

text-decoration: none;
}
-->
</style>
</head>
<body bgcolor="#ffffff" topmargin="0">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="473" 
style="border-collapse: collapse" bordercolor="#111111">
<!-- fwtable fwsrc="WORLDS~1.PNG" fwbase="index.gif" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
<tr>
<td height="1"><img src="../html/images/spacer.gif" width="10" height="1" border="0"></td>
<td height="1"><img src="../html/images/spacer.gif" width="5" height="1" border="0"></td>
<td height="1"><img src="../html/images/spacer.gif" width="127" height="1" border="0"></td>
<td height="1"><img src="../html/images/spacer.gif" width="6" height="1" border="0"></td>
<td height="1"><img src="../html/images/spacer.gif" width="13" height="1" border="0"></td>
<td height="1"><img src="../html/images/spacer.gif" width="6" height="1" border="0"></td>
<td height="1"><img src="../html/images/spacer.gif" width="102" height="1" border="0"></td>
<td height="1"><img src="../html/images/spacer.gif" width="343" height="1" border="0"></td>
<td height="1"><img src="../html/images/spacer.gif" width="6" height="1" border="0"></td>
<td height="1"><img src="../html/images/spacer.gif" width="12" height="1" border="0"></td>
<td height="1"><img src="../html/images/spacer.gif" border="0" width="1" height="1"></td>
</tr>
<tr>
<td colspan="7" background="../html/images/top-back.gif" height="95"><img name="index_r1_c1" 
src="../html/images/index_r1_c1.gif" border="0" width="269" height="95"></td>
<td colspan="3" background="../html/images/top-back.gif" height="95"><img name="index_r1_c8" 
src="../html/images/index_r1_c8.gif" border="0" width="361" height="95"></td>
</tr>
<tr>
<td colspan="10" bgcolor="#206181" valign="top" height="13"></td>
</tr>
<tr>
<td rowspan="4" bgcolor="#206181" valign="top" height="319"></td>
<td valign="top" height="5">
<p align="left"><img name="index_r3_c2" src="../html/images/index_r3_c2.gif" border="0" width="5" 
height="5"></td>
<td rowspan="2" bgcolor="#00CCFF" valign="top" height="6"></td>
<td rowspan="2" valign="top" height="6">
<p align="right"><img name="index_r3_c4" src="../html/images/index_r3_c4.gif" border="0" 
width="6" height="6"></td>
<td rowspan="4" bgcolor="#206181" valign="top" height="319"></td>
<td rowspan="2" valign="top" height="6">
<p align="left"><img name="index_r3_c6" src="../html/images/index_r3_c6.gif" border="0" width="6" 
height="6"></td>
<td rowspan="2" colspan="2" bgcolor="#00CCFF" valign="top" height="6"></td>
<td rowspan="2" valign="top" height="6">
<p align="right"><img name="index_r3_c9" src="../html/images/index_r3_c9.gif" border="0" 
width="6" height="6"></td>
<td rowspan="4" bgcolor="#206181" valign="top" height="319"></td>
</tr>
<tr>
<td rowspan="2" bgcolor="#00CCFF" valign="top" height="307"></td>
</tr>
<tr>
<td bgcolor="#00CCFF" valign="top" height="306">
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" 
style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="89%" 
id="AutoNumber1">
<tr>
<td width="100%" 
style="border-left: medium none #111111; border-right: medium none #111111; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" 
bgcolor="#1B536D" align="center">
<p style="margin-top: 2; margin-bottom: 2"><b><font face="Arial" size="2" color="#FFFFFF">
Main Menu</font></b></td>
</tr>
<tr>
<td width="100%" 
style="border-left: 1px none #111111; border-right: 1px none #111111; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium">
<p style="margin: 1 5" dir="ltr"><font face="Arial" size="2" color="#111111">Ana Sayfa </font></td>
</tr>
<tr>
<td width="100%" 
style="border-left: 1px none #111111; border-right: 1px none #111111; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium">
<p style="margin: 1 5"><font color="#111111" size="2" face="Arial">Hakk&#305;m&#305;zda</font></td>
</tr>
<tr>
<td width="100%" 
style="border-left: 1px none #111111; border-right: 1px none #111111; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium">
<p style="margin: 1 5"><font face="Arial" size="2" color="#111111">Web Tasar&#305;m </font></td>
</tr>
<tr>
<td width="100%" 
style="border-left: 1px none #111111; border-right: 1px none #111111; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium">
<p style="margin: 1 5"><font face="Arial" size="2" color="#111111">Flash</font></td>
</tr>
<tr>
<td width="100%" 
style="border-left: 1px none #111111; border-right: 1px none #111111; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium">
<p style="margin: 1 5"><font face="Arial" size="2" color="#111111">&#304;letisim</font></td>
</tr>
</table>
</center>
</div>
<p style="margin-top: 0; margin-bottom: 0"> </p>
</td>
<td bgcolor="#00CCFF" valign="top" height="306"></td>
<td bgcolor="#00CCFF" valign="top" height="306"></td>
<td colspan="2" bgcolor="#ffffff" valign="top" height="306">
<table border="1" cellpadding="0" cellspacing="0" 
style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" 
id="AutoNumber3">
<tr>
<td width="100%" bgcolor="#00CCFF" style="border-style: none; border-width: medium">
<p align="center" style="margin-top: 5"><b><font face="Arial" size="4" color="#1B536D">
Main Heading Here</font></b></td>
</tr>
<tr>
<td width="100%" bgcolor="#00CCFF" style="border-style: none; border-width: medium">
<p style="margin-top: 9"><font face="Verdana" size="2" color="#111111"><% = IlkSorgu("stMetin") %>
<br>
<br>
<br>
<br>
<p>
<a href='javascript:void(1)' class="acpdf">
Edit</a></td>
</tr>
</table>
</td>
<td bgcolor="#00CCFF" valign="top" height="306"></td>
</tr>
<tr>
<td valign="bottom" height="7">
<p align="left"><img name="index_r6_c2" src="../html/images/index_r6_c2.gif" border="0" width="5" 
height="7"></td>
<td bgcolor="#00CCFF" valign="top" height="7"></td>
<td valign="bottom" height="7">
<p align="right"><img name="index_r6_c4" src="../html/images/index_r6_c4.gif" border="0" 
width="6" height="7"></td>
<td valign="bottom" height="7">
<p align="left"><img name="index_r6_c6" src="../html/images/index_r6_c6.gif" border="0" width="6" 
height="7"></td>
<td colspan="2" bgcolor="#00CCFF" valign="top" height="7"></td>
<td valign="bottom" height="7">
<p align="right"><img name="index_r6_c9" src="../html/images/index_r6_c9.gif" border="0" 
width="6" height="7"></td>
</tr>
<tr>
<td colspan="10" bgcolor="#206181" valign="top" height="19"></td>
</tr>
<tr>
<td colspan="10" bgcolor="#1B536D" height="26">
<p align="center"><b><font size="1" color="#FFFFFF" face="Verdana">Copyright © Your Web 
Company 2003. All Rights Reserved.</font></b></td>
</tr>
</table>
</body>
</html>
<%
Sima.Close
%>