Hi, An error is been produced in the method "count" after it had been ran this query Dim q = From Art In oTablaArtic _ Where Art.Nombre Like "N*" _ Select Art.Nombre, Art.ID ? q.count Method 'Boolean LikeString(System.String, System.String, Microsoft.VisualBasic.CompareMethod)' has no supported translation to SQL. Thanks
Read More...