Search results for query: *

  1. P

    Login Authentication with no sql injection

    I made a login with authentication in DotNet windows forms app and I'm trying to do my best to guard the database from SQL injection attacks, but it seems like there was a wrong logic in my code. Any help would be appreciated private void BtnLogin_Click(object sender, EventArgs e) //user login...
  2. P

    Resolved how to implement reset identity seed after deleting records in a CRUD system

    Hello, I have here a simple CRUD system connected to my Postgres database. I noticed that every time I inserted a new record it will assign a new ID number next to the previous one, then after I deleted that record the ID number is no longer usable, when you add a new record it will assign the...
Back
Top Bottom