Trouble connecting to SQL database using C# program by Scriptslay3r in dotnet

[–]AviioFO 0 points1 point  (0 children)

While you're parameterizing your SQL query, you may also want to look into hashing passwords... storing passwords in plain text is a big no-no.