Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error: Uniqueness of index numero is violated
Message
 
To
24/02/2003 09:10:44
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00756943
Message ID:
00756980
Views:
10
>Hello, i have this problem
>I saw a record field numero 4598 with the number 4617, that's why displays the message error, but i replace the field with the correspondent number but the problem persists, i've tried with this code to solve this too:
>
>select llamadas
>scan
>numero=recno()
>wait windows "The record modified is "+str(recno()) nowait
>endscan
>
>
>How do i solve this?
>Thanks for your help

Make sure the table doesn't have an empty record. If the table has an empty record and you attempt to append another record it will trigger this error message.

Asegurate de que la tabla no tenga ningún registro en blanco. Si la tabla contiene un registro en blanco e intentas añadir otro te dará ese mensaje de error.

HTH,

Enmanuel
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Previous
Reply
Map
View

Click here to load this message in the networking platform