walkerdigest
Programmer
sql="select * from tblHastabilgikisisel where id=39193"
set rs=conn.execute(sql)
sql sentence works without where clause(so 2nd sentence works). such an id exists.
if I copy select statement to mssql it runs and finds specific person. but sql statement doesn't work in ASP code
what coulde be the problem.
set rs=conn.execute(sql)
sql sentence works without where clause(so 2nd sentence works). such an id exists.
if I copy select statement to mssql it runs and finds specific person. but sql statement doesn't work in ASP code
what coulde be the problem.