Search results for query: *

  1. J

    Compare two strings

    @Ian- Thanks that is helpful and I see what you are saying but I'm not sure that's my main problem right now. I'm trying to get the program to work as expected first and then make corrections for efficiency, security after the fact. I still don't know why my code is dropping to the next...
  2. J

    Compare two strings

    OK, thanks for the feedback. Here's what I am trying to do (and maybe I didn't good a good job explaining)- input numbers into the text box (represented by column a). "A" should check for a match against my dataset (Column b/dsstring) and update the checkbox ("TBP") in my database/dataset...
  3. 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...
  4. J

    Source database not updated using data adapter, data set

    Many thanks for your reply! :joyous: I am embarrassed to say I was looking at the wrong spot. I was looking in my project folder but in the wrong location in the project folder. Sometimes you just need someone to help you see the "forest through the trees" so to speak. Problem resolved...
  5. 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