Bug #14446 | 230000 DUPLICATE ENTRY 'xxxxxxx' FOR KEY 1 | ||
---|---|---|---|
Submitted: | 28 Oct 2005 22:52 | Modified: | 29 Nov 2005 16:00 |
Reporter: | oscar de la cruz | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.15 | OS: | Windows (WIN XP SP1) |
Assigned to: | CPU Architecture: | Any |
[28 Oct 2005 22:52]
oscar de la cruz
[29 Oct 2005 16:00]
Valeriy Kravchuk
Thank you for a problem report. Sorry, but this only subroutine is absolutely not enough for anybody to repeat the problem you wrote about. Please, send the resutls of the SHOW CREATE TABLE statement for the table you are trying to insert into, the INSERT statement itself (those "cmd" text): cmd.Parameters.Add("?pIdEmpleado", TextBox1.Text) cmd.Parameters("?pIdEmpleado").Direction = ParameterDirection.Input cmd.Parameters.Add("?pNombre", TextBox2.Text) cmd.Parameters("?pNombre").Direction = ParameterDirection.Input i = cmd.ExecuteNonQuery() and typical parameter values. Do you have any data in that table already? Please, send the dump. You may use File tab for that.
[30 Nov 2005 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".