Errore server nell'applicazione '/'.

Syntax error (comma) in query expression 'ordine_sessione=36,9'.

Descrizione: Eccezione non gestita durante l'esecuzione della richiesta Web corrente. Per ulteriori informazioni sull'errore e sul suo punto di origine nel codice, vedere la traccia dello stack.

Dettagli eccezione: System.Data.OleDb.OleDbException: Syntax error (comma) in query expression 'ordine_sessione=36,9'.

Errore nel codice sorgente:


Riga 36:         Dim cmd As New OleDbCommand(strSQL, cn)
Riga 37:         'Response.Write(strSQL) : Response.End()
Riga 38:         Dim dr As OleDbDataReader = cmd.ExecuteReader
Riga 39:         dr.Read() 'dr("login")
Riga 40:         If dr.HasRows Then 'Corrisponde al NOT EOF

File di origine: D:\inetpub\webs\congressosicobapp\programma_dettaglio.aspx.vb    Riga: 38

Traccia dello stack:


[OleDbException (0x80040e14): Syntax error (comma) in query expression 'ordine_sessione=36,9'.]
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult hr) +1217017
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) +256
   System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) +216
   System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) +60
   System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +164
   System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) +115
   System.Data.OleDb.OleDbCommand.ExecuteReader() +12
   _Default.Page_Load(Object sender, EventArgs e) in D:\inetpub\webs\congressosicobapp\programma_dettaglio.aspx.vb:38
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Informazioni di versione: Versione di Microsoft .NET Framework:4.0.30319; Versione di ASP.NET:4.8.4690.0