Unexpected end of SQL command
424865Jul 7 2004 — edited Jul 7 2004Hi,
I am getting this error:
Oracle Automation error '800a01b8'
SQL execution error, ORA-00921: unexpected end of SQL command
It's pointing to the select statement:
<%
Set OraDynaset = OraDatabase.CreateDynaset(_
"select * from ASCP_USERS where USER_NAME=" &fID, cint(0))
%>
I just starting working with Oracle using ASP..and can't figure it out.
Any ideas how to solve the problem.
Thanks