Judging by the log file, on the server running SQL query:
to the database using the connection string:SELECT * FROM loaninfo where id = 1
The server returns a response:Server=localhost;Database=lms;Port=3306;User=*********;Password=**********;
Please check the connection string (user name and password, database name) and SQL query.Data not found
Thank you.