Kod:
<%
ip = request.servervariables("remote_addr")
Sorgu="Select * From ip where ip="&ip&""
Rs.Open Sorgu,bag,1,3
ipsonuc=False
do while (not rs.eof)
if id=rs("vid") then
ipsonuc=True
end if
rs.movenext
Loop
rs.close
%>
bu şekilde bir sorgul oluşturmak istiyorum ama
Kod:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Sürücüsü] 'ip=127.0.0.1' sorgu ifadesi içindeki Sayıda sözdizimi hatası
bu şekilde bir hata alıyorum bunun nedeni ve çözümü nedir ilgilenenlere teşekkürler