Click here to Skip to main content
15,867,686 members
Home / Discussions / C#
   

C#

 
GeneralRe: mysql delete code error Pin
OriginalGriff20-Mar-22 0:37
mveOriginalGriff20-Mar-22 0:37 
GeneralRe: mysql delete code error Pin
Richard MacCutchan20-Mar-22 2:13
mveRichard MacCutchan20-Mar-22 2:13 
GeneralRe: mysql delete code error Pin
N Mohamed rafi20-Mar-22 2:21
N Mohamed rafi20-Mar-22 2:21 
GeneralRe: mysql delete code error Pin
Richard MacCutchan20-Mar-22 2:25
mveRichard MacCutchan20-Mar-22 2:25 
GeneralRe: mysql delete code error Pin
N Mohamed rafi20-Mar-22 1:58
N Mohamed rafi20-Mar-22 1:58 
GeneralRe: mysql delete code error Pin
OriginalGriff20-Mar-22 2:33
mveOriginalGriff20-Mar-22 2:33 
GeneralRe: mysql delete code error Pin
N Mohamed rafi20-Mar-22 2:46
N Mohamed rafi20-Mar-22 2:46 
GeneralRe: mysql delete code error Pin
OriginalGriff20-Mar-22 3:26
mveOriginalGriff20-Mar-22 3:26 
Details are important in development: you need to look in order to see what is there - or you don't find your problems.

Pointing out the problem specifically doesn't teach you to do that - it teaches you to reply on others to do it for you, and you can't grew as a developer based on others doing the "hard bits"

Debugging code is something we all do every day - often several times a day, and occasionally over a period of several days! So start learning how to fix a problem: gather evidence on what is happening, compare that with what you expected, and ask yourself "what do I need to know to find out why?"
Then look for that: form an idea as to why it failed, and make a prediction as you what that implies. Then check that - the debugger is a good tool for that - and see if the way you expected the fault to happen checks out.

Asking others without doing that doesn't help you, not in the long run - it just makes you more dependant on others to fix your problems, and that wastes time and make you look worse than you are.
Have a go with the next one, and see how far you can get - it's not as difficult as it sounds if you just think carefully!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

GeneralRe: mysql delete code error Pin
N Mohamed rafi20-Mar-22 3:46
N Mohamed rafi20-Mar-22 3:46 
GeneralRe: mysql delete code error Pin
N Mohamed rafi20-Mar-22 2:47
N Mohamed rafi20-Mar-22 2:47 
GeneralRe: mysql delete code error Pin
N Mohamed rafi20-Mar-22 3:09
N Mohamed rafi20-Mar-22 3:09 
GeneralRe: mysql delete code error Pin
Dave Kreskowiak20-Mar-22 4:51
mveDave Kreskowiak20-Mar-22 4:51 
GeneralConnection string Error VS to Mysql Pin
N Mohamed rafi18-Mar-22 20:32
N Mohamed rafi18-Mar-22 20:32 
GeneralRe: Connection string Error VS to Mysql Pin
OriginalGriff18-Mar-22 21:04
mveOriginalGriff18-Mar-22 21:04 
GeneralRe: Connection string Error VS to Mysql Pin
N Mohamed rafi18-Mar-22 21:08
N Mohamed rafi18-Mar-22 21:08 
GeneralRe: Connection string Error VS to Mysql Pin
OriginalGriff18-Mar-22 21:17
mveOriginalGriff18-Mar-22 21:17 
GeneralRe: Connection string Error VS to Mysql Pin
N Mohamed rafi18-Mar-22 21:27
N Mohamed rafi18-Mar-22 21:27 
GeneralRe: Connection string Error VS to Mysql Pin
OriginalGriff18-Mar-22 22:35
mveOriginalGriff18-Mar-22 22:35 
GeneralRe: Connection string Error VS to Mysql Pin
N Mohamed rafi18-Mar-22 22:51
N Mohamed rafi18-Mar-22 22:51 
GeneralRe: Connection string Error VS to Mysql Pin
OriginalGriff18-Mar-22 23:07
mveOriginalGriff18-Mar-22 23:07 
GeneralRe: Connection string Error VS to Mysql Pin
N Mohamed rafi18-Mar-22 23:15
N Mohamed rafi18-Mar-22 23:15 
GeneralRe: Connection string Error VS to Mysql Pin
OriginalGriff18-Mar-22 23:28
mveOriginalGriff18-Mar-22 23:28 
GeneralRe: Connection string Error VS to Mysql Pin
N Mohamed rafi19-Mar-22 0:36
N Mohamed rafi19-Mar-22 0:36 
GeneralRe: Connection string Error VS to Mysql Pin
OriginalGriff19-Mar-22 1:14
mveOriginalGriff19-Mar-22 1:14 
GeneralRe: Connection string Error VS to Mysql Pin
Richard MacCutchan19-Mar-22 0:43
mveRichard MacCutchan19-Mar-22 0:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.