MyArtists = MyArtistDataTable.Select("Select * From TableName Where ColoumnName = " & artistname)
i get this error:
syntax: missing operand after TableName operator

any ideas what is wrong?