Server Error in '/' Application.

ORA-00936: missing expression

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.OracleClient.OracleException: ORA-00936: missing expression


Source Error:


Line 147: Line 148: DA.SelectCommand.CommandText = "select JobTitle_AR from Jobs where id=" & Request("d") Line 149: Label3.Text = " الوظيفة : " & HClass.RoyalDecode(DA.SelectCommand.ExecuteScalar) Line 150: If cn.State <> ConnectionState.Closed Then cn.Close() Line 151: End If

Source File: C:\inetpub\wwwroot\AR\AppCareers.aspx.vb    Line: 149

Stack Trace:


[OracleException (0x80131938): ORA-00936: missing expression ] System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle errorHandle, Int32 rc) +337049 System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, Boolean needRowid, OciRowidDescriptor& rowidDescriptor, ArrayList& resultParameterOrdinals) +1052 System.Data.OracleClient.OracleCommand.ExecuteScalarInternal(Boolean needCLStype, Boolean needRowid, OciRowidDescriptor& rowidDescriptor) +119 System.Data.OracleClient.OracleCommand.ExecuteScalar() +111 AppCareers.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\AR\AppCareers.aspx.vb:149 System.Web.UI.Control.OnLoad(EventArgs e) +95 System.Web.UI.Control.LoadRecursive() +59 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4057.0