Click here to Skip to main content
15,911,132 members

Comments by Member 10627757 (Top 2 by date)

Member 10627757 4-Oct-16 14:49pm View    
UPDATE MyTable SET MyColumn = MyNewValue, MyOtherColumn = MyOtherNewValue WHERE MyROwIDColumn=TheIDOfTheColumnToChange



Will update add data to the Mysql database if record does not exist. This form is also used to insert new data.
Member 10627757 4-Oct-16 14:24pm View    
I am totally new to c# and I am following youtube videos and that is the way he has it done. Thanks for your advice and I will read up on it. When you say Never concatenate strings could you give me an example of what it shoud look like