Search results for query: *

  1. J

    Compare two strings

    I have a text box that I can input multiple lines of numbers in. I want to compare each line of numbers against my dataset to find a match. If it matches it should update my database. My pseudo code should be something like this- Get input from textbox Index number of inputs from text...
  2. J

    Source database not updated using data adapter, data set

    My code appears to be working as expected except for getting the column/field named "Foundstone" to update in the source database. I am trying to figure out what I am doing wrong. I am not seeing any errors or exceptions being thrown. I have used this tutorial as a basis for my learning...
Back
Top