| List: | MySQL and .NET | « Previous MessageNext Message » | |
| From: | Duncan Paul Attard | Date: | November 11 2004 2:05pm |
| Subject: | Problem when inserting unicode records | ||
| View as plain text | |||
I'm having a problem when inserting the following records...
insert into kbase values ('archaic', '', 'reject')
and,
insert into kbase values ('archaic', '', 'reject')
The problem is that the first record is being inserted, but when I try to
insert the second record, I get an error saying:
[test] ERROR 1062: Duplicate entry 'archaic' for key 1
although the first record's keyfield is 'archaic' and not 'archaic'.
I am using MySql Connector/NET beta 2 and C#.
Thanks in advance for your help, and looking foward to hearing
from you.
Duncan Paul Attard.
| Thread | ||
|---|---|---|
| • Problem when inserting unicode records | Duncan Paul Attard | 11 Nov |
| • RE: Problem when inserting unicode records | Reggie Burnett | 11 Nov |
| • RE: Problem when inserting unicode records | Jordan Sparks | 11 Nov |
| • RE: Problem when inserting unicode records | Reggie Burnett | 11 Nov |
| • RE: Problem when inserting unicode records | Reggie Burnett | 11 Nov |
| • Re: Problem when inserting unicode records | Duncan Paul Attard | 12 Nov |
| • Re: Problem when inserting unicode records | Duncan Paul Attard | 13 Nov |
