Search results for query: *

  • Users: centaur
  • Content: Threads
  • Order by date
  1. C

    Resolved Help with Parallel.ForEach Loop

    This is the first time I use a Parallel.ForEach loop and hoping I can get some help with it. So basically within the Parallel.ForEach loop, I'm doing unit coversions but in the example code below, I am just getting the To / From units to be concatenated which would then be used to select the...
  2. C

    Resolved Search Data Table for Specific Values

    I have created a dynamic unit conversion Data Table, example below, and want to find specific values basically using an intersection type search. gpm_us is the reference unit, in this example, where all other units are converted based on it. For example, let's say I want the "Min" converted...
  3. C

    Question Delete Clause with 'WHERE <>' not working

    I joined C# Developer today and this is my first post. Hello to all! I am creating a database with MS Access as my back-end and C# Win Form using VS 2017 as my front-end. I am having issues with deleting rows in my table using the DELETE clause. Background info: A user enters a search term...
Back
Top Bottom