Search results for query: *

  1. O

    Question Count rows on dataset with WHERE condition

    Solution I'm not sure if it's possible to do what I asked, but I found a way to do what I need. after setting the datasource to the datarepeater, the datarepeater has an itemcount property that returns an integer. Dim intRowCount As Integer...
  2. O

    Question Count rows on dataset with WHERE condition

    Hello, I have a dataset that I search using the dataset.tables("table").Select("WHERE clause") method to query. I then use a datarepeater to display the results. Is there a way to programatically tell if no results are returned? I'm aware of the Dataset.tables.Rows.count, but can this...
Back
Top