Hi I'm getting the below error message when i try to initialize dataview object

An unhandled exception of type 'System.Data.SyntaxErrorException' occurred in system.data.dll

Additional information: Syntax error: Missing operand after 's' operator.

I use the following code

Dim dv As New DataView(ds.Tables("Files"), "URL = '" & strFile & "'", "ID", DataViewRowState.CurrentRows)