Try
SET rs=Conn.execute(sql)
: hi,I can't run this sql statement in asp page.
: <%
: Dim hesap
: .........
: .........
: hesap="'*"+(Request.form("ad"))+"*'"
:
: sql="select * from kutuphane where ISMI Like "+ hesap
: 'kutuphane is table name and ISMI is a field
:
:
rs=Conn.execute(sql)
: .................
: ...............
: %>
: it works but gives nothing on pages.
: So I can't run any LIKE statement in asp pages.
: Any help will be greataly appreciated.Best regards.
:
:
:
: