Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30205: End of statement expected.

Source Error:


Line 11:             Dim dbConnection As System.Data.IDbConnection = New System.Data.OleDb.OleDbConnection(connectionString)
Line 12:     
Line 13:             Dim queryString As String = "SELECT 'Alberto Sughi <br><b>  '  RTRIM(Titolo)   '<br> </b>'  RTRIM (Tecnica) ''   ', '  RTRIM (Misura) ''   '<br> ('  RTRIM(Anno) ')'  '<br> <br> <br> <br> <br> <br> <br>' AS Caption_A, IDpaintings, Titolo, Tecnica, Misura, Anno FROM jpgs WHERE Tecniche = 'Oli' AND Titolo LIKE 'ºr%' Or Tecniche = 'Acrilici' AND Titolo Like 'ºr%'  Or Tecniche = 'Pastelli' AND Titolo Like 'ºr%'ORDER BY " & sortBy   " Desc "
Line 14:             Dim dbCommand As System.Data.IDbCommand = New System.Data.OleDb.OleDbCommand
Line 15:             dbCommand.CommandText = queryString

Source File: \\smb-whst-www01\whst_www01$\DDA04B\user\albertosughi.com\f_datagrids\night_clubs.aspx    Line: 13





Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062