Search results for query: *

  • Users: Moff
  • Order by date
  1. M

    Question Problem with SQL query and RowFilter "SOLVED"

    Thanks for the reply. It now works!! I didn't use String.Replace but since you mentioned culture-sensitive I used String.Format with rowFilters and it worked! This is what I did: view.RowFilter = String.Format(Culture.Info.InvariantCulture.NumberFormat,("BattingAverage >= {0} AND BattingAverage...
  2. M

    Question Problem with SQL query and RowFilter "SOLVED"

    I'm having problem with a school assignment. I'm almost done with my program but I have one problem that I can't solve. The problem is with one of my SQL query's that are supposed to show players with different scores. When running my program I get the following error: Syntax error near...
Back
Top Bottom