arSQL = "Select * FROM ARTICLES WHERE cat_id= " &cint(id)&""
bu şekilde halloldu teşekkürler
2 uygun sonuç bulundu
- 18 Eki 2005 03:04
- Forum: Web Tabanlı Diller(PHP, ASP vb..)
- Başlık: Sözdizimi hatası (eksik işleç)
- Cevaplar: 2
- Görüntüleme: 2836
- 18 Eki 2005 04:17
- Forum: Web Tabanlı Diller(PHP, ASP vb..)
- Başlık: Sözdizimi hatası (eksik işleç)
- Cevaplar: 2
- Görüntüleme: 2836
Sözdizimi hatası (eksik işleç)
<%
id = Request.QueryString("catid")
Set crs = Server.CreateObject("ADODB.RecordSet")
cSQL = "Select * FROM ARTICLE_CATS WHERE cat_id = "&id&""
crs.open cSQL,Connection,3,3
Set ars = Server.CreateObject("ADODB.RecordSet")
arSQL = "Select * FROM ARTICLES WHERE cat_id= "&id&" AND a_approved = True ...
id = Request.QueryString("catid")
Set crs = Server.CreateObject("ADODB.RecordSet")
cSQL = "Select * FROM ARTICLE_CATS WHERE cat_id = "&id&""
crs.open cSQL,Connection,3,3
Set ars = Server.CreateObject("ADODB.RecordSet")
arSQL = "Select * FROM ARTICLES WHERE cat_id= "&id&" AND a_approved = True ...