Search results for query: *

  1. J

    Question Update Statement has no Errors but it Doesn't Work

    yes i can see but it doesn't save.. it says it has been updated but when i look at my database nothing has change. ad.UpdateCommand = new OleDbCommand("update Attendance_Records set " + " [Time_Out] = @Time_Out " + " where Emp_id = @Emp_id and Date = @Date", cn); thats my connection string
  2. J

    Question Update Statement has no Errors but it Doesn't Work

    my database table has ID, Emp_id, Lname, Fname, Mname, Time_In,(this is for AM time) Time_Out, (For AM time) TimeIn,(for PM time) TimeOut,(for PM time) Date i like to save time in and time out for both AM and PM in one Row for a specific Emp_id per day
  3. J

    Question Update Statement has no Errors but it Doesn't Work

    when i run my update code it says successfully updated but when i try to see my database , nothing has been updated. will someone please help me what to do. im just a beginner i don't know how will i fix this try { this.time2.Text =...
Back
Top Bottom