Search results for query: *

  • Users: Noremacam
  • Content: Threads
  • Order by date
  1. Noremacam

    Question html table to data table?

    I haven't done much string/html manipulation before so sorry if I'm slow. I've managed to copy a webpage source into a string and I want to take one of the tables(unfortunately embedded in other tables) and make a datatable out of it, or something similar, so that I can read all the values...
  2. Noremacam

    Question intentional UPDATE exception

    This question may not be specific to mysql. How do I make an UPDATE statement that will throw an exception if zero rows are affected by the update? Or is there an alternative that I'm missing?:confused:
  3. Noremacam

    Question NumericUpDown "selectall"?

    How do I make the text(or value?) selected when I focus on the control? Textboxes have the "selectall" feature, where the NUD does not.
  4. Noremacam

    help keeping listview selection after refresh

    I've searched the forum but couldn't find an answer, so I hope this isn't a duplicate. I have a listview(set as a details view) that is generated from a query to my database. I have a timer set to, every 5 minutes query the database and refresh the listview with a fresh copy, so that if someone...
  5. Noremacam

    Question exceptions in column sorting

    I'm using the same method to sort my listview columns as here. I want to sort a column of dates, but I have an exception. I'm pulling the dates from the database, and when they come back null, I replace the text with "Incomplete"(the dates are for completion dates). I thought this would save a...
  6. Noremacam

    Question How to Sanitize textboxes for mysql commands

    Hello, I'm a noob when it comes to programming with mysql(I understand databases, but I don't really understand the sql syntax very well). I'm creating a database application, and I want to UPDATE a row with all the fields from various textboxes. How do I sanitize the strings from the textboxes...
Back
Top