Need help to debug application using .Net and MySQL
- by Tim Murphy
What advice can you give me on how to track down a bug I have while inserting data into MySQL database with .Net?
The error message is:
MySql.Data.MySqlClient.MySqlException: Duplicate entry '26012' for key 'StockNumber_Number_UNIQUE'
Reviewing of the log proves that StockNumber_Number of 26012 has not been inserted yet.
Products in use.
…